Bug report
I've been debugging the following LSDB issue: astronomy-commons/lsdb#1265
Here's what I think is happening.
The data is older (imported with hats v0.4.0), and still contains pandas metadata inside the parquet files. While newer files will have this metadata suppressed, it's not a guarantee that these will be missing.
This automatically sets the index to _healpix_29, based on the pandas metadata. This is also true in the _ddf.meta.
I would like npd.read_parquet to return to me a nested frame that has no index set, and I believe that's not currently possible.
nested_pandas version: '0.6.8'
Before submitting
Please check the following:
Bug report
I've been debugging the following LSDB issue: astronomy-commons/lsdb#1265
Here's what I think is happening.
The data is older (imported with hats v0.4.0), and still contains pandas metadata inside the parquet files. While newer files will have this metadata suppressed, it's not a guarantee that these will be missing.
This automatically sets the index to
_healpix_29, based on the pandas metadata. This is also true in the_ddf.meta.I would like
npd.read_parquetto return to me a nested frame that has no index set, and I believe that's not currently possible.nested_pandas version: '0.6.8'
Before submitting
Please check the following:
nested_pandas.__version__)