79198559

Date: 2024-11-18 02:40:25
Score: 2
Natty:
Report link

I found that the dependence on FrozenNDArray was due to dataframes with Multiindexes pickled in pandas 0.25.3. By using .stack and .reset_index on my data in 0.25.3 to get down to single-level Indexes, then pickling, newer pandas 2.0.3 is able to open the data.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Adam Fuller