§
    M/Ph_  ã                   óD   — d Z ddlmZ dZdZe ZdZdZdZ	dZ
d	„ Zd
„ Zd„ ZdS )zU.S. Strike Duration Dataé    )ÚutilsÚrestructuredtextzThis is public domain.zó
This is a subset of the data used in Kennan (1985). It was originally
published by the Bureau of Labor Statistics.

::

    Kennan, J. 1985. "The duration of contract strikes in US manufacturing.
        `Journal of Econometrics` 28.1, 5-28.
zcContains data on the length of strikes in US manufacturing and
unanticipated industrial production.zëContains data on the length of strikes in US manufacturing and
unanticipated industrial production. The data is a subset of the data originally
used by Kennan. The data here is data for the months of June only to avoid
seasonal issues.zÙ::

    Number of observations - 62

    Number of variables - 2

    Variable name definitions::

                duration - duration of the strike in days
                iprod - unanticipated industrial production
c                  óJ   — t          ¦   «         } t          j        | d¬¦  «        S )ú 
    Load the strikes data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    r   )Ú	endog_idx)Ú	_get_dataÚduÚprocess_pandas)Údatas    úa/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/datasets/strikes/data.pyÚload_pandasr   )   s#   € õ ‰;Œ;€DÝÔ˜T¨QÐ/Ñ/Ô/Ð/ó    c                  ó   — t          ¦   «         S )r   )r   © r   r   Úloadr   6   s   € õ ‰=Œ=Ðr   c                  óf   — t          j        t          d¦  «                             t          ¦  «        S )Nzstrikes.csv)r	   Úload_csvÚ__file__ÚastypeÚfloatr   r   r   r   r   B   s"   € ÝŒ;•x Ñ.Ô.×5Ò5µeÑ<Ô<Ð<r   N)Ú__doc__Ústatsmodels.datasetsr   r	   Ú__docformat__Ú	COPYRIGHTÚTITLEÚSOURCEÚ
DESCRSHORTÚ	DESCRLONGÚNOTEr   r   r   r   r   r   ú<module>r       s   ðØ Ð Ø ,Ð ,Ð ,Ð ,Ð ,Ð ,à"€à*€	Ø€ð€ð(€
ð€	ð
€ð
0ð 
0ð 
0ð	ð 	ð 	ð=ð =ð =ð =ð =r   