https://github.com/minho42/canteen-income
🥪 NSW public school canteen income
https://github.com/minho42/canteen-income
nextjs tailwindcss
Last synced: 3 months ago
JSON representation
🥪 NSW public school canteen income
- Host: GitHub
- URL: https://github.com/minho42/canteen-income
- Owner: minho42
- Created: 2022-11-28T15:09:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T09:06:33.000Z (5 months ago)
- Last Synced: 2025-01-31T10:20:15.042Z (5 months ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://canteen-income.pages.dev
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Data source
https://data.cese.nsw.gov.au/data/dataset/nsw-public-schools-income-from-licensed-canteensSteps to generate `data.json`
- Download [csv](https://data.cese.nsw.gov.au/data/dataset/nsw-public-schools-income-from-licensed-canteens)
- Move the csv file into `/data`
- Change the csv file name from `2022-licensed-canteens.csv` to `data.csv`
- Open the `data.csv` file
- Remove title from the top row
- Remove total income from the bottom row
- Add column name on top: name, income- Convert `data.csv` file to `data.json` with following command
```shell
node data/convert_csv_to_json.js
```