Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minho42/canteen-income
🥪 NSW public school canteen income
https://github.com/minho42/canteen-income
nextjs tailwindcss
Last synced: 16 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-07T03:01:30.000Z (12 months ago)
- Last Synced: 2024-01-07T04:19:06.272Z (12 months ago)
- Topics: nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://canteen-income.pages.dev
- Size: 121 KB
- Stars: 0
- 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
```