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

Prepare data for Shipment Visualisation - Sunburst Chart #79

Open
ChienChen99 opened this issue Jul 20, 2024 · 0 comments
Open

Prepare data for Shipment Visualisation - Sunburst Chart #79

ChienChen99 opened this issue Jul 20, 2024 · 0 comments

Comments

@ChienChen99
Copy link

As we are building the visualisations of shipment data using Nivo (a visualisation app), the data has to be prepared in a specific format for Nivo to build specific charts (different charts require different data structures). Here, I have manipulated the excel file "7 - Exportable _ Shareable Data [EXT].xlsx" into the format required using Python. Attached are: (1) readme with code explanations for each step; and (2) the resulting data in json format.

(1) Code File with Readme:
README_sunburstchart.md

(2) Data Output:
sunburst_receiving_category_count.json
sunburst_receiving_category_needs.json
sunburst_receiving_group_count.json
sunburst_receiving_group_needs.json
sunburst_sending_category_count.json
sunburst_sending_category_needs.json
sunburst_sending_group_count.json
sunburst_sending_group_needs.json

@madcalf madcalf changed the title Preparing data for Shipment Visualisation - Sunburst Chart Prepare data for Shipment Visualisation - Sunburst Chart Aug 1, 2024
@thegrumpyenby thegrumpyenby moved this to Triage in DA Tech Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant