StingraySoftware / notebooks

Tutorial notebooks for Stingray
MIT License
22 stars 33 forks source link

The pd.read_csv is trying to fetch file from unknown url #96

Open kartikmandar opened 8 months ago

kartikmandar commented 8 months ago

The pd.read_csv is trying to fetch file from unknown url. It is giving a 404: HTTP error. The url probably doesn't exist anymore. Hence someone have downloaded the file in the directory itself for the tutorial but forgot to update the pd.read_csv method to directly use the already downloaded file in the current dir.