o
    d                     @   s   d dl Zd dlZd dlmZmZ d dlmZ ej	ddgddd Z
ej	g dddd	 Zej	eeejeegdd
d Zej	ejg d ddd ZdS )    N)SeriesarrayF)paramsc                 C      | j S )as  
    Valid values for the 'sort' parameter used in the Index
    setops methods (intersection, union, etc.)

    Caution:
        Don't confuse this one with the "sort" fixture used
        for DataFrame.append or concat. That one has
        parameters [True, False].

        We can't combine them as sort=True is not permitted
        in the Index setops methods.
    paramrequest r
   b/var/www/html/visualizacion-main/env/lib/python3.10/site-packages/pandas/tests/indexes/conftest.pysort   s   r   )
D3Dz-3DH2Hz-2HT2TSz-3Sc                 C   r   )z_
    Valid values for 'freq' parameter used to create date_range and
    timedelta_range..
    r   r   r
   r
   r   freq_sample   s   r   c                 C   r   )zB
    Types that may be passed as the indexer to searchsorted.
    r   r   r
   r
   r   listlike_box%   s   r   )objectcategoryzdatetime64[ns]ztimedelta64[ns]c                 C   r   )z
    Dtypes that can be given to an Index with small positive integers.

    This means that for any dtype `x` in the params list, `Index([1, 2, 3], dtype=x)` is
    valid and gives the correct Index (sub-)class.
    r   r   r
   r
   r   'any_dtype_for_small_pos_integer_indexes-   s   r   )numpynppytestpandasr   r   pandas._testing_testingtmfixturer   r   listtupler   ALL_REAL_NUMPY_DTYPESr   r
   r
   r
   r   <module>   s     


	