_get_meta_df()
Return an empty DataFrame with same columns/dtypes as a collection.
Supports plain Dask DataFrames and LSDB catalogs.
ddf_like (Any) – Dask-like collection or LSDB catalog.
Empty pandas.DataFrame with the same schema.
DataFrame