Skip to content

Instantly share code, notes, and snippets.

@StrikingLoo
Created August 18, 2018 23:40
Show Gist options
  • Save StrikingLoo/6385336f5de043f921bbb0f990f39bd5 to your computer and use it in GitHub Desktop.
Save StrikingLoo/6385336f5de043f921bbb0f990f39bd5 to your computer and use it in GitHub Desktop.
make a pd dataframe and csv
df = pd.DataFrame(generate_people(50),
columns=["name","surname","salary"])
df.to_csv("random_people.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment