Relative Content

Tag Archive for pythonpython-3.xpandas

I keep raising a KeyError() in pandas and im not sure why

So this is my first time using pandas and the only info i can find other than unrelated issues here is in the documentation and ive read it over several times and im not sure what im doing wrong my attempt is to pull user info from a CSV file and the current program im using to figure it out simply prints the collected data but every time i run the program it pops a KeyError but my column names are number based with names and user IDs in the table but whether its a string or integer it says the same KeyError(1).