https://www.quackdb.com/ and add the CSV file as a data source, and then run
create table vor as (select "C-JAHR-0" as year, "C-WOHNBEZIRK-0" as district, "C-GESCHLECHT-0" as gender, "F-VORNAME_NORMALISIERT" as name, "F-ANZAHL_LGEB" as c from 'OGDEXT_VORNAMEN_1.csv');
npm install
npm run start