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

Return better dtypes #46

Open
ivirshup opened this issue May 15, 2023 · 0 comments
Open

Return better dtypes #46

ivirshup opened this issue May 15, 2023 · 0 comments
Labels
enhancement New feature or request P0‼️ High priority performance 🐌 go brrrrr

Comments

@ivirshup
Copy link
Member

Description of feature

Right now, we can return some weird dtypes.

Integers with missing values in the ensembl table are cast to float, boolean values are stored as integer, and strings are returned for things better represented as categorical.

We should figure out what dtypes each column should be returned as, and make sure they are returned correctly. It's possible we could pass through pyarrow to do this more efficiently

@ivirshup ivirshup added the enhancement New feature or request label May 15, 2023
@ivirshup ivirshup added P0‼️ High priority performance 🐌 go brrrrr labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P0‼️ High priority performance 🐌 go brrrrr
Projects
None yet
Development

No branches or pull requests

1 participant