Skip to content

Instantly share code, notes, and snippets.

@lucharo
Created March 12, 2021 18:10
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 lucharo/4d7e62acfc84b306adacd91b1cd81e10 to your computer and use it in GitHub Desktop.
Save lucharo/4d7e62acfc84b306adacd91b1cd81e10 to your computer and use it in GitHub Desktop.
import pandas as pd
pd.DataFrame({'a': [1,2,3], 'b': [0,0,0], 'c': ['One', 'Two', 'Three']})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment