Python Forum
Using pandas, index error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using pandas, index error
#2
Disregarding the fact that this is misuse of pandas API, your df is empty - so applying df.at cannot yield any result
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
Using pandas, index error - by fyec - Aug-01-2018, 07:04 AM
RE: Using pandas, index error - by volcano63 - Aug-01-2018, 09:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Grouping in pandas/multi-index data frame Aleqsie 3 685 Jan-06-2024, 03:55 PM
Last Post: deanhystad
  Index out of range error standenman 0 1,098 May-22-2023, 10:35 PM
Last Post: standenman
  pip install pandas ERROR pythondudu 7 33,505 May-24-2022, 06:14 AM
Last Post: Marya_475
  [split] Getting Index Error - list index out of range krishna 2 2,614 Jan-09-2021, 08:29 AM
Last Post: buran
  strange error from pandas dataframe djf123 1 4,046 Jul-27-2020, 05:25 AM
Last Post: scidam
  error bars with dataframe and pandas Hucky 4 4,236 Apr-27-2020, 02:02 AM
Last Post: Hucky
  pandas error Scott 2 6,233 Feb-05-2020, 07:22 PM
Last Post: Scott
  Getting Index Error - list index out of range RahulSingh 2 6,158 Feb-03-2020, 07:17 AM
Last Post: RahulSingh
  pandas.read_sas with chunksize: IndexError list index out of range axelle 0 2,588 Jan-28-2020, 09:30 AM
Last Post: axelle
  How to speed up work with pandas index? AlekseyPython 1 2,203 Oct-16-2019, 02:06 PM
Last Post: AlekseyPython

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020