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

backend: de-pandasify most of it #686

Open
JulienPeloton opened this issue Nov 18, 2024 · 0 comments
Open

backend: de-pandasify most of it #686

JulienPeloton opened this issue Nov 18, 2024 · 0 comments

Comments

@JulienPeloton
Copy link
Member

For convenience (or lazyness), we format straight the data coming from the HBase client (mostly nested dictionaries or arrays) into Pandas DataFrame. This has the advantage to make the data processing easy to understand and maintain, but it largely impacts performances.

It is now time to redesign low-level routines to use more efficient data structures.

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

No branches or pull requests

1 participant