{ "cells": [ { "cell_type": "code", "execution_count": 63, "metadata": { "ExecuteTime": { "start_time": "2025-02-09T20:52:57.522951Z", "end_time": "2025-02-09T20:52:57.531694Z" } }, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "import matplotlib.pyplot as plt\n" ] }, { "cell_type": "code", "execution_count": 64, "metadata": { "ExecuteTime": { "start_time": "2025-02-09T20:52:57.526116Z", "end_time": "2025-02-09T20:52:57.559094Z" } }, "outputs": [ { "data": { "text/plain": " MSN YYYYMM Value Column_Order \\\n0 CLEIEUS 197301 72.076 1 \n1 CLEIEUS 197302 64.442 1 \n2 CLEIEUS 197303 64.084 1 \n3 CLEIEUS 197304 60.842 1 \n4 CLEIEUS 197305 61.798 1 \n\n Description \\\n0 Coal Electric Power Sector CO2 Emissions \n1 Coal Electric Power Sector CO2 Emissions \n2 Coal Electric Power Sector CO2 Emissions \n3 Coal Electric Power Sector CO2 Emissions \n4 Coal Electric Power Sector CO2 Emissions \n\n Unit \n0 Million Metric Tons of Carbon Dioxide \n1 Million Metric Tons of Carbon Dioxide \n2 Million Metric Tons of Carbon Dioxide \n3 Million Metric Tons of Carbon Dioxide \n4 Million Metric Tons of Carbon Dioxide ", "text/html": "
\n | MSN | \nYYYYMM | \nValue | \nColumn_Order | \nDescription | \nUnit | \n
---|---|---|---|---|---|---|
0 | \nCLEIEUS | \n197301 | \n72.076 | \n1 | \nCoal Electric Power Sector CO2 Emissions | \nMillion Metric Tons of Carbon Dioxide | \n
1 | \nCLEIEUS | \n197302 | \n64.442 | \n1 | \nCoal Electric Power Sector CO2 Emissions | \nMillion Metric Tons of Carbon Dioxide | \n
2 | \nCLEIEUS | \n197303 | \n64.084 | \n1 | \nCoal Electric Power Sector CO2 Emissions | \nMillion Metric Tons of Carbon Dioxide | \n
3 | \nCLEIEUS | \n197304 | \n60.842 | \n1 | \nCoal Electric Power Sector CO2 Emissions | \nMillion Metric Tons of Carbon Dioxide | \n
4 | \nCLEIEUS | \n197305 | \n61.798 | \n1 | \nCoal Electric Power Sector CO2 Emissions | \nMillion Metric Tons of Carbon Dioxide | \n
\n | Value | \n
---|---|
0 | \n72.076 | \n
1 | \n64.442 | \n
2 | \n64.084 | \n
3 | \n60.842 | \n
4 | \n61.798 | \n
... | \n... | \n
561 | \n72.84 | \n
562 | \n71.41 | \n
563 | \n82.51 | \n
564 | \n115.772 | \n
565 | \n135.958 | \n
566 rows × 1 columns
\n