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

Address change in pandas 2.x value_counts(). #422

Merged
merged 2 commits into from
Aug 24, 2023

Commits on Aug 8, 2023

  1. Address change in pandas 2.x value_counts().

    The way value_counts worked changed between pandas 1.x and 2.x, the
    index is now named after the original object and not "index", see
    https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html#value-counts-sets-the-resulting-name-to-count
    zivy committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a9f437f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Add script testing and harmonize the per_file and per_series results.

    Harmonize the per_series and per_file results, so that the files
    column is always a list. The list has multiple entries when doing a
    per_series analysis and a single entry for the per_file analysis. This
    enables uniform treatment of the resulting csv file.
    zivy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2be714c View commit details
    Browse the repository at this point in the history