You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
madcalf
changed the title
Preparing data for Shipment Visualisation - Area Bump Chart
Prepare data for Shipment Visualisation - Area Bump Chart
Aug 1, 2024
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_areabumpchart.md
(2) Data Output
area_bump_project_count.json
area_bump_project_needs.json
area_bump_shipment_count.json
area_bump_shipment_needs.json
The text was updated successfully, but these errors were encountered: