This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Allow ColumnMapper Known Map strings to be supplied directly to loader functions #408
Labels
enhancement
New feature or request
Feature request
Known maps offer some nice convenience for users to just create a column mapper object from a string (e.g.
ColumnMapper().use_known_map("ztf")
). It would be even better to just allow users to pass the string as an input to functions like this:from_parquet(column_mapper="ztf")
instead of needing to create a ColumnMapper object up front.Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: