When Cold Broke More Records Than Heat

A Python-driven analysis of 10 years of NASA temperature data revealing unexpected climate volatility in Barquisimeto, Venezuela.

Executive Overview

Climate narratives often focus on rising heat. But when 2025 temperature data for Barquisimeto was compared against a 10-year baseline (2015–2024), a surprising pattern emerged: cold extremes outpaced heat extremes. Out of 52 record-breaking days identified, 28 broke cold records and only 24 broke heat records β€” suggesting that the real story is not a simple warming trend, but increased temperature volatility.

This project was built as part of an Advanced Data Science with Python course, using real NASA Power daily temperature data and a reproducible analytical pipeline.

Key Findings

Temperature Record Visualization

The chart below shows the 10-year baseline temperature envelope (record highs and lows for each day of the year), with 2025 record-breaking days overlaid as scatter points. Red dots indicate days where 2025 exceeded the historical high; blue dots where it fell below the historical low.

Barquisimeto Daily Temperature Records: Baseline 2015–2024 with 2025 Record-Breaking Days

Daily temperature envelope for Barquisimeto (2015–2024 baseline) with 2025 anomalies highlighted. Data source: NASA Power.

Analytical Approach

Data Source: NASA Power Project β€” daily surface temperature data (Tmax and Tmin) for Barquisimeto, Venezuela (2015–2025).

Methodology:

Tools: Python (pandas, matplotlib, folium) Β· Jupyter Notebook Β· NASA Power API Β· GitHub Pages

View the full notebook and reproducible code on GitHub:
Barquisimeto Weather Analysis

Interested in similar data analysis for your projects?
Let's connect