stefnotch / austria-name-vis

Project for the Information Visualisation course at the TU Vienna

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

austria-name-vis

Live site

DuckDB SQL Editing

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');

Install Dependencies

npm install

Compile and Hot-Reload for Development

npm run start

Attribution

About

Project for the Information Visualisation course at the TU Vienna


Languages

Language:Vue 64.0%Language:TypeScript 33.0%Language:JavaScript 2.0%Language:HTML 0.8%Language:CSS 0.1%