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

The ability to remove any element from the output #1680

Open
marksher opened this issue Dec 7, 2024 · 1 comment
Open

The ability to remove any element from the output #1680

marksher opened this issue Dec 7, 2024 · 1 comment

Comments

@marksher
Copy link

marksher commented Dec 7, 2024

Missing functionality

Fields like:

  • value_counts_without_nan
  • value_counts_index_sorted
    Are fairly unnecessary for a lot of what I do and really bloat the file and system when used. Could there be a way to have a list of non-compute or excluded attributes that are just ignored and don;t end up in the final JSON? Other that that it's great! I'm just manually deletin them right now, which isn't the worst.

Proposed feature

have an "excluded_fields" element in the config.

Alternatives considered

I've been deleteing them after JSON report generation but before saving down.

Additional context

No response

@marksher
Copy link
Author

marksher commented Dec 7, 2024

... I posted something on SO if this is solveable without a feature https://stackoverflow.com/questions/79257442/can-ydata-value-counts-be-disabled-i-dont-need-or-want-them-and-it-creates-un

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

No branches or pull requests

2 participants