Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created May 2, 2020 20:07
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 curiousily/47f551d5afd87f531e354c4bc86cca59 to your computer and use it in GitHub Desktop.
Save curiousily/47f551d5afd87f531e354c4bc86cca59 to your computer and use it in GitHub Desktop.
app_reviews_df = pd.DataFrame(app_reviews)
app_reviews_df.to_csv('reviews.csv', index=None, header=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment