
    .iu                     n   d dl Z d dlZd dlmZ ej                  d        Zej                  d        Zej                  d        Zej                  d        Z ej                  ddg	      d
        Z	ej                  d        Z
ej                  d        Zej                  d        Zej                  d        Zej                  d        Zej                  d        Z ej                  ddg	      d        Z ej                  d d d d gg d      d        Z ej                  ddg	      d        Z ej                  ddg	      d        Z ej                  ddg	      d        Z ej                  ddg	      d         Z ej                  ddg	      d!        Zej                  d"        Zy)#    N)Seriesc                      t         )z3A fixture providing the ExtensionDtype to validate.NotImplementedError     ]/var/www/app/trading-bot/venv/lib/python3.12/site-packages/pandas/tests/extension/conftest.pydtyper
      
     r   c                      t         )z
    Length-10 array for this type.

    * data[0] and data[1] should both be non missing
    * data[0] and data[1] should not be equal
    r   r   r   r	   datar      
     r   c                 t    | j                   s'| j                  dk(  st        j                  |  d       t        )z
    Length-10 array in which all the elements are two.

    Call pytest.skip in your fixture if the dtype does not support divmod.
    mz is not a numeric dtype)_is_numerickindpytestskipr   r
   s    r	   data_for_twosr      s4     s!2 	ug456
r   c                      t         )zLength-2 array with [NA, Valid]r   r   r   r	   data_missingr   (   r   r   r   r   )paramsc                 H    | j                   dk(  r|S | j                   dk(  r|S y)z5Parametrized fixture giving 'data' and 'data_missing'r   r   Nparam)requestr   r   s      r	   all_datar   .   s,     }}	.	( 
)r   c                       fd}|S )a  
    Generate many datasets.

    Parameters
    ----------
    data : fixture implementing `data`

    Returns
    -------
    Callable[[int], Generator]:
        A callable that takes a `count` argument and
        returns a generator yielding `count` datasets.
    c              3   6   K   t        |       D ]  }  y wN)range)count_r   s     r	   genzdata_repeated.<locals>.genG   s     u 	AJ	s   r   )r   r%   s   ` r	   data_repeatedr&   7   s      Jr   c                      t         )z
    Length-3 array with a known sort order.

    This should be three items [B, C, A] with
    A < B < C

    For boolean dtypes (for which there are only 2 values available),
    set B=C=True
    r   r   r   r	   data_for_sortingr(   N   s
     r   c                      t         )z{
    Length-3 array with a known sort order.

    This should be three items [B, NA, A] with
    A < B and NA missing.
    r   r   r   r	   data_missing_for_sortingr*   \   r   r   c                  "    t         j                  S )z
    Binary operator for comparing NA values.

    Should return a function of two arguments that returns
    True if both arguments are (scalar) NA for your type.

    By default, uses ``operator.is_``
    )operatoris_r   r   r	   na_cmpr.   g   s     <<r   c                     | j                   S )z
    The scalar missing value for this type. Default dtype.na_value.

    TODO: can be removed in 3.x (see https://github.com/pandas-dev/pandas/pull/54930)
    )na_valuer   s    r	   r0   r0   t   s     >>r   c                      t         )z
    Data for factorization, grouping, and unique tests.

    Expected to be like [B, B, NA, NA, A, A, B, C]

    Where A < B < C and NA is missing.

    If a dtype has _is_boolean = True, i.e. only 2 unique non-NA entries,
    then set C=B.
    r   r   r   r	   data_for_groupingr2   ~   s
     r   TFc                     | j                   S )z#Whether to box the data in a Seriesr   r   s    r	   box_in_seriesr5      s     ==r   c                      yN   r   xs    r	   <lambda>r;      s    r   c                      dgt        |       z  S r7   )lenr9   s    r	   r;   r;      s    1#A, r   c                 2    t        dgt        |       z        S r7   )r   r=   r9   s    r	   r;   r;      s    &!s1v& r   c                     | S r!   r   r9   s    r	   r;   r;      s    ! r   )scalarlistseriesobject)r   idsc                     | j                   S )z,
    Functions to test groupby.apply().
    r   r4   s    r	   groupby_apply_oprF      s     ==r   c                     | j                   S )zU
    Boolean fixture to support Series and Series.to_frame() comparison testing.
    r   r4   s    r	   as_framerH          
 ==r   c                     | j                   S )zL
    Boolean fixture to support arr and Series(arr) comparison testing.
    r   r4   s    r	   	as_seriesrK      rI   r   c                     | j                   S )zd
    Boolean fixture to support comparison testing of ExtensionDtype array
    and numpy array.
    r   r4   s    r	   	use_numpyrM           ==r   ffillbfillc                     | j                   S )zl
    Parametrized fixture giving method parameters 'ffill' and 'bfill' for
    Series.<method> testing.
    r   r4   s    r	   fillna_methodrR      rN   r   c                     | j                   S )zR
    Boolean fixture to support ExtensionDtype _from_sequence method testing.
    r   r4   s    r	   as_arrayrT      rI   r   c                 4    t         j                  t               S )z
    A scalar that *cannot* be held by this ExtensionArray.

    The default should work for most subclasses, but is not guaranteed.

    If the array can hold any item (i.e. object dtype), then use pytest.skip.
    )rC   __new__)r   s    r	   invalid_scalarrW      s     >>&!!r   )r,   r   pandasr   fixturer
   r   r   r   r   r&   r(   r*   r.   r0   r2   r5   rF   rH   rK   rM   rR   rT   rW   r   r   r	   <module>rZ      sB       
      
 /0 1  , 
 
   	 	     e}% &
 &	 	/ e}% & e}% & e}% & )* + e}% & " "r   