Welcome to ifk-scb-compilations. The packages defines a process for fetching and processing data from Statistiska Central Byrån (SCB).
Relevant files are briefly explained below.
│
├── notebooks
│ └── example_persontransportstatistik.py - Example on how the repo is supposed to be used.
├── src
│ ├── ifk_scb_compilations
│ │ ├── main.py - Placeholder. No implementation.
│ │ └── objects
│ │ └── passenger_transport.py - Query details and analysis of passenger transport data.
└── tests
└── test_unit.py - To be implemented.