nestauk / dap_aria_mapping

Mapping technology innovation to support The Advanced Research and Innovation Agency (ARIA)
MIT License
1 stars 0 forks source link

83 disruption chart #85

Closed emily-bicks closed 1 year ago

emily-bicks commented 1 year ago

Description

This PR generates the data needed for the quad chart on Change Makers. It shows a lot of files changes as it was rebased from dev, but the major files to review are: - pipeline/app_tables/quad_data.py - analysis/pages/2_Change_Makers.py

This has made the change makers tab very slow - the file generated from quad_data is very large and grouping it is very slow. I'm hoping that if we run this on a large server it should be ok? It uses polars so should be distributed.

Also, I rebased it off of dev so although it's showing merge conflicts it should be able to be forced to merge.

ampudia19 commented 1 year ago

Thanks for the changes Emily! There are still some merging conflicts, but I'll resolve them :)