Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created March 2, 2020 13:03
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 Alakhator/f55f50bbf87e684cae0179d497a27128 to your computer and use it in GitHub Desktop.
Save Alakhator/f55f50bbf87e684cae0179d497a27128 to your computer and use it in GitHub Desktop.
#creating a dataframe
df=pd.DataFrame(np.array([[1, 2, 3], [4, 5, 6], [7, 8, 9]]), columns=['a', 'b', 'c'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment