-
-
Notifications
You must be signed in to change notification settings - Fork 414
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1033 from Arghya-Banerjee/water-quality-eda
Added Water Quality Data EDA
- Loading branch information
Showing
9 changed files
with
2,402 additions
and
1 deletion.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
Machine Learning and Data Science/Basic/Water Quality Data EDA/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
2,372 changes: 2,372 additions & 0 deletions
2,372
Machine Learning and Data Science/Basic/Water Quality Data EDA/dataset/waterquality.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+75.5 KB
Machine Learning and Data Science/Basic/Water Quality Data EDA/images/image-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+85.6 KB
Machine Learning and Data Science/Basic/Water Quality Data EDA/images/image-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+98.4 KB
Machine Learning and Data Science/Basic/Water Quality Data EDA/images/image-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+57.8 KB
Machine Learning and Data Science/Basic/Water Quality Data EDA/images/image-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+71.9 KB
Machine Learning and Data Science/Basic/Water Quality Data EDA/images/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
Machine Learning and Data Science/Basic/Water Quality Data EDA/water-quality-data-eda.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters