{ "cells": [ { "cell_type": "code", "execution_count": 28, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting arviz\n", " Downloading arviz-0.11.2-py3-none-any.whl (1.6 MB)\n", "\u001b[K |████████████████████████████████| 1.6 MB 21.0 MB/s eta 0:00:01\n", "\u001b[?25hCollecting typing-extensions<4,>=3.7.4.3\n", " Downloading typing_extensions-3.10.0.0-py3-none-any.whl (26 kB)\n", "Collecting xarray>=0.16.1\n", " Downloading xarray-0.16.2-py3-none-any.whl (736 kB)\n", "\u001b[K |████████████████████████████████| 736 kB 41.3 MB/s eta 0:00:01\n", "\u001b[?25hCollecting matplotlib>=3.0\n", " Downloading matplotlib-3.3.4-cp36-cp36m-manylinux1_x86_64.whl (11.5 MB)\n", "\u001b[K |████████████████████████████████| 11.5 MB 45.8 MB/s eta 0:00:01\n", "\u001b[?25hCollecting pandas>=0.23\n", " Downloading pandas-1.1.5-cp36-cp36m-manylinux1_x86_64.whl (9.5 MB)\n", "\u001b[K |████████████████████████████████| 9.5 MB 67.4 MB/s eta 0:00:01\n", "\u001b[?25hRequirement already satisfied: setuptools>=38.4 in /opt/conda/lib/python3.6/site-packages (from arviz) (45.2.0.post20200209)\n", "Requirement already satisfied: packaging in /opt/conda/lib/python3.6/site-packages (from arviz) (20.1)\n", "Collecting netcdf4\n", " Downloading netCDF4-1.5.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.7 MB)\n", "\u001b[K |████████████████████████████████| 4.7 MB 34.4 MB/s eta 0:00:01 |▍ | 51 kB 35.1 MB/s eta 0:00:01\n", "\u001b[?25hRequirement already satisfied: numpy>=1.12 in /opt/conda/lib/python3.6/site-packages (from arviz) (1.15.2)\n", "Requirement already satisfied: scipy>=0.19 in /opt/conda/lib/python3.6/site-packages (from arviz) (1.1.0)\n", "Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz) (2.4.6)\n", "Requirement already satisfied: pillow>=6.2.0 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz) (7.0.0)\n", "Requirement already satisfied: cycler>=0.10 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz) (0.10.0)\n", "Requirement already satisfied: python-dateutil>=2.1 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz) (2.8.1)\n", "Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz) (1.1.0)\n", "Requirement already satisfied: pytz>=2017.2 in /opt/conda/lib/python3.6/site-packages (from pandas>=0.23->arviz) (2019.3)\n", "Requirement already satisfied: six in /opt/conda/lib/python3.6/site-packages (from packaging->arviz) (1.14.0)\n", "Collecting cftime\n", " Downloading cftime-1.5.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (216 kB)\n", "\u001b[K |████████████████████████████████| 216 kB 70.9 MB/s eta 0:00:01\n", "\u001b[31mERROR: pandas 1.1.5 has requirement numpy>=1.15.4, but you'll have numpy 1.15.2 which is incompatible.\u001b[0m\n", "\u001b[?25hInstalling collected packages: typing-extensions, pandas, xarray, matplotlib, cftime, netcdf4, arviz\n", " Attempting uninstall: pandas\n", " Found existing installation: pandas 0.22.0\n", " Uninstalling pandas-0.22.0:\n", " Successfully uninstalled pandas-0.22.0\n", " Attempting uninstall: matplotlib\n", " Found existing installation: matplotlib 2.2.3\n", " Uninstalling matplotlib-2.2.3:\n", " Successfully uninstalled matplotlib-2.2.3\n", "Successfully installed arviz-0.11.2 cftime-1.5.0 matplotlib-3.3.4 netcdf4-1.5.7 pandas-1.1.5 typing-extensions-3.10.0.0 xarray-0.16.2\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install arviz" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting git+https://github.com/pymc-devs/pymc3\n", " Cloning https://github.com/pymc-devs/pymc3 to /tmp/pip-req-build-ygnbehco\n", " Running command git clone -q https://github.com/pymc-devs/pymc3 /tmp/pip-req-build-ygnbehco\n", " Running command git submodule update --init --recursive -q\n", " Installing build dependencies ... \u001b[?25ldone\n", "\u001b[?25h Getting requirements to build wheel ... \u001b[?25ldone\n", "\u001b[?25h Preparing wheel metadata ... \u001b[?25ldone\n", "\u001b[31mERROR: Package 'pymc3' requires a different Python: 3.6.4 not in '>=3.7'\u001b[0m\n", "\u001b[?25hNote: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install git+https://github.com/pymc-devs/pymc3" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Requirement already satisfied: bokeh in /opt/conda/lib/python3.6/site-packages (0.12.16)\n", "Requirement already satisfied: six>=1.5.2 in /opt/conda/lib/python3.6/site-packages (from bokeh) (1.14.0)\n", "Requirement already satisfied: PyYAML>=3.10 in /opt/conda/lib/python3.6/site-packages (from bokeh) (5.3)\n", "Requirement already satisfied: python-dateutil>=2.1 in /opt/conda/lib/python3.6/site-packages (from bokeh) (2.8.1)\n", "Requirement already satisfied: Jinja2>=2.7 in /opt/conda/lib/python3.6/site-packages (from bokeh) (2.11.0)\n", "Requirement already satisfied: numpy>=1.7.1 in /opt/conda/lib/python3.6/site-packages (from bokeh) (1.15.2)\n", "Requirement already satisfied: packaging>=16.8 in /opt/conda/lib/python3.6/site-packages (from bokeh) (20.1)\n", "Requirement already satisfied: tornado>=4.3 in /opt/conda/lib/python3.6/site-packages (from bokeh) (6.0.3)\n", "Requirement already satisfied: MarkupSafe>=0.23 in /opt/conda/lib/python3.6/site-packages (from Jinja2>=2.7->bokeh) (1.1.1)\n", "Requirement already satisfied: pyparsing>=2.0.2 in /opt/conda/lib/python3.6/site-packages (from packaging>=16.8->bokeh) (2.4.6)\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install bokeh" ] }, { "cell_type": "code", "execution_count": 2, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting package metadata (current_repodata.json): - Killed\n", "\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "conda create -n py35 python=3.5 anaconda" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting package metadata (current_repodata.json): \\ Killed\n", "\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "conda install spyder" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting package metadata (current_repodata.json): | Killed\n", "\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "conda install theano" ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting package metadata (current_repodata.json): / Killed\n", "\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "conda install tensorflow" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting package metadata (current_repodata.json): | Killed\n", "\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "conda install keras" ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting pymc3\n", " Downloading pymc3-3.10.0-py3-none-any.whl (1.9 MB)\n", "\u001b[K |████████████████████████████████| 1.9 MB 13.5 MB/s eta 0:00:01\n", "\u001b[?25hRequirement already satisfied: pandas>=0.18.0 in /opt/conda/lib/python3.6/site-packages (from pymc3) (1.1.5)\n", "Collecting theano-pymc==1.0.11\n", " Downloading Theano-PyMC-1.0.11.tar.gz (2.8 MB)\n", "\u001b[K |████████████████████████████████| 2.8 MB 54.3 MB/s eta 0:00:01\n", "\u001b[?25hCollecting fastprogress>=0.2.0\n", " Downloading fastprogress-1.0.0-py3-none-any.whl (12 kB)\n", "Requirement already satisfied: typing-extensions>=3.7.4 in /opt/conda/lib/python3.6/site-packages (from pymc3) (3.10.0.0)\n", "Requirement already satisfied: dill in /opt/conda/lib/python3.6/site-packages (from pymc3) (0.2.9)\n", "Collecting contextvars; python_version < \"3.7\"\n", " Downloading contextvars-2.4.tar.gz (9.6 kB)\n", "Requirement already satisfied: arviz>=0.9.0 in /opt/conda/lib/python3.6/site-packages (from pymc3) (0.11.2)\n", "Requirement already satisfied: scipy>=0.18.1 in /opt/conda/lib/python3.6/site-packages (from pymc3) (1.1.0)\n", "Requirement already satisfied: numpy>=1.13.0 in /opt/conda/lib/python3.6/site-packages (from pymc3) (1.15.2)\n", "Collecting dataclasses; python_version < \"3.7\"\n", " Downloading dataclasses-0.8-py3-none-any.whl (19 kB)\n", "Requirement already satisfied: patsy>=0.5.1 in /opt/conda/lib/python3.6/site-packages (from pymc3) (0.5.1)\n", "Requirement already satisfied: pytz>=2017.2 in /opt/conda/lib/python3.6/site-packages (from pandas>=0.18.0->pymc3) (2019.3)\n", "Requirement already satisfied: python-dateutil>=2.7.3 in /opt/conda/lib/python3.6/site-packages (from pandas>=0.18.0->pymc3) (2.8.1)\n", "Collecting immutables>=0.9\n", " Downloading immutables-0.15-cp36-cp36m-manylinux1_x86_64.whl (100 kB)\n", "\u001b[K |████████████████████████████████| 100 kB 19.6 MB/s ta 0:00:01\n", "\u001b[?25hRequirement already satisfied: setuptools>=38.4 in /opt/conda/lib/python3.6/site-packages (from arviz>=0.9.0->pymc3) (45.2.0.post20200209)\n", "Requirement already satisfied: packaging in /opt/conda/lib/python3.6/site-packages (from arviz>=0.9.0->pymc3) (20.1)\n", "Requirement already satisfied: netcdf4 in /opt/conda/lib/python3.6/site-packages (from arviz>=0.9.0->pymc3) (1.5.7)\n", "Requirement already satisfied: matplotlib>=3.0 in /opt/conda/lib/python3.6/site-packages (from arviz>=0.9.0->pymc3) (3.3.4)\n", "Requirement already satisfied: xarray>=0.16.1 in /opt/conda/lib/python3.6/site-packages (from arviz>=0.9.0->pymc3) (0.16.2)\n", "Requirement already satisfied: six in /opt/conda/lib/python3.6/site-packages (from patsy>=0.5.1->pymc3) (1.14.0)\n", "Requirement already satisfied: pyparsing>=2.0.2 in /opt/conda/lib/python3.6/site-packages (from packaging->arviz>=0.9.0->pymc3) (2.4.6)\n", "Requirement already satisfied: cftime in /opt/conda/lib/python3.6/site-packages (from netcdf4->arviz>=0.9.0->pymc3) (1.5.0)\n", "Requirement already satisfied: pillow>=6.2.0 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz>=0.9.0->pymc3) (7.0.0)\n", "Requirement already satisfied: cycler>=0.10 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz>=0.9.0->pymc3) (0.10.0)\n", "Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/lib/python3.6/site-packages (from matplotlib>=3.0->arviz>=0.9.0->pymc3) (1.1.0)\n", "Building wheels for collected packages: theano-pymc, contextvars\n", " Building wheel for theano-pymc (setup.py) ... \u001b[?25ldone\n", "\u001b[?25h Created wheel for theano-pymc: filename=Theano_PyMC-1.0.11-py3-none-any.whl size=2572022 sha256=90d446d4df3d178ea00a08d0294bf165e0fa75a3412a4f0f1b1053cdd9b5ae59\n", " Stored in directory: /home/jovyan/.cache/pip/wheels/0c/3f/12/4300ed97dce181098755583aea62c4b59f6e5c43fe53a3f097\n", " Building wheel for contextvars (setup.py) ... \u001b[?25ldone\n", "\u001b[?25h Created wheel for contextvars: filename=contextvars-2.4-py3-none-any.whl size=7664 sha256=0b279e2f13ddef2e3289e2b4a86bb76a004675afc18ccb264ccd1e7186d58c23\n", " Stored in directory: /home/jovyan/.cache/pip/wheels/41/11/53/911724983aa48deb94792432e14e518447212dd6c5477d49d3\n", "Successfully built theano-pymc contextvars\n", "Installing collected packages: theano-pymc, fastprogress, immutables, contextvars, dataclasses, pymc3\n", "Successfully installed contextvars-2.4 dataclasses-0.8 fastprogress-1.0.0 immutables-0.15 pymc3-3.10.0 theano-pymc-1.0.11\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install pymc3" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Collecting numpy==1.15.4\n", " Downloading numpy-1.15.4-cp36-cp36m-manylinux1_x86_64.whl (13.9 MB)\n", "\u001b[K |████████████████████████████████| 13.9 MB 24.9 MB/s eta 0:00:01\n", "\u001b[?25hInstalling collected packages: numpy\n", " Attempting uninstall: numpy\n", " Found existing installation: numpy 1.15.2\n", " Uninstalling numpy-1.15.2:\n", " Successfully uninstalled numpy-1.15.2\n", "Successfully installed numpy-1.15.4\n", "Note: you may need to restart the kernel to use updated packages.\n" ] } ], "source": [ "pip install numpy==1.15.4" ] }, { "cell_type": "code", "execution_count": 3, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import pandas as pd\n", "import matplotlib.pyplot as plt" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", " | Yr | \n", "Mn | \n", "Date | \n", "Date | \n", "CO2 | \n", "seasonally | \n", "fit | \n", "seasonally | \n", "CO2 | \n", "seasonally | \n", "
---|---|---|---|---|---|---|---|---|---|---|
0 | \n", "\n", " | \n", " | \n", " | \n", " | \n", " | adjusted | \n", "\n", " | adjusted fit | \n", "filled | \n", "adjusted filled | \n", "
1 | \n", "\n", " | \n", " | Excel | \n", "\n", " | [ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "
2 | \n", "1958 | \n", "01 | \n", "21200 | \n", "1958.0411 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
3 | \n", "1958 | \n", "02 | \n", "21231 | \n", "1958.1260 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
4 | \n", "1958 | \n", "03 | \n", "21259 | \n", "1958.2027 | \n", "315.70 | \n", "314.43 | \n", "316.19 | \n", "314.90 | \n", "315.70 | \n", "314.43 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
765 | \n", "2021 | \n", "08 | \n", "44423 | \n", "2021.6219 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
766 | \n", "2021 | \n", "09 | \n", "44454 | \n", "2021.7068 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
767 | \n", "2021 | \n", "10 | \n", "44484 | \n", "2021.7890 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
768 | \n", "2021 | \n", "11 | \n", "44515 | \n", "2021.8740 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
769 | \n", "2021 | \n", "12 | \n", "44545 | \n", "2021.9562 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
770 rows × 10 columns
\n", "\n", " | Yr | \n", "Mn | \n", "Date | \n", "Date | \n", "CO2 | \n", "seasonally | \n", "fit | \n", "seasonally | \n", "CO2 | \n", "seasonally | \n", "
---|---|---|---|---|---|---|---|---|---|---|
1 | \n", "\n", " | \n", " | Excel | \n", "\n", " | [ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "[ppm] | \n", "
2 | \n", "1958 | \n", "01 | \n", "21200 | \n", "1958.0411 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
3 | \n", "1958 | \n", "02 | \n", "21231 | \n", "1958.1260 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
4 | \n", "1958 | \n", "03 | \n", "21259 | \n", "1958.2027 | \n", "315.70 | \n", "314.43 | \n", "316.19 | \n", "314.90 | \n", "315.70 | \n", "314.43 | \n", "
5 | \n", "1958 | \n", "04 | \n", "21290 | \n", "1958.2877 | \n", "317.45 | \n", "315.16 | \n", "317.30 | \n", "314.98 | \n", "317.45 | \n", "315.16 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
765 | \n", "2021 | \n", "08 | \n", "44423 | \n", "2021.6219 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
766 | \n", "2021 | \n", "09 | \n", "44454 | \n", "2021.7068 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
767 | \n", "2021 | \n", "10 | \n", "44484 | \n", "2021.7890 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
768 | \n", "2021 | \n", "11 | \n", "44515 | \n", "2021.8740 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
769 | \n", "2021 | \n", "12 | \n", "44545 | \n", "2021.9562 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
769 rows × 10 columns
\n", "\n", " | Yr | \n", "Mn | \n", "Date | \n", "Date | \n", "CO2 | \n", "seasonally | \n", "fit | \n", "seasonally | \n", "CO2 | \n", "seasonally | \n", "
---|---|---|---|---|---|---|---|---|---|---|
3 | \n", "1958 | \n", "02 | \n", "21231 | \n", "1958.1260 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
4 | \n", "1958 | \n", "03 | \n", "21259 | \n", "1958.2027 | \n", "315.70 | \n", "314.43 | \n", "316.19 | \n", "314.90 | \n", "315.70 | \n", "314.43 | \n", "
5 | \n", "1958 | \n", "04 | \n", "21290 | \n", "1958.2877 | \n", "317.45 | \n", "315.16 | \n", "317.30 | \n", "314.98 | \n", "317.45 | \n", "315.16 | \n", "
6 | \n", "1958 | \n", "05 | \n", "21320 | \n", "1958.3699 | \n", "317.51 | \n", "314.71 | \n", "317.86 | \n", "315.06 | \n", "317.51 | \n", "314.71 | \n", "
7 | \n", "1958 | \n", "06 | \n", "21351 | \n", "1958.4548 | \n", "-99.99 | \n", "-99.99 | \n", "317.24 | \n", "315.14 | \n", "317.24 | \n", "315.14 | \n", "
... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "... | \n", "
765 | \n", "2021 | \n", "08 | \n", "44423 | \n", "2021.6219 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
766 | \n", "2021 | \n", "09 | \n", "44454 | \n", "2021.7068 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
767 | \n", "2021 | \n", "10 | \n", "44484 | \n", "2021.7890 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
768 | \n", "2021 | \n", "11 | \n", "44515 | \n", "2021.8740 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
769 | \n", "2021 | \n", "12 | \n", "44545 | \n", "2021.9562 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
767 rows × 10 columns
\n", "\n", " | CO2 | \n", "seasonaly_adjusted | \n", "fit | \n", "seasonally_adjusted_fit | \n", "CO2_filled | \n", "seasonally_adjusted_filled | \n", "
---|---|---|---|---|---|---|
1958-02-15 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "-99.99 | \n", "
1958-03-15 | \n", "315.70 | \n", "314.43 | \n", "316.19 | \n", "314.90 | \n", "315.70 | \n", "314.43 | \n", "
1958-04-15 | \n", "317.45 | \n", "315.16 | \n", "317.30 | \n", "314.98 | \n", "317.45 | \n", "315.16 | \n", "
1958-05-15 | \n", "317.51 | \n", "314.71 | \n", "317.86 | \n", "315.06 | \n", "317.51 | \n", "314.71 | \n", "
1958-06-15 | \n", "-99.99 | \n", "-99.99 | \n", "317.24 | \n", "315.14 | \n", "317.24 | \n", "315.14 | \n", "