Page 1 of 1

Error in Breast Cancer AI Project

Posted: Thu May 09, 2024 9:06 am
by hhpllc
The project worked fine yesterday, but is having trouble today. Even if I download a new copy of the Colab file, the student gets the same error. Any insight here would be helpful.
The 2nd cell is having trouble:
# Load the CSV file into a pandas DataFrame
data = pd.read_csv("https://www.sciencebuddies.org/ai/colab ... gJ3jdumyUA")
Here is the error:
# We can see what the data frame looks like by using the head function
data.head()
HTTPError Traceback (most recent call last)
<ipython-input-9-c61e654ca3d5> in <cell line: 2>()
1 # Load the CSV file into a pandas DataFrame
----> 2 data = pd.read_csv("https://www.sciencebuddies.org/ai/colab ... gJ3jdumyUA")
3
4 # We can see what the data frame looks like by using the head function
5 data.head()

12 frames
/usr/lib/python3.10/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs)
641 class HTTPDefaultErrorHandler(BaseHandler):
642 def http_error_default(self, req, fp, code, msg, hdrs):
--> 643 raise HTTPError(req.full_url, code, msg, hdrs, fp)
644
645 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 405: Not Allowed

Re: Error in Breast Cancer AI Project

Posted: Thu May 09, 2024 11:45 am
by amyCC
Hi - I'm really sorry you ran into this problem today.

This problem has been fixed.

We would love to hear how the project goes for your student.

Amy
Science Buddies