Http://bit.ly/music-csv

http://bit.ly/music-csv
This file is not available as mention by mosh in python course

5 Likes

Where did you get that link from? Use the links below the videos. You can also find them in my post here.

mosh python course in youtube

Go to this http://bit.ly/30PPkaC and download all Materials.

how can I get that file

following the python course, this music file is not found: https://bit.ly/music-csv
also this your above link redirect to youtube, nothing to download,

1 Like

did you get a solution yet bro, I’m stocked too

hi i downloaded the csv file but when i want to read it it sends me an 'fill not found error
can someone help me please? (the csv fill opned with excl)

did you solve it ? having same issue, csv downloaded as excel

1 Like

Try to read the file with the name of the file on your computer
For example my was saved music-1

So instead of Mosh own👇
Music_data = pd.read_csv(‘music.csv’)

I did👇
Music_data = pd.read_csv(‘music-1.csv’)

Hope it helps✌️