vaexio / vaex

Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀
https://vaex.io
MIT License
8.31k stars 591 forks source link

broken Links for NYC yellow taxi trip data #770

Closed antonin-lfv closed 3 years ago

antonin-lfv commented 4 years ago

are the links to download the yellow taxi trip data broken ? because I can't download any file by searching them in safari, like : https://storage.googleapis.com/tlc-trip-data/2015/yellow_tripdata_2015-12.csv any suggestions?

JovanVeljanoski commented 4 years ago

Yeah I guess they expired. We should update that docs page soon.

The original data is from here: http://www.nyc.gov/html/tlc/html/about/trip_record_data.shtml

Hope this helps.

antonin-lfv commented 4 years ago

Okay thanks !

and also, this : nyt = vx.datasets.nyctaxi_yellow_2015.fetch() doesn't work, but I don't know why

JovanVeljanoski commented 4 years ago

All those links are likely outdated since the google links have expired.

antonin-lfv commented 4 years ago

ok, thanks, I will wait

have a nice day

JovanVeljanoski commented 3 years ago

You can find all our datasets on the vaex documentation page.