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

Consider indicating why each column is being skipped #48

Open
selkamand opened this issue Jul 7, 2024 · 0 comments
Open

Consider indicating why each column is being skipped #48

selkamand opened this issue Jul 7, 2024 · 0 comments

Comments

@selkamand
Copy link
Owner

we could add a reason_not_plottable column to df_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:

  1. They are a categorical variable with more than maxlevels distinct values
  2. Their coltype is 'invalid', 'id', or 'tooltip'
  3. The cols_to_plot variable is supplied and column names are NOT in the list of cols_to_plot
  4. Their colnames match the _ignore suffix
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

1 participant