Kernel: Python 3 (Anaconda)
In [1]:
In [5]:
Out[5]:
<class 'pandas.core.frame.DataFrame'>
Int64Index: 16 entries, 1947 to 1962
Data columns (total 7 columns):
GNP.deflator 16 non-null float64
GNP 16 non-null float64
Unemployed 16 non-null float64
Armed.Forces 16 non-null float64
Population 16 non-null float64
Year 16 non-null int64
Employed 16 non-null float64
dtypes: float64(6), int64(1)
memory usage: 1.0 KB
In [6]:
Out[6]:
In [8]:
Out[8]:
0.96039057159437557
In [1]:
Out[1]:
/ext/anaconda3/lib/python3.5/site-packages/statsmodels/compat/pandas.py:56: FutureWarning: The pandas.core.datetools module is deprecated and will be removed in a future version. Please use the pandas.tseries module instead.
from pandas.core import datetools
In [2]:
Out[2]:
In [6]:
Out[6]:
<class 'statsmodels.datasets.utils.Dataset'>
In [0]: