Skip to content

Instantly share code, notes, and snippets.

@Johnne32
Created November 30, 2020 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Johnne32/c7c918c6a9a3f5d1daff3c3caef20e15 to your computer and use it in GitHub Desktop.
Save Johnne32/c7c918c6a9a3f5d1daff3c3caef20e15 to your computer and use it in GitHub Desktop.
# Reading in the reviews dataset
review_df = pd.read_csv('olist_order_reviews_dataset.csv')
review_df.head()
review_df.shape
review_df.isnull().sum()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment