"\u001b[0;32m<ipython-input-9-0966cd984262>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0msorted_data\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m'inc'\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mplot\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"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",