
    "g                     B    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y)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     _/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/statsmodels/datasets/template_data.pyloadr
      s     =r   c                  D    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TQ//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3r   N)__doc__statsmodels.datasetsr   r   __docformat__	COPYRIGHTTITLESOURCE
DESCRSHORT	DESCRLONGNOTEr
   r   r   r   r   r	   <module>r      sC     ,"0	( )
8		
04r   