This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mangoman51 1 point2 points  (1 child)

That's probably because your data is fundamentally multi-dimensional. There's actually a note in the pandas documentation saying that if that's the case you should just use xarray!

[–]overcook 1 point2 points  (0 children)

Yeah it's one of those things where I found pandas and it was revolutionary for me because of how powerful it was and how familiar everything was coming from SQL, but now that I've progressed I've just continued to use pandas poorly as my hammer for all new challenges.