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

See if the df_to_json can be improved using pivot tables similar to the df_to_download #168

Closed
jcadam14 opened this issue Apr 24, 2024 · 0 comments · Fixed by #170
Closed
Assignees

Comments

@jcadam14
Copy link
Contributor

See if we can optimize the df_to_json to improve the timeframe it takes to spit out the json similar to the df_to_download.

@jcadam14 jcadam14 self-assigned this Apr 24, 2024
lchen-2101 pushed a commit that referenced this issue Apr 30, 2024
…to the df to download (#170)

Closes #168 

Wasn't able to use pivot tables, but in looking at the df.to_json()
output and understanding that structure, found a much quicker way to
translate it to the json we want using just python dict references
instead of the dataframes. Significant improvement in processing time,
especially as the dataset grows.
jcadam14 added a commit that referenced this issue May 3, 2024
…to the df to download (#170)

Closes #168 

Wasn't able to use pivot tables, but in looking at the df.to_json()
output and understanding that structure, found a much quicker way to
translate it to the json we want using just python dict references
instead of the dataframes. Significant improvement in processing time,
especially as the dataset grows.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant