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
Error in Breast Cancer AI Project
Moderators: kgudger, bfinio, Moderators
-
hhpllc
- Posts: 1
- Joined: Thu May 09, 2024 7:40 am
- Occupation: Teacher
- Project Question: AI Course with high school students exploring the various AI related science fair projects on this site.
- Project Due Date: May 13th, 2024
- Project Status: I am conducting my experiment
-
amyCC
- Site Admin
- Posts: 405
- Joined: Wed Apr 01, 2020 4:02 pm
- Occupation: Moderator
- Project Question: *
- Project Due Date: *
- Project Status: Not applicable
Re: Error in Breast Cancer AI Project
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
This problem has been fixed.
We would love to hear how the project goes for your student.
Amy
Science Buddies

