tkinter taak
focus op visualisatie
matplotlib
brug naar TtT3: voorbeeld pandas met thesaurus export
to do tegen TtT3:
- online tutorial Pandas Tutorial
- aanmaak repo Data Visualization in CoGhent GitHub, verschillende project (per instelling + algemene visualisatie)
- oefening matplotlib
- dataset 1:
instellingen = ['IM', 'STAM', 'HvA', 'DMG', 'Archief']
aantal_records = [5422, 6541, 3846, 4451, 6154]
- dataset 2:
maanden = ['januari', 'februari', 'maart', 'april', 'mei', 'juni', 'juli', 'augustus']
aantal_records_IM = [1451, 2314, 2846, 3123, 3845, 3975, 4578, 5422]
aantal_records_DMG = [845, 1564, 1846, 2684, 3123, 3975, 4123, 4415]
aantal_records_HVA = [584, 1651, 1845, 2123, 2845, 2965, 3546, 3846]
aantal_records_STAM = [1512, 1845, 2856, 3545, 4546, 4845, 5456, 6541]
aantal_records_ARCHIEF = [1845, 2314, 2894, 3648, 4546, 5123, 5846, 6154]