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

Handle "integer/numeric-ish" subject and sample IDs better #9

Open
ebolyen opened this issue Apr 29, 2022 · 0 comments
Open

Handle "integer/numeric-ish" subject and sample IDs better #9

ebolyen opened this issue Apr 29, 2022 · 0 comments

Comments

@ebolyen
Copy link
Member

ebolyen commented Apr 29, 2022

Currently there's still some difficulty in indexing into the necessary data structures when the labels are numeric-like. This generally causes pandas to misinterpret the value (especially with NaN from empty cells).

We should create a few unit tests to handle this, and support better dtype management internally so things can't get confused.

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