Skip to content

Instantly share code, notes, and snippets.

@RizqiEka
Created October 6, 2021 09:41
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 RizqiEka/8ad43fda04046da6852815bf23fd78f3 to your computer and use it in GitHub Desktop.
Save RizqiEka/8ad43fda04046da6852815bf23fd78f3 to your computer and use it in GitHub Desktop.
df = pd.DataFrame(basic_insight['data'])
df.columns = ['id', 'Caption', 'Media_Type', 'Media_URL', 'Permalink', 'Timestamp', 'Username', 'Likes', 'Comments']
df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment