We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
var_specs
mf = MetaFrame.fit_dataframe(df, var_specs="my_config.toml")
because the config file contains more than just the var_specs!
The text was updated successfully, but these errors were encountered:
qubixes
No branches or pull requests
It would be more logical to include a config file like so:
instead of the current situation where we are "hijacking" the
var_specs
argument:because the config file contains more than just the
var_specs
!The text was updated successfully, but these errors were encountered: