Ë
    ómxiÒ!  ã                  óf  — d dl mZ d dlZd dlZdZdZg ZeD ]  Z	  ee«       Œ er e	ddj                  e«      z   «      ‚[[[	 d dlmZ d dlmZmZmZmZmZm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'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAmBZBmCZCmDZDmEZEmFZFmGZGmHZHmIZImJZJmKZKmLZLmMZMmNZNmOZOmPZPmQZQmRZRmSZSmTZT d dlUmVZV d dlWmXZX d dlYmZZZ d dl[m\Z\ d dl]m^Z^m_Z_m`Z`maZambZbmcZcmdZdmeZemfZfmgZgmhZhmiZimjZjmkZk d dlmlZlmmZmmnZnmoZompZpmqZq d dlmrZr d dlsmtZt d dlumvZvmwZwmxZxmyZymzZzm{Z{m|Z|m}Z}m~Z~mZm€Z€m�Z�m‚Z‚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‘Z‘ dZ’	 d dl“m”Z”m•Z• dZ’de�j4                  v r e�j6                  d eœd!¬"«       [[d#Z�g d$¢Zžy# e	$ r!Z
ej                  e› de
› �«       Y dZ
[
�Œ¬dZ
[
ww xY w# e	$ rZej"                  Z e	d	e› d
�«      e‚dZ[ww xY w# e	$ r: d dl–m—Z—  e—«       Z˜e˜�j3                  de˜d   «      Z”e˜�j3                  d«      Z•[—[˜Y Œ»w xY w)%é    )ÚannotationsNÚrestructuredtext)ÚnumpyÚpytzÚdateutilz: z(Unable to import required dependencies:
ú
)Úis_numpy_devzC extension: z” not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext' to build the C extensions first.)Ú
get_optionÚ
set_optionÚreset_optionÚdescribe_optionÚoption_contextÚoptions)8Ú
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Úvalue_countsÚNamedAggÚarrayÚCategoricalÚset_eng_float_formatÚSeriesÚ	DataFrame)Ú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_gbqÚ	read_htmlÚread_xmlÚ	read_jsonÚ
read_stataÚread_sasÚ	read_spss)Újson_normalize)ÚtestF)Ú__version__Ú__git_version__T)Úget_versionszclosest-tagÚversionzfull-revisionidÚPANDAS_DATA_MANAGERzÝThe env variable PANDAS_DATA_MANAGER is set. The data_manager option is deprecated and will be removed in a future version. Only the BlockManager will be available. Unset this environment variable to silence this warning.é   )Ú
stacklevelaã  
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.
)rr   r    rD   r   r'   rG   r9   r,   r   rb   rc   r=   r   r   r>   rj   r&   r.   r   r   r   r   r7   r   r*   r)   r!   r/   rB   r0   r   r-   r(   rF   rH   r   r2   r+   r4   r   r   r   r   rZ   rC   r[   r6   rL   rS   rX   r5   r   r\   rK   r?   rV   rW   r
   rI   r8   r]   r"   r#   rz   rM   rN   rP   rQ   rR   r$   r%   rJ   r   r   r1   rT   rU   r^   rY   ro   re   rd   rr   rf   rs   rk   rt   rv   rq   rp   rh   rx   ry   rl   rm   rn   rw   rg   ru   r   rE   r   ra   r{   r`   r3   r;   r:   ri   r<   r_   r@   rA   rO   )ŸÚ
__future__r   ÚosÚwarningsÚ__docformat__Ú_hard_dependenciesÚ_missing_dependenciesÚ_dependencyÚ
__import__ÚImportErrorÚ_eÚappendÚjoinÚ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/   r0   r1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   rB   rC   rD   rE   rF   rG   Úpandas.core.dtypes.dtypesrH   Úpandas.tseries.apirI   Úpandas.tseriesrJ   Úpandas.core.computation.apirK   Úpandas.core.reshape.apirL   rM   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   r_   r`   Úpandas.util._print_versionsra   Úpandas.io.apirb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   ro   rp   rq   rr   rs   rt   ru   rv   rw   rx   ry   Úpandas.io.json._normalizerz   Úpandas.util._testerr{   Ú_built_with_mesonÚpandas._version_mesonr|   r}   Úpandas._versionr~   ÚvÚgetÚenvironÚwarnÚFutureWarningÚ__doc__Ú__all__© ó    úF/home/htdocs/ttos/venv/lib/python3.12/site-packages/pandas/__init__.pyú<module>r®      s8  ðÝ "ã 	Û à"€ð 3Ð ØÐ à%ò =€Kð=Ù�;Õð=ñ Ù
Ø3°d·i±iÐ@UÓ6VÑVóð ð ˜Ð%:ðõ÷÷ ó ÷?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?÷ ?ó ?õB 2å )Ý "å ,÷÷ ÷ ÷ ÷" >× =Ý Ý 5÷÷ ÷ ÷ ÷ ÷ ó õB 5å $ð Ð ð÷ð
 Ðð ˜BŸJšJÑ&Ø€H‡M‚Mð	Vð 	Øõð ˆbð&€òVs�øð[ ò =Ø×$Ñ$¨ }°B°r°dÐ%;×<Ò<ûð=ûð ò Ø�i‰i€GÙ
Ø
˜�yð !Gð 	Góð ð	ûðûð~ ò Ý,á‹€AØ—%’%˜ q¨¡|Ó4€KØ—e’eÐ-Ó.€OØ’aðúsA   ›F"ÁG Å*
G1 Æ"GÆ'GÇGÇG.ÇG)Ç)G.Ç1<H0È/H0