U
    KvfM                     @   sH   d Z ddlmZ dZdZe ZdZdZdZ	dZ
d	d
 Zdd Zdd ZdS )z"Bill Greene's credit scoring data.    )utilsZrestructuredtextzLUsed with express permission of the original author, who
retains all rights.z
William Greene's `Econometric Analysis`

More information can be found at the web site of the text:
http://pages.stern.nyu.edu/~wgreene/Text/econometricanalysis.htm
z$William Greene's credit scoring datazlMore information on this data can be found on the
homepage for Greene's `Econometric Analysis`. See source.
z::

    Number of observations - 72
    Number of variables - 5
    Variable name definitions - See Source for more information on the
                                variables.
c                  C   s   t  } tj| ddS )Load the credit card data and returns a Dataset class.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    r   )Z	endog_idx)	_get_dataduZprocess_pandas)data r   C/tmp/pip-unpacked-wheel-2v6byqio/statsmodels/datasets/ccard/data.pyload_pandas   s    r	   c                   C   s   t  S )r   )r	   r   r   r   r   load+   s    r
   c                   C   s   t jtdddS )Nz	ccard.csvT)Zconvert_float)r   Zload_csv__file__r   r   r   r   r   6   s    r   N)__doc__Zstatsmodels.datasetsr   r   Z__docformat__Z	COPYRIGHTZTITLEZSOURCEZ
DESCRSHORTZ	DESCRLONGZNOTEr	   r
   r   r   r   r   r   <module>   s   	