Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Water Quality Data EDA #1033

Merged
merged 3 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:-

![alt text](image.png)

![alt text](image-1.png)

![alt text](image-2.png)

![alt text](image-3.png)

![alt text](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.
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,372 changes: 2,372 additions & 0 deletions Machine Learning and Data Science/Basic/Water Quality Data EDA/waterquality.csv

Large diffs are not rendered by default.

Loading