Skip to content

Instantly share code, notes, and snippets.

@DoctorLoop
Created August 4, 2020 11:07
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 DoctorLoop/5a8633691f912d403e04a663fe02e6aa to your computer and use it in GitHub Desktop.
Save DoctorLoop/5a8633691f912d403e04a663fe02e6aa to your computer and use it in GitHub Desktop.
import pandas as pd
egg_timing_df = pd.read_csv("egg_times.csv",index_col=0)
egg_timing_df.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment