
    ?iV!                       d dl mZ d Z e             [dZdZeD ]+Z	  ee           # e$ rZ ede d          edZ[ww xY w[[	 d dl	m
Z n$# e$ rZej        Z ed	e d
          edZ[ww xY w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/m0Z0m1Z1m2Z2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>m?Z?m@Z@mAZAmBZBmCZCmDZDmEZEmFZFmGZGmHZHmIZImJZJmKZKmLZLmMZMmNZNmOZO d dlPmQZQ d dlRmSZS d dlTmUZU d dlVmWZW d dlXmYZY d dlZm[Z[m\Z\m]Z]m^Z^m_Z_m`Z`maZambZbmcZcmdZdmeZemfZfmgZgmhZh d dlmiZimjZjmkZkmlZlmmZmmnZn d dlmoZo d dlpmqZq d dlrmsZsmtZtmuZumvZvmwZwmxZxmyZymzZzm{Z{m|Z|m}Z}m~Z~mZmZmZmZmZmZmZmZmZmZmZmZ d dlmZ d dlmZ dZ	 d dlmZmZ dZnN# e$ rF d dlmZ  e            Ze                    ded                   Ze                    d          Z[[Y nw xY wd Zg d!ZdS )"    )annotationsc            	        dd l } | j                            | j                            | j                            | j                            t                    | j        d                    x}          r|                     |           d S d S )Nr   zpandas.libs)	ospathisdirabspathjoindirname__file__pardiradd_dll_directory)r   libs_dirs     C:\Users\Dell Inspiron 16\Desktop\tws\AgrotaPowerBi\back-agrota-powerbi\mcp-client-agrota\venv\Lib\site-packages\pandas/__init__.py_delvewheel_patch_1_12_0r      s}    III	w}}bgooh>W>WY[Ybdq1r1r!s!ssXtt '
X&&&&&' '    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,   rO   r'   r3   rR   rE   r8   r*   rn   ro   rI   r%   r&   rJ   rv   r2   r:   r   r   r   r    rC   r)   r6   r5   r;   rM   r<   r(   r9   r4   rQ   rT   r+   r>   r7   r@   r!   r"   r#   r$   rf   rN   rg   rB   rS   rX   r_   rd   rA   r   rh   rW   rK   rc   rb   r   rU   rD   ri   r.   r/   r   rY   rZ   r\   r]   r^   r0   r1   rV   r   r   r=   r`   ra   rj   re   r{   rq   rp   r~   rr   rw   r   r   r   r}   r|   rt   r   r   rx   ry   rz   r   rs   r   r   rP   r   rm   r   rl   r?   rG   rF   ru   rH   rk   rL   r[   )
__future__r   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/   r0   r1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   r<   r=   r>   r?   r@   rA   rB   rC   rD   rE   rF   rG   rH   rI   rJ   rK   rL   rM   rN   rO   rP   rQ   rR   pandas.core.colrS   pandas.core.dtypes.dtypesrT   pandas.tseries.apirU   pandas.tseriesrV   pandas.core.computation.apirW   pandas.core.reshape.apirX   rY   rZ   r[   r\   r]   r^   r_   r`   ra   rb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   pandas.util._print_versionsrm   pandas.io.apirn   ro   rp   rq   rr   rs   rt   ru   rv   rw   rx   ry   rz   r{   r|   r}   r~   r   r   r   r   r   r   r   pandas.io.json._normalizer   pandas.util._testerr   _built_with_mesonpandas._version_mesonr   r   pandas._versionr   vget__doc____all__ r   r   <module>r      s$   " " " " " "' ' '      # + %  K
;   k4K 4 4 4
 
 	           iG
+	+ 	+ 	+ 	+ 
                    > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >~        1 1 1 1 1 1 ) ) ) ) ) ) " " " " " " , , , , , ,                               " > = = = = = = = = = = = = = = =       5 5 5 5 5 5                                                   B 5 4 4 4 4 4 $ $ $ $ $ $         
    ,,,,,,A%%q|44Kee-..Oaaa&Vs s ss=   *A?A
A A2A--A2
F# #AG.-G.