Ë
    ýÿæi   ã                  ó´  — d dl mZ dZdZeD ]  Z	  ee«       Œ [[	 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*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAmBZBmCZCmDZDmEZEmFZFmGZGmHZHmIZImJZJmKZKmLZLmMZMmNZN d dlOmPZP d dlQmRZR d dlSmTZT d dlUmVZV d dlWmXZX d dlYmZZZm[Z[m\Z\m]Z]m^Z^m_Z_m`Z`maZambZbmcZcmdZdmeZemfZfmgZg d dlmhZhmiZimjZjmkZkmlZlmmZm d dlmnZn d dlompZp d dlqmrZrmsZsmtZtmuZumvZvmwZwmxZxmyZymzZzm{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Z–g d ¢Z—y# e$ rZ ede› d�«      e‚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”�j+                  de”d   «      Z�e”�j+                  d«      Z‘[“[”Y Œ…w xY w)!é    )ÚannotationsÚrestructuredtext)ÚnumpyÚdateutilz%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.
)rr   r   r   rA   r   r%   rD   r7   r*   r   r`   ra   r;   r   r   r<   rh   r$   r,   r   r   r   r   r5   r   r(   r'   r-   r?   r.   r   r+   r&   rC   rF   r   r0   r)   r2   r   r   r   r   rX   r@   rY   r4   rE   rJ   rQ   rV   r3   r   rZ   rI   r=   rU   rT   r   rG   r6   r[   r    r!   rx   rK   rL   rN   rO   rP   r"   r#   rH   r   r   r/   rR   rS   r\   rW   rm   rc   rb   rp   rd   ri   rq   rw   rs   ro   rn   rf   ru   rv   rj   rk   rl   rt   re   rr   r
   rB   r	   r_   ry   r^   r1   r9   r8   rg   r:   r]   r>   rM   )˜Ú
__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/   r0   r1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   rB   rC   rD   Úpandas.core.colrE   Úpandas.core.dtypes.dtypesrF   Úpandas.tseries.apirG   Úpandas.tseriesrH   Úpandas.core.computation.apirI   Úpandas.core.reshape.apirJ   rK   rL   rM   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   Úpandas.util._print_versionsr_   Úpandas.io.apir`   ra   rb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   ro   rp   rq   rr   rs   rt   ru   rv   rw   Úpandas.io.json._normalizerx   Úpandas.util._testerry   Ú_built_with_mesonÚpandas._version_mesonrz   r{   Úpandas._versionr|   ÚvÚgetÚ__doc__Ú__all__© ó    úd/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/pandas/__init__.pyÚ<module>r¢      sØ  ðÝ "à"€ð +Ð ã%€KðÙ�;Õð &ð ˜ðõ÷÷ ó ÷>÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >÷ >ñ >õ~  å 1å )Ý "å ,÷÷ ÷ ÷ ÷" >× =Ý Ý 5÷÷ ÷ ÷ ÷ ÷ ó õB 5å $ð Ð ð÷ð
 Ðð&€òVs�øðE ò ÙØ3°K°=ð A4ð 4ó
ð ð	ûðûð ò Ø�i‰i€GÙ
Ø
˜�yð !+ð 	+óð
 ðûðûð@ ò Ý,á‹€AØ—%’%˜ q¨¡|Ó4€KØ—e’eÐ-Ó.€OØ’aðús@   ‘EžE2 Å
F ÅE/ÅE*Å*E/Å2FÅ7FÆFÆ<GÇG