o
    ҷh8                     @   s   d dl m Z mZ d dlm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                   @   sl  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d-d. Zd/d0 Zejd1ej ej!gejd2e"d3ge#d4ggd5d6 Z$d7d8 Z%d9d: Z&d;d< Z'd=d> Z(d?d@ Z)dAdB Z*dCdD Z+dEdF Z,dGdH Z-dIdJ Z.dKdL Z/dMS )NTestDataFrameReprInfoEtcc                    s   t d dd} fddt|D }t|d}|jtk s$J t| t|jd dd d f  t|jd dd d f  d S )	NACDEFGHIJKLMNOP2     c                    s"   g | ]} fd dt D qS )c                    s   g | ]}t jd  qS )   )nprandomdefault_rngchoice).0x)lets T/var/www/html/venv/lib/python3.10/site-packages/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>U1<   =   )	listr   r   astypedtypesobjectallrepriloc)selfnseqswordsdfr   r!   r   test_repr_bytes_61_lines   s   z1TestDataFrameReprInfoEtc.test_repr_bytes_61_linesc                 C   sH   t jddgddgd}ttjdd|d}t||}t	| d S )	N)r   r   )   r2   u   Δi1namesr   )r      index)
r   from_tuplesr   r   r   r   standard_normaltmget_objr+   )r-   frame_or_seriesr8   objr   r   r   test_repr_unicode_level_names.   s   z6TestDataFrameReprInfoEtc.test_repr_unicode_level_namesc                 C   sd   t g dg dg ddddg}t|j}d|d< ||_t| d	d
g|d< ||_t| d S )Nr2   r      r6               	   abcrJ   rK   )fazboor   rM   rN   )r   	set_indexr&   r8   r+   )r-   r0   r8   r   r   r   test_assign_index_sequences5   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J d S )	NXr2   r   20130101rJ   rK   r7   z/              X
NaT        a  1
2013-01-01 b  2)r   r	   r   r+   r-   r0   resultexpectedr   r   r   test_repr_with_mi_natD   s   $z.TestDataFrameReprInfoEtc.test_repr_with_mi_natc                 C   s4   t g ddd tjtg}t|}d}||ksJ d S )N)r2   r   rA   r6   Tz'      0
True  1
None  2
NaN   3
NaT   4)r   r   nanr	   r+   rS   r   r   r   test_repr_with_different_nullsJ   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s$J d S )Nr2   r   rA   r6   rD   rF   TrG   rH   )datazG   NaN  None  NaT  True
0    1     3    6     8
1    2     4    7     9)r   rW   r	   r   r+   )r-   dr0   rT   rU   r   r   r   #test_repr_with_different_nulls_colsU   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A0006000nuitr]   r\   )AAAAAAAAAAAAAAAAAAAAAAAAAAAAAABBBBBBBBBBBBBBBBBBBBBBBBBBBBBBCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFr_   ra   )r   r   rW   rO   r+   )r-   df3idfr   r   r   test_multiindex_na_repr_   s   z0TestDataFrameReprInfoEtc.test_multiindex_na_reprc                 C   sN   t jddgg dd}tdddgi|d}t|d	}|d
 ds%J d S )N)rJ   r   foo)rK   r2   barrI   r4   valuer   r2   r7   
r   za 0 foo)r   r9   r   r+   split
startswith)r-   r8   r0   linesr   r   r   test_repr_name_coincideo   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-   /multiindex_year_month_day_dataframe_random_data multiindex_dataframe_random_dataymdframerq   r   r   r   test_repr_to_stringy   s   

z,TestDataFrameReprInfoEtc.test_repr_to_stringc                 C   s&   t t  ttdd}t | d S )Nr   r7   )r+   r   r   arange)r-   rw   r   r   r   test_repr_empty   s   
z(TestDataFrameReprInfoEtc.test_repr_emptyc                 C   s    t  }t| |jd|d d S )NFverboserq   )r   r+   info)r-   float_string_framerq   r   r   r   test_repr_mixed   s   z(TestDataFrameReprInfoEtc.test_repr_mixedc                 C   s^   t tjddtddtdd}tj|j	d ddf< tj|j	d ddf< t
| d S )Nr      )r\   Br7      r\   r   )r   r   r   r   r:   r;   makeStringIndexr   rW   locr+   r-   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g dd}t| t j|d tdgd	gd
gd}dt|vsKJ dt|vsSJ dt|vs[J d S )NFr{   r\   columnsr   )r   r2   rA   rp   za
	bza
	dza
	fr   r8   	za
)r   r+   r}   reindexr   )r-   float_framerq   no_indexr0   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|v sJ W d    n1 s"w   Y  tdd dt|vs5J W d    n1 s?w   Y  tdd	 dt|vsRJ W d    d S 1 s]w   Y  d S )
Nr2   r   rA   r6   zdisplay.show_dimensionsTz2 rows x 2 columnsFtruncater   r   r+   r-   r0   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)r   r6   r6   r   r   )r   r   zerosr   r+   r   r   r   r   test_repr_big   s   z&TestDataFrameReprInfoEtc.test_repr_bigc              
   C   s   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	
  d S )Nrh   r2   r   ri   r7   zdisplay.precisionrA   zdisplay.max_rows
   display.max_columnsr   r   )r   r   todayr   r   ry   r+   fmt
set_optionr;   reset_display_options)r-   r   
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J t d||gi}t|}|dd  |ks6J d S )Nu   σσσσr\   z      Ark   r   )r   r+   rl   rstrip)r-   uvalr0   rT   ex_topr   r   r   test_repr_unicode   s   z*TestDataFrameReprInfoEtc.test_repr_unicodec                 C   s   t ddgi}t| d S )Nr\      א)r   strr   r   r   r    test_unicode_string_with_unicode   s   z9TestDataFrameReprInfoEtc.test_unicode_string_with_unicodec                 C   s*   t g dg dg dd}t|j d S )Nr@   rB   rE   )r   u   בrL   )r   r+   r   r   r   r   r   test_repr_unicode_columns   s   z2TestDataFrameReprInfoEtc.test_repr_unicode_columnsc                 C   sN   t ddgi}d}tjt|d t| W d    d S 1 s w   Y  d S )Nr\   abcz2^'str' object cannot be interpreted as an integer$match)r   pytestraises	TypeErrorbytes)r-   r0   msgr   r   r   test_str_to_bytes_raises  s
   
"z1TestDataFrameReprInfoEtc.test_str_to_bytes_raisesc                 C   s6   t tjddtjdgd tdd}t| d S )Nr   )r   r   
aaaaaaaaaar   dtyper   )r   r   r   r   r:   arrayr)   r+   r   r   r   r   test_very_wide_info_repr	  s
   z1TestDataFrameReprInfoEtc.test_very_wide_info_reprc                 C   sP   t dgdd}tdd dt|v sJ W d    d S 1 s!w   Y  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..)Id	StringColr   r   r   r   r   r   r   r   ,test_repr_column_name_unicode_truncation_bug  s   "zETestDataFrameReprInfoEtc.test_repr_column_name_unicode_truncation_bugc                 C   sx   t d d}tdd dd tg dg dg}| }||ks#J W d    n1 s-w   Y  | d u s:J d S )Njinja2z{\begin{tabular}{llll}
\toprule
 & 0 & 1 & 2 \\
\midrule
0 & $\alpha$ & b & c \\
1 & 1 & 2 & 3 \\
\bottomrule
\end{tabular}
zstyler.format.escapezstyler.render.reprlatex)z$\alpha$rK   rL   r@   )r   importorskipr   r   _repr_latex_)r-   rU   r0   rT   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 J tt|t|d	}t||ks3J d S )Nz2011-01-01 09:00HrC   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   r0   expdf2r   r   r   #test_repr_categorical_dates_periods:  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J d S )Nr	   r   )r+   r)   )r-   r   boxrU   rT   r   r   r   test_repr_np_nat_with_objectK  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+   r   r   r   r   "test_frame_datetime64_pre1900_reprU  s   z;TestDataFrameReprInfoEtc.test_frame_datetime64_pre1900_reprc                 C   s6   t g ddd}ttjdd|d}|  d S )N)z2011-1z2011-2z2011-3r   )r   r   )rA   r6   r7   )r
   r   r   r   r   r:   rs   )r-   r8   rw   r   r   r   %test_frame_to_string_with_periodindexZ  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 J d S )NrJ   r2   r   Int64r   r7   z      a
<NA>  1
1     2)r   r   from_arraysr   r   rs   rS   r   r   r   "test_to_string_ea_na_in_multiindexa  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s$J d S )Nr   2019r   UTC)r   r   rC   )r   r   r+   r,   r-   r0   rU   rT   r   r   r   $test_datetime64tz_slice_non_truncaten  s
   z=TestDataFrameReprInfoEtc.test_datetime64tz_slice_non_truncatec                 C   sR   t ddgddgddggddgd	}|ddg  |d
< d}t|}||ks'J d S )NrJ   rK   rL   rZ   efleftrightr   recordz_  left right     record
0    a     b  [0, a, b]
1    c     d  [1, c, d]
2    e     f  [2, e, f])r   
to_recordsr+   r   r   r   r   $test_to_records_no_typeerror_in_reprv  s
   "z=TestDataFrameReprInfoEtc.test_to_records_no_typeerror_in_reprc                 C   sT   t dtjgddgddggddgd}|ddg  |d	< d
}t|}||ks(J d S )NrJ   rL   rZ   r   r   r   r   r   r   zg  left right       record
0    a   NaN  [0, a, nan]
1    c     d    [1, c, d]
2    e     f    [2, e, f]r   r   rW   r   r+   r   r   r   r   $test_to_records_with_na_record_value  s   z=TestDataFrameReprInfoEtc.test_to_records_with_na_record_valuec                 C   sZ   t ddgtjtjgddggtjdgd}|tjdg  |d< d}t|}||ks+J d S )	NrJ   rK   r   r   r   r   r   zo   NaN right         record
0    a     b      [0, a, b]
1  NaN   NaN  [1, nan, nan]
2    e     f      [2, e, f]r   r   r   r   r   test_to_records_with_na_record  s    z7TestDataFrameReprInfoEtc.test_to_records_with_na_recordc              	   C      d}d}t jt|dC tdd. ttjdgtjtjgddggtjtjgd	}|tjtjg  |d
< t	|}W d    n1 sBw   Y  W d    n1 sQw   Y  ||ks\J d S )Nzk   NaN  inf         record
0  NaN    b    [0, inf, b]
1  NaN  NaN  [1, nan, nan]
2    e    f      [2, e, f]"use_inf_as_na option is deprecatedr   use_inf_as_naTrK   r   r   r   r   
r;   assert_produces_warningFutureWarningr   r   r   infrW   r   r+   r-   rU   r   r0   rT   r   r   r   %test_to_records_with_inf_as_na_record     

z>TestDataFrameReprInfoEtc.test_to_records_with_inf_as_na_recordc              	   C   r   )Nzk   NaN  inf         record
0  inf    b    [0, inf, b]
1  NaN  NaN  [1, nan, nan]
2    e    f      [2, e, f]r   r   r   FrK   r   r   r   r   r   r   r   r   r   test_to_records_with_inf_record  r   z8TestDataFrameReprInfoEtc.test_to_records_with_inf_recordc                 C   sN   t tddgddtddgddd}|jd	jd	jgd
}d}||ks%J d S )Ng_c97ݚ?g6sӭ?Float64r   r2   r   r   )rJ   rK   z{:.2f})
formattersz)      a     b
0  0.12  1.00
1  1.12  2.00)r   r   rs   formatrS   r   r   r   test_masked_ea_with_formatter  s   z6TestDataFrameReprInfoEtc.test_masked_ea_with_formatterc                 C   sF   t d tg dg dd}|j||_d}t||ks!J d S )Npyarrowr@   rB   )long_column_namecol2zg   long_column_name  col2
0                 1     4
1                 2     5
2                 3     6)r   r   r   r   r'   r+   )r-   any_string_dtyper0   rU   r   r   r   test_repr_ea_columns  s
   
z-TestDataFrameReprInfoEtc.test_repr_ea_columnsN)0__name__
__module____qualname__r1   r?   rP   rV   rX   r[   rg   ro   rx   rz   r   r   markslowr   r   r   r   r   r   r   r   r   r   r   r   r   parametrizer   
datetime64timedelta64r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r      sX    



r   )r   r   ior   numpyr   r   pandasr   r   r   r   r	   r
   r   r   r   r   r   pandas._testing_testingr;   pandas.io.formats.formatformatsr   r   r   r   r   r   r   <module>   s    4