https://github.com/comsavvy/water-analysis-project
Project on water analysis
https://github.com/comsavvy/water-analysis-project
data-analysis data-visualization predictive-analytics python water-analysis
Last synced: 10 months ago
JSON representation
Project on water analysis
- Host: GitHub
- URL: https://github.com/comsavvy/water-analysis-project
- Owner: comsavvy
- Created: 2020-06-09T19:19:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-27T14:14:43.000Z (over 5 years ago)
- Last Synced: 2025-01-25T15:29:15.650Z (12 months ago)
- Topics: data-analysis, data-visualization, predictive-analytics, python, water-analysis
- Language: Jupyter Notebook
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project on water analysis
This analysis is about measuring how water is being used in each location mentioned in the project and how water flow in each tap.
***Water resources*** '`Data`' class was modified to be in a module, where all the `methods` can be called directly instead of being called in **`Jupyter Notebook`**. Help ***`method`*** can be call in the `module` or the `methods` within it e.g `?Data` or `help(Data)` in order to know the available ***`methods`*** or the functions of each `methods`.