U
    sVc	+                     @   s   d dl m Z mZ d dlmZ d dlZd dlZd dlZd dlm	Z	m
Z
mZmZmZmZmZmZmZmZmZ d dlmZ d dlm  m  mZ G dd dZdS )    )datetime	timedelta)StringION)NACategorical	DataFrame
MultiIndexNaTPeriodIndexSeries	Timestamp
date_rangeoption_contextperiod_rangec                   @   s@  e Zd Zdd Zdd Zdd Zdd Zd	d
 Zdd Zdd Z	dd Z
dd Zdd Zdd Zejjdd Zdd Zdd Zejjdd Zdd  Zd!d" Zd#d$ Zd%d& Zd'd( Zd)d* Zd+d, Zejd-d.d/ Zd0d1 Zejd2e j!e j"gejd3e#d4ge$d5ggd6d7 Z%d8d9 Z&d:d; Z'd<d= Z(d>d? Z)d@S )ATestDataFrameReprInfoEtcc                    s   t d dd} fddt|D }t|d}|jtk sHtt| t|j	d dd d f  t|j	d dd d f  d S )	NZACDEFGHIJKLMNOP2     c                    s"   g | ]} fd dt D qS )c                    s   g | ]}t j qS  )nprandomchoice).0x)letsr   E/tmp/pip-unpacked-wheel-xj8nt62q/pandas/tests/frame/test_repr_info.py
<listcomp>#   s     zPTestDataFrameReprInfoEtc.test_repr_bytes_61_lines.<locals>.<listcomp>.<listcomp>)range)r   _r   slenr   r   r   #   s     zETestDataFrameReprInfoEtc.test_repr_bytes_61_lines.<locals>.<listcomp>ZU1<   =   )
listr   r   ZastypeZdtypesobjectallAssertionErrorrepriloc)selfZnseqswordsdfr   r   r   test_repr_bytes_61_lines   s    z1TestDataFrameReprInfoEtc.test_repr_bytes_61_linesc                 C   sD   t jddgddgd}ttjdd|d}t||}t| d S )	N)r   r   )   r,   u   Δi1names      index)	r   from_tuplesr   r   r   randntmget_objr&   )r(   Zframe_or_seriesr3   objr   r   r   test_repr_unicode_level_names,   s    z6TestDataFrameReprInfoEtc.test_repr_unicode_level_namesc                 C   sj   t dddgdddgddd	gd
ddg}t|j}d|d< ||_t| ddg|d< ||_t| d S )Nr,   r0      r1               	   )abcr@   rA   )fazboor   rC   rD   )r   	set_indexr"   r3   r&   )r(   r*   r3   r   r   r   test_assign_index_sequences3   s    "
z4TestDataFrameReprInfoEtc.test_assign_index_sequencesc                 C   s@   t dddgittdgddggd}t|}d}||ks<td S )	NXr,   r0   Z20130101r@   rA   r2   z/              X
NaT        a  1
2013-01-01 b  2)r   r	   r   r&   r%   r(   r*   resultexpectedr   r   r   test_repr_with_mi_natB   s    $z.TestDataFrameReprInfoEtc.test_repr_with_mi_natc                 C   s8   t ddddgdd tjtg}t|}d}||ks4td S )Nr,   r0   r:   r1   Tz'      0
True  1
None  2
NaN   3
NaT   4)r   r   nanr	   r&   r%   rH   r   r   r   test_repr_with_different_nullsH   s    z7TestDataFrameReprInfoEtc.test_repr_with_different_nullsc              	   C   sL   t jddgd ddgtddgddd	gi}t|d
}t|}d}||ksHtd S )Nr,   r0   r:   r1   r<   r=   Tr>   r?   )datazG   NaN  None  NaT  True
0    1     3    6     8
1    2     4    7     9)r   rL   r	   r   r&   r%   )r(   dr*   rI   rJ   r   r   r   #test_repr_with_different_nulls_colsS   s
    &
z<TestDataFrameReprInfoEtc.test_repr_with_different_nulls_colsc                 C   sP   t ddidtjidtjidtjiddidtjid}|ddg}t| d S )N)AA0006000ZnuitrR   rQ   )AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCZDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDZEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEZFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFrS   rT   )r   r   rL   rE   r&   )r(   Zdf3Zidfr   r   r   test_multiindex_na_repr]   s    z0TestDataFrameReprInfoEtc.test_multiindex_na_reprc                 C   sP   t jddgdddgd}tddd	gi|d
}t|d}|d dsLtd S )N)r@   r   foo)rA   r,   barr@   rA   rB   r.   valuer   r,   r2   
r0   za 0 foo)r   r4   r   r&   split
startswithr%   )r(   r3   r*   linesr   r   r   test_repr_name_coincidem   s     z0TestDataFrameReprInfoEtc.test_repr_name_coincidec                 C   sj   |}|}t | t | t |j t |j t }|j|d |j|d |jj|d |jj|d d S )Nbuf)r&   Tr   	to_string)r(   Z/multiindex_year_month_day_dataframe_random_dataZ multiindex_dataframe_random_dataZymdframer_   r   r   r   test_repr_to_stringw   s    

z,TestDataFrameReprInfoEtc.test_repr_to_stringc                 C   s&   t t  ttdd}t | d S )Nr   r2   )r&   r   r   arange)r(   rb   r   r   r   test_repr_empty   s    
z(TestDataFrameReprInfoEtc.test_repr_emptyc                 C   s    t  }t| |jd|d d S )NFverboser_   )r   r&   info)r(   Zfloat_string_framer_   r   r   r   test_repr_mixed   s    z(TestDataFrameReprInfoEtc.test_repr_mixedc                 C   sX   t tjdtddtdd}tj|jd ddf< tj|jd ddf< t	| d S )N   )rQ   Br2      rQ   rk   )
r   r   r   r5   r6   ZmakeStringIndexr   rL   locr&   r(   Zbiggier   r   r   test_repr_mixed_big   s     z,TestDataFrameReprInfoEtc.test_repr_mixed_bigc                 C   s   t  }t| |jd|d |jdgdjd|d |jddgdjd|d tdddgd}t| t j|d	 td
gdgdgd}dt|kstdt|kstdt|kstd S )NFrf   rQ   columnsrk   r   r,   r:   r^   za
	bza
	dza
	frq   r3   	za
)r   r&   rh   Zreindexr   r%   )r(   float_framer_   no_indexr*   r   r   r   	test_repr   s    z"TestDataFrameReprInfoEtc.test_reprc              	   C   s   t ddgddgg}tdd dt|ks0tW 5 Q R X tdd dt|ksVtW 5 Q R X tdd	 dt|ks|tW 5 Q R X d S )
Nr,   r0   r:   r1   zdisplay.show_dimensionsTz2 rows x 2 columnsFtruncater   r   r&   r%   r(   r*   r   r   r   test_repr_dimensions   s    z-TestDataFrameReprInfoEtc.test_repr_dimensionsc                 C   s(   t tdtdtdd}t| d S )N)rj   r1   r1   rj   rr   )r   r   zerosr   r&   rn   r   r   r   test_repr_big   s    z&TestDataFrameReprInfoEtc.test_repr_bigc              
   C   s   t j}t jdtdd tddgd t dgd ddgd t td dgd it	dd}t
| td	d
 t
| tdddd t
| tdddd t
| t  |t _d S )Nignorez.*format)categorymodulerV   r,   r   rW   r2   zdisplay.precisionr:   zdisplay.max_rows
   display.max_columnsr0   r   )warningsfiltersfilterwarningsFutureWarningr   r   todayr   r   rd   r&   fmtZ
set_optionr6   Zreset_display_options)r(   ru   Zwarn_filtersZ
unsortabler   r   r   test_repr_unsortable   s.        	z-TestDataFrameReprInfoEtc.test_repr_unsortablec                 C   sp   d}t d||gi}t|}d}|dd  |ks:tt d||gi}t|}|dd  |ksltd S )Nu   σσσσrQ   z      ArY   r   )r   r&   rZ   rstripr%   )r(   Zuvalr*   rI   Zex_topr   r   r   test_repr_unicode   s    z*TestDataFrameReprInfoEtc.test_repr_unicodec                 C   s   t ddgi}t| d S )NrQ      א)r   strrz   r   r   r    test_unicode_string_with_unicode   s    z9TestDataFrameReprInfoEtc.test_unicode_string_with_unicodec                 C   s0   t dddgdddgddd	gd
}t|j d S )Nr,   r0   r:   r1   r;   r<   r=   r>   r?   )r   u   בrB   )r   r&   rq   rz   r   r   r   test_repr_unicode_columns   s    "z2TestDataFrameReprInfoEtc.test_repr_unicode_columnsc              	   C   s8   t ddgi}d}tjt|d t| W 5 Q R X d S )NrQ   abcz2^'str' object cannot be interpreted as an integer$)match)r   pytestZraises	TypeErrorbytes)r(   r*   msgr   r   r   test_str_to_bytes_raises  s    z1TestDataFrameReprInfoEtc.test_str_to_bytes_raisesc                 C   s*   t tjddtddd}t| d S )Nr   rl   rp   )r   r   r   r5   r6   Zrands_arrayr&   rz   r   r   r   test_very_wide_info_repr  s    z1TestDataFrameReprInfoEtc.test_very_wide_info_reprc              	   C   s:   t dgdd}tdd dt|ks,tW 5 Q R X d S )Nizl u  Is it possible to modify drop plot codeso that the output graph is displayed in iphone simulator, Is it possible to modify drop plot code so that the output graph is â¨displayed in iphone simulator.Now we are adding the CSV file externally. I want to Call the File through the code..)ZId	StringColr   rl   r   ry   rz   r   r   r   ,test_repr_column_name_unicode_truncation_bug  s    zETestDataFrameReprInfoEtc.test_repr_column_name_unicode_truncation_bugzignore::FutureWarningc              	   C   sZ   d}t dddd. tdddgd	d
dgg}|| ks<tW 5 Q R X | d ksVtd S )Nz\begin{tabular}{llll}
\toprule
{} &         0 &  1 &  2 \\
\midrule
0 &  $\alpha$ &  b &  c \\
1 &         1 &  2 &  3 \\
\bottomrule
\end{tabular}
zdisplay.latex.escapeFzdisplay.latex.reprTz$\alpha$rA   rB   r,   r0   r:   )r   r   Z_repr_latex_r%   )r(   rI   r*   r   r   r   test_latex_repr!  s
    	z(TestDataFrameReprInfoEtc.test_latex_reprc                 C   sj   t ddddd}tdddd}t||d	}d
}t||ks@ttt|t|d	}t||ksftd S )Nz2011-01-01 09:00Hr;   z
US/Eastern)freqperiodstzz2011-01M)r   r   )dtpz                         dt        p
0 2011-01-01 09:00:00-05:00  2011-01
1 2011-01-01 10:00:00-05:00  2011-02
2 2011-01-01 11:00:00-05:00  2011-03
3 2011-01-01 12:00:00-05:00  2011-04
4 2011-01-01 13:00:00-05:00  2011-05)r   r   r   r&   r%   r   )r(   r   r   r*   expZdf2r   r   r   #test_repr_categorical_dates_periods3  s    z<TestDataFrameReprInfoEtc.test_repr_categorical_dates_periodsargzbox, expectedz0    NaT
dtype: objectz     0
0  NaTc                 C   s&   t ||dgtd}||ks"td S )Nr	   Zdtype)r&   r#   r%   )r(   r   ZboxrJ   rI   r   r   r   test_repr_np_nat_with_objectD  s    z5TestDataFrameReprInfoEtc.test_repr_np_nat_with_objectc                 C   s"   t dtddddi}t| d S )Nyearz1/1/1700r   zA-DEC)r   r   )r   r   r&   rz   r   r   r   "test_frame_datetime64_pre1900_reprN  s    z;TestDataFrameReprInfoEtc.test_frame_datetime64_pre1900_reprc                 C   s4   t dddgdd}ttjdd|d}|  d S )	Nz2011-1z2011-2z2011-3r   )r   r:   r1   r2   )r
   r   r   r   r5   ra   )r(   r3   rb   r   r   r   %test_frame_to_string_with_periodindexS  s    z>TestDataFrameReprInfoEtc.test_frame_to_string_with_periodindexc                 C   sD   t dddgitttdgddgd}| }d}||ks@td S )Nr@   r,   r0   ZInt64r   r2   z      a
<NA>  1
1     2)r   r   Zfrom_arraysr   r   ra   r%   rH   r   r   r   "test_to_string_ea_na_in_multiindexZ  s    
z;TestDataFrameReprInfoEtc.test_to_string_ea_na_in_multiindexc                 C   sL   t dtddddi}t|}|jd d d df }t|}||ksHtd S )Nr   Z2019r   UTC)r   r   r;   )r   r   r&   r'   r%   )r(   r*   rJ   rI   r   r   r   $test_datetime64tz_slice_non_truncateg  s
    z=TestDataFrameReprInfoEtc.test_datetime64tz_slice_non_truncateN)*__name__
__module____qualname__r+   r9   rF   rK   rM   rP   rU   r]   rc   re   ri   r   markZslowro   rw   r{   r}   r   r   r   r   r   r   r   r   r   r   Zparametrizer   Z
datetime64Ztimedelta64r   r   r   r   r   r   r   r   r   r   r   r      sJ   






r   )r   r   ior   r   Znumpyr   r   Zpandasr   r   r   r   r	   r
   r   r   r   r   r   Zpandas._testingZ_testingr6   Zpandas.io.formats.formatformatsformatr   r   r   r   r   r   <module>   s   4