+
    Ŝi                        ^ RI Ht RtRt] F  t ]! ]4       K  	  AA ^ RIH	t
 ^ R	IHtHtHtHtHtHt ^ RIt^ R
IHtHtHtHtHtHtHtHtH t H!t!H"t"H#t#H$t$H%t%H&t&H't'H(t(H)t)H*t*H+t+H,t,H-t-H.t.H/t/H0t0H1t1H2t2H3t3H4t4H5t5H6t6H7t7H8t8H9t9H:t:H;t;H<t<H=t=H>t>H?t?H@t@HAtAHBtBHCtCHDtDHEtEHFtFHGtGHHtHHItIHJtJHKtKHLtLHMtMHNtN ^ RIOHPtP ^ RIQHRtR ^ RISHTtT ^ RIUHVtV ^ RIWHXtX ^ RIYHZtZH[t[H\t\H]t]H^t^H_t_H`t`HataHbtbHctcHdtdHeteHftfHgtg ^ RIHhthHitiHjtjHktkHltlHmtm ^ RIHntn ^ RIoHptp ^ RIqHrtrHstsHtttHutuHvtvHwtwHxtxHytyHztzH{t{H|t|H}t}H~t~HtHtHtHtHtHtHtHtHtHtHt ^ RIHt ^ RIHt Rt ^ RIHtHt RtRt. RNR NR!NR"NR#NR$NR%NR&NR'NR(NR)NR*NR+NR,NR-NR.NR/NR0NR1NR2NR3NR4NR5NR6NR7NR8NR9NR:NR;NR<NR=NR>NR?NR@NRANRBNRCNRDNRENRFNRGNRHNRINRJNRKNRLNRMNRNNRONRPNRQNRRNRSNRTNRUNRVNRWNRXNRYNRZNR[NR\NR]NR^NR_NR`NRaNRbNRcNRdNReNRfNRgNRhNRiNRjNRkNRlNRmNRnNRoNRpNRqNRrNRsNRtNRuNRvNRwNRxNRyNRzNR{NR|NR}NR~NRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNRNtR#   ] d   t]! R] R24      ]hRtAii ; i  ] d   t]P                  t]! R] R24      ]hRtAii ; i  ] d@    ^ RIHt ]! 4       t]EP+                  R]R,          4      t]EP+                  R4      tAA ELsi ; i)    )annotationsrestructuredtextz%Unable to import required dependency z'. Please see the traceback for details.N)is_numpy_devzC extension: z not built. If you want to import pandas from the source directory, you may need to run 'python -m pip install -ve . --no-build-isolation -Ceditable-verbose=true' to build the C extensions first.)
get_option
set_optionreset_optiondescribe_optionoption_contextoptions)7
ArrowDtype	Int8Dtype
Int16Dtype
Int32Dtype
Int64Dtype
UInt8DtypeUInt16DtypeUInt32DtypeUInt64DtypeFloat32DtypeFloat64DtypeCategoricalDtypePeriodDtypeIntervalDtypeDatetimeTZDtypeStringDtypeBooleanDtypeNAisnaisnullnotnanotnullIndexCategoricalIndex
RangeIndex
MultiIndexIntervalIndexTimedeltaIndexDatetimeIndexPeriodIndex
IndexSliceNaTPeriodperiod_range	Timedeltatimedelta_range	Timestamp
date_rangebdate_rangeIntervalinterval_range
DateOffset
to_numericto_datetimeto_timedeltaFlagsGrouper	factorizeuniqueNamedAggarrayCategoricalset_eng_float_formatSeries	DataFrame)col)SparseDtype)
infer_freq)offsets)eval)concatlreshapemeltwide_to_longmerge
merge_asofmerge_orderedcrosstabpivotpivot_tableget_dummiesfrom_dummiescutqcut)apiarrayserrorsioplottingtseries)testing)show_versions)	ExcelFileExcelWriter
read_excelread_csvread_fwf
read_tableread_pickle	to_pickleHDFStoreread_hdfread_sqlread_sql_queryread_sql_tableread_clipboardread_parquetread_orcread_feather	read_htmlread_xml	read_json
read_stataread_sas	read_spssread_iceberg)json_normalize)testF)__version____git_version__T)get_versionszclosest-tagversionzfull-revisionida  
pandas - a powerful data analysis and manipulation library for Python
=====================================================================

**pandas** is a Python package providing fast, flexible, and expressive data
structures designed to make working with "relational" or "labeled" data both
easy and intuitive. It aims to be the fundamental high-level building block for
doing practical, **real world** data analysis in Python. Additionally, it has
the broader goal of becoming **the most powerful and flexible open source data
analysis / manipulation tool available in any language**. It is already well on
its way toward this goal.

Main Features
-------------
Here are just a few of the things that pandas does well:

  - Easy handling of missing data in floating point as well as non-floating
    point data.
  - Size mutability: columns can be inserted and deleted from DataFrame and
    higher dimensional objects
  - Automatic and explicit data alignment: objects can be explicitly aligned
    to a set of labels, or the user can simply ignore the labels and let
    `Series`, `DataFrame`, etc. automatically align the data for you in
    computations.
  - Powerful, flexible group by functionality to perform split-apply-combine
    operations on data sets, for both aggregating and transforming data.
  - Make it easy to convert ragged, differently-indexed data in other Python
    and NumPy data structures into DataFrame objects.
  - Intelligent label-based slicing, fancy indexing, and subsetting of large
    data sets.
  - Intuitive merging and joining data sets.
  - Flexible reshaping and pivoting of data sets.
  - Hierarchical labeling of axes (possible to have multiple labels per tick).
  - Robust IO tools for loading data from flat files (CSV and delimited),
    Excel files, databases, and saving/loading data from the ultrafast HDF5
    format.
  - Time series-specific functionality: date range generation and frequency
    conversion, moving window statistics, date shifting and lagging.
r   r   r   r?   r   r#   rB   r5   r(   r   r^   r_   r9   r   r   r:   rf   r"   r*   r   r   r   r   r3   r   r&   r%   r+   r=   r,   r   r)   r$   rA   rD   r   r.   r'   r0   r   r   r   r   rV   r>   rW   r2   rC   rH   rO   rT   r1   r	   rX   rG   r;   rS   rR   r   rE   r4   rY   r   r   rv   rI   rJ   rL   rM   rN   r    r!   rF   r
   r   r-   rP   rQ   rZ   rU   rk   ra   r`   rn   rb   rg   ro   ru   rq   rm   rl   rd   rs   rt   rh   ri   rj   rr   rc   rp   r   r@   r   r]   rw   r\   r/   r7   r6   re   r8   r[   r<   rK   )numpydateutil)
__future__r   __docformat___hard_dependencies_dependency
__import__ImportError_epandas.compatr   _is_numpy_dev_errname_modulepandas._configr   r   r   r	   r
   r   pandas.core.config_initpandaspandas.core.apir   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r    r!   r"   r#   r$   r%   r&   r'   r(   r)   r*   r+   r,   r-   r.   r/   r0   r1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   rB   pandas.core.colrC   pandas.core.dtypes.dtypesrD   pandas.tseries.apirE   pandas.tseriesrF   pandas.core.computation.apirG   pandas.core.reshape.apirH   rI   rJ   rK   rL   rM   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   pandas.util._print_versionsr]   pandas.io.apir^   r_   r`   ra   rb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   ro   rp   rq   rr   rs   rt   ru   pandas.io.json._normalizerv   pandas.util._testerrw   _built_with_mesonpandas._version_mesonrx   ry   pandas._versionrz   vget__doc____all__     X/Users/mibo/.openclaw/workspace/.venv-ak/lib/python3.14/site-packages/pandas/__init__.py<module>r      s`   "" + %K; &   > > > > > > > > > > > > > > >~   1 ) " ,   " > =  5      B 5 $  
 &Vsss s 	s
 s s s s s s s s s s s  !s" #s$ %s& 's( )s* +s, -s. /s0 1s2 3s4 5s6 7s8 
9s: ;s< =s> ?s@ AsB CsD EsF GsH IsJ KsL MsN OsP QsR SsT UsV WsX 
YsZ [s\ ]s^ _s` 
asb csd esf 
gsh isj ksl msn osp qsr sst usv wsx ysz {s| 	}s~ s@ AsB CsD EsF GsH IsJ KsL MsN OsP QsR SsT UsV WsX YsZ [s\ ]s^ _s` asb csd esf gsh isj ksl msn osp qsr sst usv wsx ysz {s| }s~ s@ AsB CsD EsF GsH IsJ KsL MsN OsP QsR SsT UsV WsX YsZ [s\ ]s^ _s` asb csd esE  3K= A4 4
 	  iiG

y !+ 	+
 @  ,A%%q|4Kee-.OasA   H=I 	
J =IIII> I99I>AKK