
    M/Ph{                     R    d Z ddlmZ dZdZe ZdZdZeZ	dZ
d Zd	 Zd
 Zg dZd ZdS )z United States Macroeconomic data    )utilsrestructuredtextzThis is public domain.a  
Compiled by Skipper Seabold. All data are from the Federal Reserve Bank of St.
Louis [1] except the unemployment rate which was taken from the National
Bureau of Labor Statistics [2]. ::

    [1] Data Source: FRED, Federal Reserve Economic Data, Federal Reserve Bank of
        St. Louis; http://research.stlouisfed.org/fred2/; accessed December 15,
        2009.

    [2] Data Source: Bureau of Labor Statistics, U.S. Department of Labor;
        http://www.bls.gov/data/; accessed December 15, 2009.
z)US Macroeconomic Data for 1959Q1 - 2009Q3a   ::
    Number of Observations - 203

    Number of Variables - 14

    Variable name definitions::

        year      - 1959q1 - 2009q3
        quarter   - 1-4
        realgdp   - Real gross domestic product (Bil. of chained 2005 US$,
                    seasonally adjusted annual rate)
        realcons  - Real personal consumption expenditures (Bil. of chained
                    2005 US$, seasonally adjusted annual rate)
        realinv   - Real gross private domestic investment (Bil. of chained
                    2005 US$, seasonally adjusted annual rate)
        realgovt  - Real federal consumption expenditures & gross investment
                    (Bil. of chained 2005 US$, seasonally adjusted annual rate)
        realdpi   - Real private disposable income (Bil. of chained 2005
                    US$, seasonally adjusted annual rate)
        cpi       - End of the quarter consumer price index for all urban
                    consumers: all items (1982-84 = 100, seasonally adjusted).
        m1        - End of the quarter M1 nominal money stock (Seasonally
                    adjusted)
        tbilrate  - Quarterly monthly average of the monthly 3-month
                    treasury bill: secondary market rate
        unemp     - Seasonally adjusted unemployment rate (%)
        pop       - End of the quarter total population: all ages incl. armed
                    forces over seas
        infl      - Inflation rate (ln(cpi_{t}/cpi_{t-1}) * 400)
        realint   - Real interest rate (tbilrate - infl)
c                  n    t                      } t          j        | t          | j                            S )N)datanames)	_get_dataduDatasetlistcolumns)r   s    c/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/datasets/macrodata/data.pyload_pandasr   :   s*    ;;D:4tDL'9'9::::    c                      t                      S )z
    Load the US macro data and return a Dataset class.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.

    Notes
    -----
    The macrodata Dataset instance does not contain endog and exog attributes.
    )r    r   r   loadr   ?   s     ==r   c                  f    t          j        t          d                              t                    S )Nzmacrodata.csv)r	   load_csv__file__astypefloatr   r   r   r   r   O   s"    ;x1188???r   )realconsrealgdprealinvc                      dS )N	macrodatar   r   r   r   __str__r   V   s    ;r   N)__doc__statsmodels.datasetsr   r	   __docformat__	COPYRIGHTTITLESOURCE
DESCRSHORT	DESCRLONGNOTEr   r   r   variable_namesr   r   r   r   <module>r(      s    & & , , , , , ,"*	 >
	B; ; ;
   @ @ @ 433    r   