Assessment On Tuple
Assessment On Tuple
# Data Visualization
plt.figure(figsize=(10, 8))
sns.heatmap(correlation_matrix, annot=True, cmap='coolwarm',
fmt=".2f")
plt.title('Correlation Heat Map')
plt.show()
Janurary 0
Temperature_Max(°F) 0
Temperature_Avg 0
Temperature_Min 0
pm25 0
pm10 0
o3 0
no2 0
so2 0
co 0
Humidity_Max(%) 0
Humidity_AVg(%) 0
Humidity_Min(%) 0
Wind_Speed_Max(mph) 0
Wind_Speed_Avgmph) 0
Wind_Speed_Min(mph) 0
Precipitation (in) 0
dtype: int64
Janurary Temperature_Max(°F) Temperature_Avg Temperature_Min
pm25 \
0 1 54 50.5 47
152
1 2 60 50.3 37
167
2 3 37 30.4 24
376
3 4 37 29.2 21
235
4 5 41 33.2 25
344