I'm stuck at this #11181
I'm stuck at this
#11181
Replies: 3 comments
-
Can you share a code snippet where you are you using pandas |
Beta Was this translation helpful? Give feedback.
0 replies
-
The error message indicates that there is a KeyError for the key 'Outcome' in the axis. This might mean that the 'Outcome' column is not present in the dataframe that you are trying to drop.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The discussion section of this repo is not for general Python help. Posts should be about the repository and its contents. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this error while reading data from a CSV file. I'm creating a Diabetes prediction system using Django on PyCharm
I have checked the casing and the spacing there seems to be nothing wrong with that. Idk what to do but please help me if you can. I will provide with all the info needed to solve this
Beta Was this translation helpful? Give feedback.
All reactions