Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
df vs. array
#1
I'm trying to code a time-series project where I have inventory that I need to update every day based on the latest conditions.

I'm a newbie so it seems like it would be easier to keep the inventory in a dataframe with named columns and rows (I'm very familiar with Excel).

Would it be faster to maintain this as an array, though? In doing so, I don't think I can use labels like I could with the df but I can draw the structure of the array out on a sheet to remind myself what goes in which rows/columns and try to work with it as array functions rather than pandas dataframe operations.

Any thoughts would be appreciated!
Mark
Reply


Messages In This Thread
df vs. array - by Mark17 - Sep-23-2021, 01:59 PM
RE: df vs. array - by Larz60+ - Sep-23-2021, 04:31 PM
RE: df vs. array - by Mark17 - Sep-23-2021, 06:37 PM
RE: df vs. array - by SamHobbs - Sep-23-2021, 11:18 PM
RE: df vs. array - by Mark17 - Sep-24-2021, 06:41 PM

Forum Jump:

User Panel Messages

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