You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently infer the schema for catalogs that result from joining and crossmatching operations. For that we provide the following helper method with the resulting Dask DataFrame's meta. While Pandas does a good job getting the schema right, we should generate it manually to minimize the risk of introducing an incorrect schema. Relates to #383.
We currently infer the schema for catalogs that result from joining and crossmatching operations. For that we provide the following helper method with the resulting Dask DataFrame's meta. While Pandas does a good job getting the schema right, we should generate it manually to minimize the risk of introducing an incorrect schema. Relates to #383.
lsdb/src/lsdb/io/schema.py
Lines 7 to 17 in efdd685
The text was updated successfully, but these errors were encountered: