Skip to content

Instantly share code, notes, and snippets.

@moritzkoerber
Last active August 22, 2020 08:50
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 moritzkoerber/0593ace6701b1b53d02d2ccaeb0bde32 to your computer and use it in GitHub Desktop.
Save moritzkoerber/0593ace6701b1b53d02d2ccaeb0bde32 to your computer and use it in GitHub Desktop.
import pandas as pd
df = pd.DataFrame(
dict(temperature=[24, 26, 28], ice_cream_cones=[14, 20, 23], drinks=[18, 22, 28])
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment