o
    d                     @   s.   d dl Zd dlZd dlmZ ejdd ZdS )    N)	DataFramec                  C   s2   t ttjddddddd g dd} | S )	z
    Fixture for DataFrame of ints which are constant per column

    Columns are ['A', 'B', 'C'], with values (per column): [1, 2, 3]
       int64)dtype      )ABC)columns)r   nptilearangereshape)df r   `/var/www/html/visualizacion-main/env/lib/python3.10/site-packages/pandas/tests/apply/conftest.pyint_frame_const_col   s
    r   )numpyr   pytestpandasr   fixturer   r   r   r   r   <module>   s
    