Skip to content

Instantly share code, notes, and snippets.

@BexTuychiev
Created September 16, 2021 22:12
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 BexTuychiev/d463a164f9800136fe52d293194d1295 to your computer and use it in GitHub Desktop.
Save BexTuychiev/d463a164f9800136fe52d293194d1295 to your computer and use it in GitHub Desktop.
import datatable as dt
tps = dt.fread("data/train.csv").to_pandas()
>>> tps.shape
(957919, 120)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment