Python Forum
Dataframe not appending correctly
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dataframe not appending correctly
#2
There are lots of questions here: What are B, D, F in line #6? what means 'xxx.hdf', why did you use key[0:-4], are all of your keys have length 5? Did you use pd.concat somewhere in your code? Should 'xxx.hdf'.format(key[0:-4]) be something like '{}.hdf'.format(key)?
Reply


Messages In This Thread
RE: Dataframe not appending correctly - by scidam - Jul-10-2019, 12:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Comparing results within a list and appending to pandas dataframe Aryagm 1 2,414 Dec-17-2020, 01:08 PM
Last Post: palladium

Forum Jump:

User Panel Messages

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