
    "gM                     B    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y)z"Bill Greene's credit scoring data.    )utils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                  D    t               } t        j                  | d      S )Load the credit card data and returns a Dataset class.

    Returns
    -------
    Dataset
        See DATASET_PROPOSAL.txt for more information.
    r   )	endog_idx)	_get_dataduprocess_pandas)datas    \/var/www/dash_apps/app1/venv/lib/python3.12/site-packages/statsmodels/datasets/ccard/data.pyload_pandasr      s     ;DTQ//    c                      t               S )r   )r    r   r   loadr   +   s     =r   c                  :    t        j                  t        dd      S )Nz	ccard.csvT)convert_float)r	   load_csv__file__r   r   r   r   r   6   s    ;;xDAAr   N)__doc__statsmodels.datasetsr   r	   __docformat__	COPYRIGHTTITLESOURCE
DESCRSHORT	DESCRLONGNOTEr   r   r   r   r   r   <module>r      sH    ( ,"	 9
		0Br   