Learn practical skills, build real-world projects, and advance your career

California Wildfire Data Analysis

California is one of the places having the most deadliest and destructive wildfire seasons. The dataset contains the list of Wildfires that has occurred in California between 2013 and 2020. The dataset contains the location where wildfires have occurred including the County name, latitude and longitude values and also details on when the wildfire has started.

This data helps to generate insights on what locations in California are under fire threat, what time do Wildfires usually occur and how frequent and devastating they are!!

import jovian
jovian.commit(project="california wildfire data analysis")
[jovian] Detected Colab notebook... [jovian] Please enter your API key ( from https://jovian.ai/ ): API KEY: ·········· [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/machinedata12/california-wildfire-data-analysis
import pandas as pd
import numpy as np
wildfire = pd.read_csv('/content/drive/MyDrive/DataSets/California_Fire_Incidents (1).csv')