Cleared 4m ago · astronomy-commons/lsdb #595 · Python · ★ 54 · BSD-3-Clause

Ensure `_healpix_29` is the first column in the arrow schema

In get_arrow_schema, there's no guarantee that the spatial index column (_healpix_29) appears at index 0 in the schema. This means that, for example, if we read a leaf parquet file using pandas pd.read_parquet(..) the spatial index column will show up at the end of the table. I…

What we checked

Similar unclaimed issues