https://github.com/creativcoder/chennai-flood-stat
#ChennaiRains Visualizing flood stat reports 2015
https://github.com/creativcoder/chennai-flood-stat
Last synced: 4 months ago
JSON representation
#ChennaiRains Visualizing flood stat reports 2015
- Host: GitHub
- URL: https://github.com/creativcoder/chennai-flood-stat
- Owner: creativcoder
- Created: 2015-12-04T14:40:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-23T18:14:29.000Z (over 9 years ago)
- Last Synced: 2025-01-15T01:47:11.503Z (6 months ago)
- Language: HTML
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chennai Flood Stat Reviews 2015
Visualizing reviews of help support in various areas
The dataset source is an excel google sheet [here](https://docs.google.com/spreadsheets/d/1HUL5jcpy5-nsw_b9TFPVhXsGkZ9NiiwfT0Wc5JG-jmY/edit#gid=444587373&vpid=A2)
To import the dataset into mongo:
Save the sheet as a csv file
Then fire up your mongo prompt and issue the command:
`mongoimport -d floodstat -c review --type csv --file flood_stat.csv —headerline`
where:
`-d floodstat` is our document
`-c review` is our collection
`--file flood_stat.csv` is the csv file