"This notebook provides an analysis of atmospheric CO2 concentrations measured at the Mauna Loa Observatory, Hawaii. The dataset includes monthly CO2 measurements, both raw and adjusted, from various years.\n",
"\n",
"## Dataset Information\n",
"\n",
"- **Year**: Year of measurement.\n",
"- **Month**: Month of measurement.\n",
"- **Day_Count**: Identifier related to the day count (potentially not relevant for this analysis).\n",
"- **Decimal_Year**: Year in decimal format.\n",
"- **CO2**: Raw CO2 measurement (ppm).\n",
"- **Seasonally_Adjusted_CO2**: CO2 measurement with seasonal adjustment.\n",
"- **Smoothed_CO2**: Smoothed CO2 measurement.\n",
"- **Smoothed_Seasonally_Adjusted_CO2**: Smoothed and seasonally adjusted CO2 measurement.\n",
"- **Interpolated_CO2**: CO2 measurement with missing values filled in.\n",
"- **Interpolated_Seasonally_Adjusted_CO2**: Seasonally adjusted CO2 with missing values filled in.\n",