Analyse different aspects of the environmental changes of California.
https://www.kaggle.com/datasets/chelseazaloumis/cimis-dataset-with-fire-target
- Reading the data in python
- Basic Exploration of data
- Cleaning the data and transforming it to be useful for basic analysis
- Visual Data exploration
- pandas - To manipulate dataframes
- seaborn - To visualise data
- matplotlib - To visualise data numpy - Basic Scientific Library.
- Most of them have Avg Soil Temp(F) is above 33.2F
- Most Soil Rad are decreasing along time.
- Most of The Precipipation decreases along time.
- Soil Radiation is Mostly Same.
Avik Mukherjee.