ó
    Ð]j   ã                  ó¾  • S SK Jr  SrSr\ H  r \" \5        M     CC S SKJ	r
  S S
KJrJrJrJrJrJr  S SKrS SKJrJrJrJrJrJrJrJrJ r J!r!J"r"J#r#J$r$J%r%J&r&J'r'J(r(J)r)J*r*J+r+J,r,J-r-J.r.J/r/J0r0J1r1J2r2J3r3J4r4J5r5J6r6J7r7J8r8J9r9J:r:J;r;J<r<J=r=J>r>J?r?J@r@JArAJBrBJCrCJDrDJErEJFrFJGrGJHrHJIrIJJrJJKrKJLrLJMrMJNrN  S SKOJPrP  S SKQJRrR  S SKSJTrT  S SKUJVrV  S SKWJXrX  S SKYJZrZJ[r[J\r\J]r]J^r^J_r_J`r`JaraJbrbJcrcJdrdJereJfrfJgrg  S SKJhrhJiriJjrjJkrkJlrlJmrm  S SKJnrn  S SKoJprp  S SKqJrrrJsrsJtrtJuruJvrvJwrwJxrxJyryJzrzJ{r{J|r|J}r}J~r~JrJ€r€J�r�J‚r‚JƒrƒJ„r„J…r…J†r†J‡r‡JˆrˆJ‰r‰  S SKŠJ‹r‹  S SKŒJ�r�  SrŽ S SK�J�r�J‘r‘  SrŽSr–/ S Qr—g! \ a  r\" S\ S35      \eSrCff = f! \ a  r\R                  r\" S\ S	35      \eSrCff = f! \ a:    S SK’J“r“  \“" 5       r”\”GR+                  S\”S   5      r�\”GR+                  S5      r‘C“C” Nˆf = f)!é    )Ú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__© ó    ÚL/home/mande/repo/quber/.venv/lib/python3.13/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 E5 Å	
F ÅE2Å E-Å-E2Å5FÅ;FÆFÆ=GÇG