Skip to content

Instantly share code, notes, and snippets.

@hamletbatista
Created February 27, 2019 22:17
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 hamletbatista/12e593c10c567110f867a20e59bc6170 to your computer and use it in GitHub Desktop.
Save hamletbatista/12e593c10c567110f867a20e59bc6170 to your computer and use it in GitHub Desktop.
google_df = df[df["category"] == "google"]
first = google_df[:1000]
second = google_df[1000:2000]
third = google_df[2000:3000]
last = google_df[3000:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment