
    Egi                         d dl Zd dlZd dlmZ d dlmZmZmZm	Z	m
Z
mZmZmZmZ  G d d          Z G d d          ZdS )    N)using_pyarrow_string_dtype)	CategoricalCategoricalDtypeCategoricalIndexIndexSeries
date_rangeoption_contextperiod_rangetimedelta_rangec                       e Zd Zd ZdS )TestCategoricalReprWithFactorc                     t          g dd          }|rddg}nddg}d                    |          }t          |          }||k    sJ d S )N)abr   r   r   cr   r   Torderedz(['a', 'b', 'b', 'a', 'a', 'c', 'c', 'c']z#Categories (3, string): [a < b < c]z)Categories (3, object): ['a' < 'b' < 'c']
)r   joinrepr)selfusing_infer_stringfactorexpectedactuals        ^/var/www/sysmax/venv/lib/python3.11/site-packages/pandas/tests/arrays/categorical/test_repr.py
test_printz(TestCategoricalReprWithFactor.test_print   sv    EEEtTTT 		:5HH ;;H 99X&&f!!!!!!    N)__name__
__module____qualname__r    r   r   r   r      s#        " " " " "r   r   c                       e Zd Zd Zd Zd Zej                             e	            d          d             Z
d Zd Zd	 Zd
 Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd Zd ZdS )TestCategoricalReprc                    t          j        g ddz            }t          t          g dt                              }t          j        ||          }g d}d                    |          }t          |          }||k    sJ d S )N)r         r   r'   r(   d   r   r   r   dtype
categories)z7['a', 'b', 'c', 'a', 'b', ..., 'b', 'c', 'a', 'b', 'c']zLength: 600z'Categories (3, object): ['a', 'b', 'c']r   )	nparrayr   r   objectr   
from_codesr   r   )r   codesr,   r   r   r   s         r   test_big_printz"TestCategoricalRepr.test_big_print&   s    +++c122 E///,P,P,PQQQ'U;;;
 
 

 99X&&f!!!!!!r   c                 d   t          g t          g dt                              }d}t          |          }||k    sJ ||k    sJ t          g t          g dt                    d          }d}t          |          }||k    sJ t          g g           }d}|t          |          k    sJ d S )Nr*   r+   z+[], Categories (3, object): ['a', 'b', 'c']Tr   z-[], Categories (3, object): ['a' < 'b' < 'c']z[], Categories (0, object): [])r   r   r1   r   )r   r   r   r   s       r   test_empty_printz$TestCategoricalRepr.test_empty_print5   s    Rf!E!E!EFF@f!!!!6!!!!Rf!E!E!EtTTTBf6!!!!R$$34<<''''''r   c                     t          t          g d                    }d}t          dd           5  |t          |          k    sJ 	 d d d            d S # 1 swxY w Y   d S )N)r'   r(         zO0    1
1    2
2    3
3    4
dtype: category
Categories (4, int64): [1, 2, 3, 4]zdisplay.width)r   r   r
   r   )r   r   exps      r   test_print_none_widthz)TestCategoricalRepr.test_print_none_widthE   s    ;|||,,--C 	
 OT22 	" 	"$q''>>>>>	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	" 	"s   AAAz2Change once infer_string is set to True by default)reasonc                 \   t          g ddz            }d}t          |          |k    sJ t          g ddz            }d}t          |          |k    sJ t          dd          5  t          g ddz            }d}t          |          |k    sJ 	 d d d            d S # 1 swxY w Y   d S )N)aaaaabbcccc   z['aaaaa', 'bb', 'cccc', 'aaaaa', 'bb', ..., 'bb', 'cccc', 'aaaaa', 'bb', 'cccc']
Length: 60
Categories (3, object): ['aaaaa', 'bb', 'cccc'])u   ああああu   いいいいいu   うううううううu,  ['ああああ', 'いいいいい', 'ううううううう', 'ああああ', 'いいいいい', ..., 'いいいいい', 'ううううううう', 'ああああ', 'いいいいい', 'ううううううう']
Length: 60
Categories (3, object): ['ああああ', 'いいいいい', 'ううううううう']z display.unicode.east_asian_widthT)r   r   r
   )r   r   r   s      r   test_unicode_printz&TestCategoricalRepr.test_unicode_printP   s-   
 ///"4553
 Aww(""""TTTWYYZZX
 Aww("""" >EE 	' 	'XXX[]]^^AXH 77h&&&&&	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	' 	's   ',B!!B%(B%c                    t          g d          }d}t          |          |k    sJ t          g dg d          }d}t          |          |k    sJ t          g ddz            }d}t          |          |k    sJ t          t          j        d	t          j        
                    }d}t          |          |k    sJ d S )Nr'   r(   r8   z*[1, 2, 3]
Categories (3, int64): [1, 2, 3]r'   r(   r8   r'   r(   r8   r-   z3[1, 2, 3, 1, 2, 3]
Categories (3, int64): [1, 2, 3]r'   r(   r8   r9      
   zU[1, 2, 3, 4, 5, ..., 1, 2, 3, 4, 5]
Length: 50
Categories (5, int64): [1, 2, 3, 4, 5]rA   r+   zm[0, 1, 2, 3, 4, ..., 15, 16, 17, 18, 19]
Length: 20
Categories (20, int64): [0, 1, 2, 3, ..., 16, 17, 18, 19]r   r   r/   arangeint64r   r   r:   s      r   test_categorical_reprz)TestCategoricalRepr.test_categorical_repro   s    			""$ Aww#~~~~***yyyAAA$ Aww#~~~~",--* Aww#~~~~	"BH55566= Aww#~~~~~~r   c                    t          g dd          }d}t          |          |k    sJ t          g dg dd          }d}t          |          |k    sJ t          g dd	z  d          }d
}t          |          |k    sJ t          t          j        dt          j                  d          }d}t          |          |k    sJ d S )NrD   Tr   z,[1, 2, 3]
Categories (3, int64): [1 < 2 < 3]rE   r.   r   z5[1, 2, 3, 1, 2, 3]
Categories (3, int64): [1 < 2 < 3]rF   rH   zY[1, 2, 3, 4, 5, ..., 1, 2, 3, 4, 5]
Length: 50
Categories (5, int64): [1 < 2 < 3 < 4 < 5]rA   r+   zq[0, 1, 2, 3, 4, ..., 15, 16, 17, 18, 19]
Length: 20
Categories (20, int64): [0 < 1 < 2 < 3 ... 16 < 17 < 18 < 19]rI   rL   s      r   test_categorical_repr_orderedz1TestCategoricalRepr.test_categorical_repr_ordered   s    			4000& Aww#~~~~***yyy$OOO& Aww#~~~~",d;;;. Aww#~~~~	"BH555tDDDA Aww#~~~~~~r   c                    t          ddd          }t          |          }d}t          |          |k    sJ t          |                    |          |          }d}t          |          |k    sJ t          dddd	          }t          |          }d
}t          |          |k    sJ t          |                    |          |          }d}t          |          |k    sJ d S )N2011-01-01 09:00hrG   freqperiodsa  [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00]
Categories (5, datetime64[ns]): [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00,
                                 2011-01-01 12:00:00, 2011-01-01 13:00:00]r-   a}  [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00, 2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00]
Categories (5, datetime64[ns]): [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00,
                                 2011-01-01 12:00:00, 2011-01-01 13:00:00]
US/EasternrU   rV   tza  [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00]
Categories (5, datetime64[ns, US/Eastern]): [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00,
                                             2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00,
                                             2011-01-01 13:00:00-05:00]a  [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00, 2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00]
Categories (5, datetime64[ns, US/Eastern]): [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00,
                                             2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00,
                                             2011-01-01 13:00:00-05:00]r	   r   r   appendr   idxr   r:   s       r   test_categorical_repr_datetimez2TestCategoricalRepr.test_categorical_repr_datetime   s    +#qAAA 	 Aww#~~~~

3C888# 	 Aww#~~~~+#q\RRR) 	 Aww#~~~~

3C888
) 	 Aww#~~~~~~r   c                    t          ddd          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d	}t          |          |k    sJ t          dddd
          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d}t          |          |k    sJ d S )NrR   rS   rG   rT   Tr   a  [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00]
Categories (5, datetime64[ns]): [2011-01-01 09:00:00 < 2011-01-01 10:00:00 < 2011-01-01 11:00:00 <
                                 2011-01-01 12:00:00 < 2011-01-01 13:00:00]rO   a  [2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00, 2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00]
Categories (5, datetime64[ns]): [2011-01-01 09:00:00 < 2011-01-01 10:00:00 < 2011-01-01 11:00:00 <
                                 2011-01-01 12:00:00 < 2011-01-01 13:00:00]rW   rX   a  [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00]
Categories (5, datetime64[ns, US/Eastern]): [2011-01-01 09:00:00-05:00 < 2011-01-01 10:00:00-05:00 <
                                             2011-01-01 11:00:00-05:00 < 2011-01-01 12:00:00-05:00 <
                                             2011-01-01 13:00:00-05:00]a   [2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00, 2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00]
Categories (5, datetime64[ns, US/Eastern]): [2011-01-01 09:00:00-05:00 < 2011-01-01 10:00:00-05:00 <
                                             2011-01-01 11:00:00-05:00 < 2011-01-01 12:00:00-05:00 <
                                             2011-01-01 13:00:00-05:00]rZ   r\   s       r   &test_categorical_repr_datetime_orderedz:TestCategoricalRepr.test_categorical_repr_datetime_ordered   s   +#qAAAT***O Aww#~~~~

3CFFFO Aww#~~~~+#q\RRRT***K
 Aww#~~~~

3CFFFK
 Aww#~~~~~~r   c                     t          ddt          j        g          }d}t          |          |k    sJ t	          ddt          j        gd                              d          }d}t          |          |k    sJ d S )Nr'   r(   z)[1, 2, NaN]
Categories (2, int64): [1, 2]r1   r+   categoryzH0      1
1      2
2    NaN
dtype: category
Categories (2, int64): [1, 2])r   r/   nanr   r   astype)r   r   c_expss_exps        r   "test_categorical_repr_int_with_nanz6TestCategoricalRepr.test_categorical_repr_int_with_nan  s    Arv''@Aww%Aq"&>22299*EE! Aww%r   c                    t          ddd          }t          |          }d}t          |          |k    sJ t          |                    |          |          }d}t          |          |k    sJ t          dd	d          }t          |          }d
}t          |          |k    sJ t          |                    |          |          }d}t          |          |k    sJ d S )NrR   rS   rG   rT   z[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00]
Categories (5, period[h]): [2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00,
                            2011-01-01 13:00]r-   aF  [2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00, 2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00]
Categories (5, period[h]): [2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00,
                            2011-01-01 13:00]2011-01Mzv[2011-01, 2011-02, 2011-03, 2011-04, 2011-05]
Categories (5, period[M]): [2011-01, 2011-02, 2011-03, 2011-04, 2011-05]z[2011-01, 2011-02, 2011-03, 2011-04, 2011-05, 2011-01, 2011-02, 2011-03, 2011-04, 2011-05]
Categories (5, period[M]): [2011-01, 2011-02, 2011-03, 2011-04, 2011-05]r   r   r   r[   r\   s       r   test_categorical_repr_periodz0TestCategoricalRepr.test_categorical_repr_period  s    -CCCC1 Aww#~~~~

3C8881 Aww#~~~~93:::L Aww#~~~~

3C888L Aww#~~~~~~r   c                    t          ddd          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d	}t          |          |k    sJ t          d
dd          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d}t          |          |k    sJ d S )NrR   rS   rG   rT   Tr   z[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00]
Categories (5, period[h]): [2011-01-01 09:00 < 2011-01-01 10:00 < 2011-01-01 11:00 < 2011-01-01 12:00 <
                            2011-01-01 13:00]rO   aJ  [2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00, 2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00]
Categories (5, period[h]): [2011-01-01 09:00 < 2011-01-01 10:00 < 2011-01-01 11:00 < 2011-01-01 12:00 <
                            2011-01-01 13:00]rj   rk   zz[2011-01, 2011-02, 2011-03, 2011-04, 2011-05]
Categories (5, period[M]): [2011-01 < 2011-02 < 2011-03 < 2011-04 < 2011-05]z[2011-01, 2011-02, 2011-03, 2011-04, 2011-05, 2011-01, 2011-02, 2011-03, 2011-04, 2011-05]
Categories (5, period[M]): [2011-01 < 2011-02 < 2011-03 < 2011-04 < 2011-05]rl   r\   s       r   $test_categorical_repr_period_orderedz8TestCategoricalRepr.test_categorical_repr_period_ordered,  s   -CCCCT***1 Aww#~~~~

3CFFF1 Aww#~~~~93:::T***P Aww#~~~~

3CFFFP Aww#~~~~~~r   c                    t          dd          }t          |          }d}t          |          |k    sJ t          |                    |          |          }d}t          |          |k    sJ t          dd          }t          |          }d	}t          |          |k    sJ t          |                    |          |          }d
}t          |          |k    sJ d S )N1 daysrG   rV   zr[1 days, 2 days, 3 days, 4 days, 5 days]
Categories (5, timedelta64[ns]): [1 days, 2 days, 3 days, 4 days, 5 days]r-   z[1 days, 2 days, 3 days, 4 days, 5 days, 1 days, 2 days, 3 days, 4 days, 5 days]
Categories (5, timedelta64[ns]): [1 days, 2 days, 3 days, 4 days, 5 days]1 hoursrA   a  [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, 4 days 01:00:00, ..., 15 days 01:00:00, 16 days 01:00:00, 17 days 01:00:00, 18 days 01:00:00, 19 days 01:00:00]
Length: 20
Categories (20, timedelta64[ns]): [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00,
                                   3 days 01:00:00, ..., 16 days 01:00:00, 17 days 01:00:00,
                                   18 days 01:00:00, 19 days 01:00:00]a  [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, 4 days 01:00:00, ..., 15 days 01:00:00, 16 days 01:00:00, 17 days 01:00:00, 18 days 01:00:00, 19 days 01:00:00]
Length: 40
Categories (20, timedelta64[ns]): [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00,
                                   3 days 01:00:00, ..., 16 days 01:00:00, 17 days 01:00:00,
                                   18 days 01:00:00, 19 days 01:00:00]r   r   r   r[   r\   s       r   test_categorical_repr_timedeltaz3TestCategoricalRepr.test_categorical_repr_timedeltaI  s    h222M Aww#~~~~

3C888M Aww#~~~~i444J Aww#~~~~

3C888J Aww#~~~~~~r   c                    t          dd          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d}t          |          |k    sJ t          d	d
          }t          |d          }d}t          |          |k    sJ t          |                    |          |d          }d}t          |          |k    sJ d S )Nrq   rG   rr   Tr   zv[1 days, 2 days, 3 days, 4 days, 5 days]
Categories (5, timedelta64[ns]): [1 days < 2 days < 3 days < 4 days < 5 days]rO   z[1 days, 2 days, 3 days, 4 days, 5 days, 1 days, 2 days, 3 days, 4 days, 5 days]
Categories (5, timedelta64[ns]): [1 days < 2 days < 3 days < 4 days < 5 days]rs   rA   a  [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, 4 days 01:00:00, ..., 15 days 01:00:00, 16 days 01:00:00, 17 days 01:00:00, 18 days 01:00:00, 19 days 01:00:00]
Length: 20
Categories (20, timedelta64[ns]): [0 days 01:00:00 < 1 days 01:00:00 < 2 days 01:00:00 <
                                   3 days 01:00:00 ... 16 days 01:00:00 < 17 days 01:00:00 <
                                   18 days 01:00:00 < 19 days 01:00:00]a  [0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, 4 days 01:00:00, ..., 15 days 01:00:00, 16 days 01:00:00, 17 days 01:00:00, 18 days 01:00:00, 19 days 01:00:00]
Length: 40
Categories (20, timedelta64[ns]): [0 days 01:00:00 < 1 days 01:00:00 < 2 days 01:00:00 <
                                   3 days 01:00:00 ... 16 days 01:00:00 < 17 days 01:00:00 <
                                   18 days 01:00:00 < 19 days 01:00:00]rt   r\   s       r   'test_categorical_repr_timedelta_orderedz;TestCategoricalRepr.test_categorical_repr_timedelta_orderedj  s    h222T***Q Aww#~~~~

3CFFFQ Aww#~~~~i444T***K Aww#~~~~

3CFFFK Aww#~~~~~~r   c                    t          t          g d                    }d}t          |          |k    sJ t          t          t          j        dt          j                                      }d}t          |          |k    sJ d S )NrD   zRCategoricalIndex([1, 2, 3], categories=[1, 2, 3], ordered=False, dtype='category')rH   r+   z{CategoricalIndex([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], categories=[0, 1, 2, 3, ..., 6, 7, 8, 9], ordered=False, dtype='category')r   r   r   r/   rJ   rK   )r   r]   r:   is       r   test_categorical_index_reprz/TestCategoricalRepr.test_categorical_index_repr  s|    {9995566fCyyC[2RX)F)F)FGGHH PAww#~~~~~~r   c                    t          t          g dd                    }d}t          |          |k    sJ t          t          t          j        dt          j                  d                    }d}t          |          |k    sJ d S )NrD   Tr   zQCategoricalIndex([1, 2, 3], categories=[1, 2, 3], ordered=True, dtype='category')rH   r+   zzCategoricalIndex([0, 1, 2, 3, 4, 5, 6, 7, 8, 9], categories=[0, 1, 2, 3, ..., 6, 7, 8, 9], ordered=True, dtype='category')ry   )r   rz   r:   s      r   #test_categorical_index_repr_orderedz7TestCategoricalRepr.test_categorical_index_repr_ordered  s    [DAAABBeAww#~~~~[2RX)F)F)FPTUUUVV OAww#~~~~~~r   c                    t          ddd          }t          t          |                    }d}t          |          |k    sJ t          dddd          }t          t          |                    }d}t          |          |k    sJ d S )	NrR   rS   rG   rT   aQ  CategoricalIndex(['2011-01-01 09:00:00', '2011-01-01 10:00:00',
                  '2011-01-01 11:00:00', '2011-01-01 12:00:00',
                  '2011-01-01 13:00:00'],
                 categories=[2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00], ordered=False, dtype='category')rW   rX   a  CategoricalIndex(['2011-01-01 09:00:00-05:00', '2011-01-01 10:00:00-05:00',
                  '2011-01-01 11:00:00-05:00', '2011-01-01 12:00:00-05:00',
                  '2011-01-01 13:00:00-05:00'],
                 categories=[2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00], ordered=False, dtype='category'))r	   r   r   r   r   r]   rz   r:   s       r   $test_categorical_index_repr_datetimez8TestCategoricalRepr.test_categorical_index_repr_datetime  s    +#qAAA[--..k
 Aww#~~~~+#q\RRR[--..I
 Aww#~~~~~~r   c                    t          ddd          }t          t          |d                    }d}t          |          |k    sJ t          dddd	          }t          t          |d                    }d
}t          |          |k    sJ t          t          |                    |          d                    }d}t          |          |k    sJ d S )NrR   rS   rG   rT   Tr   aP  CategoricalIndex(['2011-01-01 09:00:00', '2011-01-01 10:00:00',
                  '2011-01-01 11:00:00', '2011-01-01 12:00:00',
                  '2011-01-01 13:00:00'],
                 categories=[2011-01-01 09:00:00, 2011-01-01 10:00:00, 2011-01-01 11:00:00, 2011-01-01 12:00:00, 2011-01-01 13:00:00], ordered=True, dtype='category')rW   rX   a  CategoricalIndex(['2011-01-01 09:00:00-05:00', '2011-01-01 10:00:00-05:00',
                  '2011-01-01 11:00:00-05:00', '2011-01-01 12:00:00-05:00',
                  '2011-01-01 13:00:00-05:00'],
                 categories=[2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00], ordered=True, dtype='category')aA  CategoricalIndex(['2011-01-01 09:00:00-05:00', '2011-01-01 10:00:00-05:00',
                  '2011-01-01 11:00:00-05:00', '2011-01-01 12:00:00-05:00',
                  '2011-01-01 13:00:00-05:00', '2011-01-01 09:00:00-05:00',
                  '2011-01-01 10:00:00-05:00', '2011-01-01 11:00:00-05:00',
                  '2011-01-01 12:00:00-05:00', '2011-01-01 13:00:00-05:00'],
                 categories=[2011-01-01 09:00:00-05:00, 2011-01-01 10:00:00-05:00, 2011-01-01 11:00:00-05:00, 2011-01-01 12:00:00-05:00, 2011-01-01 13:00:00-05:00], ordered=True, dtype='category'))r	   r   r   r   r[   r   s       r   ,test_categorical_index_repr_datetime_orderedz@TestCategoricalRepr.test_categorical_index_repr_datetime_ordered  s    +#qAAA[d;;;<<j
 Aww#~~~~+#q\RRR[d;;;<<H
 Aww#~~~~[C$GGGHHH Aww#~~~~~~r   c                 D   t          ddd          }t          t          |                    }d}t          |          |k    sJ t          ddd          }t          t          |                    }d}t          |          |k    sJ t          ddd          }t          t          |                    }d	}t          |          |k    sJ t          ddd
          }t          t          |                    }d}t          |          |k    sJ t          t          |                    |                              }d}t          |          |k    sJ t          ddd
          }t          t          |                    }d}t          |          |k    sJ d S )NrR   rS   r'   rT   zfCategoricalIndex(['2011-01-01 09:00'], categories=[2011-01-01 09:00], ordered=False, dtype='category')r(   zCategoricalIndex(['2011-01-01 09:00', '2011-01-01 10:00'], categories=[2011-01-01 09:00, 2011-01-01 10:00], ordered=False, dtype='category')r8   zCategoricalIndex(['2011-01-01 09:00', '2011-01-01 10:00', '2011-01-01 11:00'], categories=[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00], ordered=False, dtype='category')rG   a!  CategoricalIndex(['2011-01-01 09:00', '2011-01-01 10:00', '2011-01-01 11:00',
                  '2011-01-01 12:00', '2011-01-01 13:00'],
                 categories=[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00], ordered=False, dtype='category')a  CategoricalIndex(['2011-01-01 09:00', '2011-01-01 10:00', '2011-01-01 11:00',
                  '2011-01-01 12:00', '2011-01-01 13:00', '2011-01-01 09:00',
                  '2011-01-01 10:00', '2011-01-01 11:00', '2011-01-01 12:00',
                  '2011-01-01 13:00'],
                 categories=[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00], ordered=False, dtype='category')rj   rk   zCategoricalIndex(['2011-01', '2011-02', '2011-03', '2011-04', '2011-05'], categories=[2011-01, 2011-02, 2011-03, 2011-04, 2011-05], ordered=False, dtype='category'))r   r   r   r   r[   r   s       r   "test_categorical_index_repr_periodz6TestCategoricalRepr.test_categorical_index_repr_period  s   -CCCC[--..zAww#~~~~-CCCC[--.. aAww#~~~~-CCCC[--.. GAww#~~~~-CCCC[--..\ Aww#~~~~[C99::\ Aww#~~~~93:::[--.. yAww#~~~~~~r   c                 "   t          ddd          }t          t          |d                    }d}t          |          |k    sJ t          dd	d          }t          t          |d                    }d
}t          |          |k    sJ d S )NrR   rS   rG   rT   Tr   a   CategoricalIndex(['2011-01-01 09:00', '2011-01-01 10:00', '2011-01-01 11:00',
                  '2011-01-01 12:00', '2011-01-01 13:00'],
                 categories=[2011-01-01 09:00, 2011-01-01 10:00, 2011-01-01 11:00, 2011-01-01 12:00, 2011-01-01 13:00], ordered=True, dtype='category')rj   rk   zCategoricalIndex(['2011-01', '2011-02', '2011-03', '2011-04', '2011-05'], categories=[2011-01, 2011-02, 2011-03, 2011-04, 2011-05], ordered=True, dtype='category'))r   r   r   r   r   s       r   *test_categorical_index_repr_period_orderedz>TestCategoricalRepr.test_categorical_index_repr_period_ordered  s    -CCCC[d;;;<<[ Aww#~~~~93:::[d;;;<< xAww#~~~~~~r   c                    t          dd          }t          t          |                    }d}t          |          |k    sJ t          dd          }t          t          |                    }d}t          |          |k    sJ d S )Nrq   rG   rr   zCategoricalIndex(['1 days', '2 days', '3 days', '4 days', '5 days'], categories=[1 days, 2 days, 3 days, 4 days, 5 days], ordered=False, dtype='category')rs   rH   a  CategoricalIndex(['0 days 01:00:00', '1 days 01:00:00', '2 days 01:00:00',
                  '3 days 01:00:00', '4 days 01:00:00', '5 days 01:00:00',
                  '6 days 01:00:00', '7 days 01:00:00', '8 days 01:00:00',
                  '9 days 01:00:00'],
                 categories=[0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, ..., 6 days 01:00:00, 7 days 01:00:00, 8 days 01:00:00, 9 days 01:00:00], ordered=False, dtype='category')r   r   r   r   r   s       r   %test_categorical_index_repr_timedeltaz9TestCategoricalRepr.test_categorical_index_repr_timedelta  s    h222[--.. oAww#~~~~i444[--..O Aww#~~~~~~r   c                    t          dd          }t          t          |d                    }d}t          |          |k    sJ t          dd          }t          t          |d                    }d	}t          |          |k    sJ d S )
Nrq   rG   rr   Tr   zCategoricalIndex(['1 days', '2 days', '3 days', '4 days', '5 days'], categories=[1 days, 2 days, 3 days, 4 days, 5 days], ordered=True, dtype='category')rs   rH   a  CategoricalIndex(['0 days 01:00:00', '1 days 01:00:00', '2 days 01:00:00',
                  '3 days 01:00:00', '4 days 01:00:00', '5 days 01:00:00',
                  '6 days 01:00:00', '7 days 01:00:00', '8 days 01:00:00',
                  '9 days 01:00:00'],
                 categories=[0 days 01:00:00, 1 days 01:00:00, 2 days 01:00:00, 3 days 01:00:00, ..., 6 days 01:00:00, 7 days 01:00:00, 8 days 01:00:00, 9 days 01:00:00], ordered=True, dtype='category')r   r   s       r   -test_categorical_index_repr_timedelta_orderedzATestCategoricalRepr.test_categorical_index_repr_timedelta_ordered  s    h222[d;;;<< nAww#~~~~i444[d;;;<<N Aww#~~~~~~r   c                 V    t          t          g d                    }d}||k    sJ d S )N)r'   2r8   r9   z5[1, '2', 3, 4]
Categories (4, object): [1, 3, 4, '2'])r   r   )r   resultr   s      r   test_categorical_str_reprz-TestCategoricalRepr.test_categorical_str_repr"  s7    k...1122K!!!!!!r   N)r    r!   r"   r4   r6   r;   pytestmarkskipifr   rB   rM   rP   r^   r`   rh   rm   ro   ru   rw   r{   r}   r   r   r   r   r   r   r   r#   r   r   r%   r%   %   s       " " "( ( ( 	" 	" 	" [""$$C   ' '	 '6  6  6< < <|  B	  	  	   :  :  B  B      &  :% % %N        " " " " "r   r%   )numpyr/   r   pandas._configr   pandasr   r   r   r   r   r	   r
   r   r   r   r%   r#   r   r   <module>r      s         5 5 5 5 5 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
" " " " " " " "$A" A" A" A" A" A" A" A" A" A"r   