In reply to Anonimo Utente_31
Re: Week 3 - Topic-Level Student-Visible Label
by Anonimo Utente_7952 -
Yes, in the data preparation tutorial I am not able to read the data and complete the challenge using "pd.read_csv". I tried with Chatgpt or even doing copy and paste with the previous code but it seems that the problem lays in the link, if I use the link that's used as an example I don't have any errors but if I use the different one suggested for the challenge it doesn't work.
I managed to make it work using the changes suggest by Gemini (the colab AI) but I had to change the link from "https://github.com/pmarcelino/datasets/blob/master/penguins.csv" to "https://raw.githubusercontent.com/pmarcelino/datasets/master/penguins.csv"