Extract data from an Explore cell
Explore cells allow you to interactively browse database tables, but often, you'll want to extract data from these cells for further analysis.
In this exercise, you'll locate the reviews table (in the cinema schema, part of the Course databases database) and load its data into a DataFrame named reviews.
This exercise is part of the course
Introduction to DataLab
Exercise instructions
- Create an Explore cell, choosing "Select data source", "Browse sample data sources", and connecting to
Course Databases. - Browse the available tables in the
cinemaschema and query thereviewstable. - Convert the Explore cell into a SQL cell, then rename it to
reviews.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise