§
    M/PhÇ  ã                   óD   — d Z ddlmZ dZdZdZdZdZdZ	d	Z
d
„ Zd„ Zd„ ZdS )zName of dataset.é    )ÚutilsÚrestructuredtextzE.g., This is public domain.zTitle of the datasetz¨
This section should provide a link to the original dataset if possible and
attribution and correspondance information for the dataset's original author
if so desired.
zA short description.z$A longer description of the dataset.z¤
::

    Number of observations:
    Number of variables:
    Variable name definitions:

Any other useful information that does not fit into the above categories.
c                  ó   — t          ¦   «         S )z˜
    Load the data and return a Dataset class instance.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    )Úload_pandas© ó    úb/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/statsmodels/datasets/template_data.pyÚloadr
      s   € õ ‰=Œ=Ðr   c                  óJ   — t          ¦   «         } t          j        | d¬¦  «        S )z 
    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    r	   r   r   *   s#   € õ ‰;Œ;€DÝÔ˜T¨QÐ/Ñ/Ô/Ð/r   c                  ó6   — t          j        t          d¦  «        S )NzDatasetName.csv)r   Úload_csvÚ__file__r   r   r	   r   r   7   s   € ÝŒ;•xÐ!2Ñ3Ô3Ð3r   N)Ú__doc__Ústatsmodels.datasetsr   r   Ú__docformat__Ú	COPYRIGHTÚTITLEÚSOURCEÚ
DESCRSHORTÚ	DESCRLONGÚNOTEr
   r   r   r   r   r	   ú<module>r      s}   ðØ Ð Ø ,Ð ,Ð ,Ð ,Ð ,Ð ,à"€à0€	Ø(€ð€ð )€
à8€	ð€ð	ð 	ð 	ð
0ð 
0ð 
0ð4ð 4ð 4ð 4ð 4r   