Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config file in separate argument instead of var_specs #342

Open
vankesteren opened this issue Nov 15, 2024 · 0 comments
Open

Config file in separate argument instead of var_specs #342

vankesteren opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@vankesteren
Copy link
Member

It would be more logical to include a config file like so:

mf = MetaFrame.fit_dataframe(df, config_file="my_config.toml")

instead of the current situation where we are "hijacking" the var_specs argument:

mf = MetaFrame.fit_dataframe(df, var_specs="my_config.toml")

because the config file contains more than just the var_specs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants