Skip to content

Comments

fix(histogram): fix numeric-like enum counting by using dict lookup#558

Open
KFilippopolitis wants to merge 1 commit intomasterfrom
fix/histogram-numeric-enums
Open

fix(histogram): fix numeric-like enum counting by using dict lookup#558
KFilippopolitis wants to merge 1 commit intomasterfrom
fix/histogram-numeric-enums

Conversation

@KFilippopolitis
Copy link
Contributor

Use dict-based lookups to prevent pandas from treating string keys like "0" as positional indices. Fixes duplicated counts.

Use dict-based lookups to prevent pandas from treating string
keys like "0" as positional indices. Fixes duplicated counts.
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

Successfully merging this pull request may close these issues.

1 participant