Skip to content

Instantly share code, notes, and snippets.

@aniruddha27
Created March 18, 2020 08:56
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 aniruddha27/ab9dd9f0e20adf5b09217d2fc1e468ae to your computer and use it in GitHub Desktop.
Save aniruddha27/ab9dd9f0e20adf5b09217d2fc1e468ae to your computer and use it in GitHub Desktop.
data = {'Gender':['m','f','f','m','f','m','m'],'Height':[172,171,169,173,170,175,178]}
df_sample = pd.DataFrame(data)
df_sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment