Access local files
DataLab notebooks allow you to work with local files stored in the workbook’s environment.
In this exercise, you’ll import a local file datasets/order_items.csv
into a DataFrame using either Python or SQL.
This exercise is part of the course
Introduction to DataLab
Exercise instructions
- Import the file
datasets/order_items.csv
into a DataFrame using Python or SQL. - Name the DataFrame
order_items
.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
