
    Dj.                         d dl mZ dgZd Zy)   _load_tarfile	load_msftc                      t        d      S )ah  Load the microsoft stock data

    Financial data for the MSFT stock between the dates of Mar 13, 1986 and
    Nov 10, 2017. This data is part of the Kaggle stock dataset [1]. Features
    are as follows:

        * Date : datetime
        * Open : float32
        * High : float32
        * Low : float32
        * Close : float32
        * Volume : long
        * OpenInt : int

    References
    ----------
    .. [1] https://www.kaggle.com/borismarjanovic/price-volume-data-for-all-us-stocks-etfs

    Returns
    -------
    df : pd.DataFrame, shape=(7983, 7)
        A dataframe of endog and exog values.
    zmsft.tar.gzr        \C:\Crop_Prediction\Backend\crop-ai-system\venv\Lib\site-packages\pmdarima/datasets/stocks.pyr   r      s    0 ''r   N)_baser   __all__r   r   r   r	   <module>r      s    !-(r   