paddymul / buckaroo

Buckaroo - the data wrangling assistant for pandas. Quickly explore dataframes, and run pandas commands via a GUI. Works inside the jupyter notebook.
https://paddymul.github.io/buckaroo/
BSD 3-Clause "New" or "Revised" License
228 stars 9 forks source link

full-tour notebook broken, Citibike url format has changed #239

Closed paddymul closed 8 months ago

paddymul commented 9 months ago

Checks

What type of jupyter notebook were you using (VSCode notebook, google colab, Jupyter Lab, Jupyter notebook). Select multiple if you can reproduce this in multiple environments. If other, please add to description.

Jupyter Lab

Reproducible example

df = pd.read_csv("https://s3.amazonaws.com/tripdata/201401-citibike-tripdata.zip")

throws a 404 error

Issue description

find a replacement url

Expected behavior

demos should work

Installed versions

``` Replace this line with the output of buckaroo.debug_packages(). Leave the backticks in place. ```

Jupyter Log output

No response

paddymul commented 8 months ago

fixed via https://github.com/paddymul/buckaroo/pull/241