
    z-e                     B    d dl Zd dlZd dlmZ ej        d             ZdS )    N)	DataFramec                      t          t          j        t          j        dd          d                              dd          dz   g 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)dfs    ;lib/python3.11/site-packages/pandas/tests/apply/conftest.pyint_frame_const_colr      sY     

	!7+++Q//772>>B
 
 
B I    )numpyr   pytestpandasr   fixturer    r   r   <module>r      sS               
 
 
 
 
r   