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
we could add a reason_not_plottable column to df_col_info and paste that in brackets at the col-wise info messages.
reason_not_plottable
df_col_info
We have already listed out reasons in a comment in the column_info_table() function:
column_info_table()
maxlevels
cols_to_plot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
we could add a
reason_not_plottable
column todf_col_info
and paste that in brackets at the col-wise info messages.We have already listed out reasons in a comment in the
column_info_table()
function:maxlevels
distinct valuescols_to_plot
variable is supplied and column names are NOT in the list of cols_to_plotThe text was updated successfully, but these errors were encountered: