a
    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)Zdtype      )ABC)columns)r   npZtileZarangeZreshape)Zdf r   d/var/www/html/stable-diffusion-webui/venv/lib/python3.9/site-packages/pandas/tests/apply/conftest.pyint_frame_const_col   s
     r   )numpyr   ZpytestZpandasr   Zfixturer   r   r   r   r   <module>   s   