B
    Z0d                 @   s.   d dl Zd dlZd dlmZ ejdd ZdS )    N)	DataFramec              C   s4   t ttjddddddd ddd	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]
       Zint64)Zdtype      ABC)columns)r   npZtileZarangeZreshape)Zdf r   M/var/www/html/venv/lib/python3.7/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   