Skip to content

Commit

Permalink
Switch DataFrame columns component to a derived component
Browse files Browse the repository at this point in the history
It was never meant to be a component suitable for disassembly.
  • Loading branch information
timj committed Mar 1, 2021
1 parent b5010da commit 4bbc5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/configs/storageClasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ storageClasses:
pytype: lsst.afw.table.ExposureCatalog
DataFrame:
pytype: pandas.DataFrame
components:
derivedComponents:
columns: DataFrameIndex
parameters:
- columns
Expand Down

0 comments on commit 4bbc5aa

Please sign in to comment.