Python Forum
Series object error message
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Series object error message
#2
Unfortunately, I do not have a Quandl account and cannot be bothered to set one up. Could you perhaps output the data variable or a sample of rows so that we can see its structure.

As per the error message, it seems like the returned object is a Series, not a DataFrame as seems to be implied from your code.

One word of caution on an unrelated topic, your assignment of a dictionary to a variable named dict will 'overwrite' the dict object. I would suggest using a different variable name.
Reply


Messages In This Thread
Series object error message - by abhaydd - Aug-09-2019, 07:18 AM
RE: Series object error message - by boring_accountant - Aug-11-2019, 01:29 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Get error message in a GAN neural network tutorial jdude50 0 1,648 Oct-22-2020, 11:11 PM
Last Post: jdude50
  TypeError: 'Series' object cannot be interpreted as an integer evelynow 2 17,599 Sep-11-2019, 02:43 PM
Last Post: timmahoney
  Error Message - Akainu 2 3,250 May-24-2019, 09:09 PM
Last Post: Akainu
  Error Message: TypeError: unhashable type: 'set' twinpiques 4 18,757 May-22-2019, 02:31 PM
Last Post: twinpiques
  panda, excel - script pauses and doesn't continue running, no error message william 1 2,653 Nov-24-2018, 01:24 AM
Last Post: ichabod801
  Simple Series Keyword Error Kris 4 4,287 Jan-22-2017, 08:16 PM
Last Post: micseydel

Forum Jump:

User Panel Messages

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