Skip to content

Commit

Permalink
Merge pull request #1033 from Arghya-Banerjee/water-quality-eda
Browse files Browse the repository at this point in the history
Added Water Quality Data EDA
  • Loading branch information
Kushal997-das authored May 21, 2024
2 parents ccaef5c + 81d140f commit bc879e8
Show file tree
Hide file tree
Showing 9 changed files with 2,402 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Water Quality Data EDA

### Source of data:-

##### https://www.kaggle.com/datasets/supriyoain/water-quality-data/data

### Features in the dataset:-

<ul> <b>Date:</b> Indicates the date when the water quality data was recorded. </ul>
<ul> <b>Salinity:</b> Denotes the concentration of salts in the water. </ul>
<ul> <b>Dissolved Oxygen:</b> Indicates the amount of oxygen dissolved in the water, crucial for aquatic life. </ul>
<ul> <b>pH:</b> Represents the acidity or alkalinity level of the water. </ul>
<ul> <b>Secchi Depth (m):</b> Measures the depth at which a Secchi disk disappears from view, providing insight into water transparency. </ul>
<ul> <b>Water Depth:</b> Indicates the depth of the water column at the sampling location. </ul>
<ul> <b>Water Temperature:</b> Provides the thermal condition of the water. </ul>
<ul> <b>Air Temperature:</b> Represents the ambient air temperature during sampling. </ul>

### Example Data Visualizations:-

<img src="./images/image.png" width="400" height="200">

<img src="./images/image-1.png" width="400" height="200">

<img src="./images/image-2.png" width="400" height="300">

<img src="./images/image-3.png" width="400" height="200">

<img src="./images/image-4.png" width="400" height="200">

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Machine Learning and Data Science/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
| 13. | [Linear Regression from scratch](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Linear%20Regression%20from%20scratch) | 14. | [Medical Data Visualizer](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Medical%20Data%20Visualizer) | 15. | [Medical Insurance Prediction](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Medical%20Insurance%20Prediction) |
| 16. | [Movie Recommendation System](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Movie%20Recommendation%20System) | 17. | [Page View Time Series Visualizer](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Page%20View%20Time%20Series%20Visualizer) | 18. | [Sea Level Predictor](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Sea%20Level%20Predictor) |
| 19. | [Single Neural Network](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Single%20Neural%20Network) | 20. | [Titanic Survival Prediction](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Titanic_Survival_Prediction) | 21. | [Uber Analysis](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Uber%20Analysis) |
| 22. | [Walmart Analysis](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Walmart%20Analysis) | 23. | [Wine Quality Prediction](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Wine%20Quality%20Prediction) |
| 22. | [Walmart Analysis](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Walmart%20Analysis) | 23. | [Wine Quality Prediction](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Wine%20Quality%20Prediction) | 24. | [Water Quality Data EDA](https://github.com/Kushal997-das/Project-Guidance/tree/main/Machine%20Learning%20and%20Data%20Science/Basic/Water%20Quality%20Data%20EDA) |

<br>

Expand Down

0 comments on commit bc879e8

Please sign in to comment.