Get startedGet started for free

Exploring document data

Find the fourth document in the review column of the nested_reviews DataFrame. What are the first few words of the "statement" in this document?

A pandas DataFrame has been created by querying the review column of the nested_reviews table, and is available via the nested_reviews variable.

This exercise is part of the course

Introduction to NoSQL

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise