The CSV file consists of a mapping from Austrian 4-digit postal codes to Austrian 3-digit district codes.
I created this dataset while working on a reporting task using Metabase. The requirements were to create a Metabase map, depicting user statistics in Austria, aggregated at the Austrian district level. The dataset at my disposal had the users’ postal codes but no district codes.
In Austria, the Gemeindekennziffer is a 5-digit string, used to identify municipalities. The first three digits of the Gemeindekennziffer is used to identify a municipality’s district. Meanwhile, postal codes in Austria are 4-digit strings which are not related to the Gemeindekennziffer.
I found the GeoJSON file of Austria at the district level in this repository and Gemeindekennziffer information in excel-karte.de. With these two sources, I was able to create the mapping, and finally, the required report.