larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

fix950_pandas13 #964

Closed gdementen closed 3 years ago

gdementen commented 3 years ago

This fix might not be done in the best place. Could be better done in df_aslarray, so that other I/O paths benefit from this too but I am not in the mood to do anything better now 😉.

gdementen commented 3 years ago

Since the same array with anonymous axes and integer labels is used in the tests of other I/O paths (csv, etc.), I guess it somehow works and this fix is enough after all, so I am merging this.