From 6202e10beb3810769553abc1bf48cf386e8d9b40 Mon Sep 17 00:00:00 2001 From: Eli Rykoff Date: Wed, 18 Dec 2024 14:04:25 -0800 Subject: [PATCH] Add changelog fragment. --- doc/changes/DM-48141.feature.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changes/DM-48141.feature.md diff --git a/doc/changes/DM-48141.feature.md b/doc/changes/DM-48141.feature.md new file mode 100644 index 0000000000..75a9667f24 --- /dev/null +++ b/doc/changes/DM-48141.feature.md @@ -0,0 +1 @@ +Added `lsst.daf.butler.formatters.parquet.add_pandas_index_to_astropy()` function which stores special metadata that will be used to create a pandas DataFrame index if the table is read as a DataFrame.