summaryrefslogtreecommitdiffstats
path: root/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info
diff options
context:
space:
mode:
authornoptuno <repollo.marrero@gmail.com>2023-04-28 02:40:47 +0200
committernoptuno <repollo.marrero@gmail.com>2023-04-28 02:40:47 +0200
commit6f6a73987201c9c303047c61389b82ad98b15597 (patch)
treebf67eb590d49979d6740bc1e94b4018df48bce98 /venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info
parentResolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATION (diff)
parentMerging PR_218 openai_rev package with new streamlit chat app (diff)
downloadgpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar.gz
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar.bz2
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar.lz
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar.xz
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.tar.zst
gpt4free-6f6a73987201c9c303047c61389b82ad98b15597.zip
Diffstat (limited to 'venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info')
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/INSTALLER1
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/LICENSE31
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/METADATA211
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/RECORD2892
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/WHEEL5
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/entry_points.txt2
-rw-r--r--venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/top_level.txt1
7 files changed, 3143 insertions, 0 deletions
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/INSTALLER b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/INSTALLER
new file mode 100644
index 00000000..a1b589e3
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/LICENSE b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/LICENSE
new file mode 100644
index 00000000..d4e49a14
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/LICENSE
@@ -0,0 +1,31 @@
+BSD 3-Clause License
+
+Copyright (c) 2008-2011, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
+All rights reserved.
+
+Copyright (c) 2011-2022, Open source contributors.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+* Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+
+* Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+
+* Neither the name of the copyright holder nor the names of its
+ contributors may be used to endorse or promote products derived from
+ this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/METADATA b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/METADATA
new file mode 100644
index 00000000..965000c9
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/METADATA
@@ -0,0 +1,211 @@
+Metadata-Version: 2.1
+Name: pandas
+Version: 1.5.3
+Summary: Powerful data structures for data analysis, time series, and statistics
+Home-page: https://pandas.pydata.org
+Author: The Pandas Development Team
+Author-email: pandas-dev@python.org
+License: BSD-3-Clause
+Project-URL: Bug Tracker, https://github.com/pandas-dev/pandas/issues
+Project-URL: Documentation, https://pandas.pydata.org/docs/
+Project-URL: Source Code, https://github.com/pandas-dev/pandas
+Platform: any
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Science/Research
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Cython
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Topic :: Scientific/Engineering
+Requires-Python: >=3.8
+Description-Content-Type: text/markdown
+License-File: LICENSE
+Requires-Dist: python-dateutil (>=2.8.1)
+Requires-Dist: pytz (>=2020.1)
+Requires-Dist: numpy (>=1.20.3) ; python_version < "3.10"
+Requires-Dist: numpy (>=1.21.0) ; python_version >= "3.10"
+Requires-Dist: numpy (>=1.23.2) ; python_version >= "3.11"
+Provides-Extra: test
+Requires-Dist: hypothesis (>=5.5.3) ; extra == 'test'
+Requires-Dist: pytest (>=6.0) ; extra == 'test'
+Requires-Dist: pytest-xdist (>=1.31) ; extra == 'test'
+
+<div align="center">
+ <img src="https://pandas.pydata.org/static/img/pandas.svg"><br>
+</div>
+
+-----------------
+
+# pandas: powerful Python data analysis toolkit
+[![PyPI Latest Release](https://img.shields.io/pypi/v/pandas.svg)](https://pypi.org/project/pandas/)
+[![Conda Latest Release](https://anaconda.org/conda-forge/pandas/badges/version.svg)](https://anaconda.org/anaconda/pandas/)
+[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3509134.svg)](https://doi.org/10.5281/zenodo.3509134)
+[![Package Status](https://img.shields.io/pypi/status/pandas.svg)](https://pypi.org/project/pandas/)
+[![License](https://img.shields.io/pypi/l/pandas.svg)](https://github.com/pandas-dev/pandas/blob/main/LICENSE)
+[![Coverage](https://codecov.io/github/pandas-dev/pandas/coverage.svg?branch=main)](https://codecov.io/gh/pandas-dev/pandas)
+[![Downloads](https://static.pepy.tech/personalized-badge/pandas?period=month&units=international_system&left_color=black&right_color=orange&left_text=PyPI%20downloads%20per%20month)](https://pepy.tech/project/pandas)
+[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pydata/pandas)
+[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)
+[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
+[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
+
+## What is it?
+
+**pandas** is a Python package that provides 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 towards this goal.
+
+## Main Features
+Here are just a few of the things that pandas does well:
+
+ - Easy handling of [**missing data**][missing-data] (represented as
+ `NaN`, `NA`, or `NaT`) in floating point as well as non-floating point data
+ - Size mutability: columns can be [**inserted and
+ deleted**][insertion-deletion] from DataFrame and higher dimensional
+ objects
+ - Automatic and explicit [**data alignment**][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**][groupby] functionality to perform
+ split-apply-combine operations on data sets, for both aggregating
+ and transforming data
+ - Make it [**easy to convert**][conversion] ragged,
+ differently-indexed data in other Python and NumPy data structures
+ into DataFrame objects
+ - Intelligent label-based [**slicing**][slicing], [**fancy
+ indexing**][fancy-indexing], and [**subsetting**][subsetting] of
+ large data sets
+ - Intuitive [**merging**][merging] and [**joining**][joining] data
+ sets
+ - Flexible [**reshaping**][reshape] and [**pivoting**][pivot-table] of
+ data sets
+ - [**Hierarchical**][mi] labeling of axes (possible to have multiple
+ labels per tick)
+ - Robust IO tools for loading data from [**flat files**][flat-files]
+ (CSV and delimited), [**Excel files**][excel], [**databases**][db],
+ and saving/loading data from the ultrafast [**HDF5 format**][hdfstore]
+ - [**Time series**][timeseries]-specific functionality: date range
+ generation and frequency conversion, moving window statistics,
+ date shifting and lagging
+
+
+ [missing-data]: https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html
+ [insertion-deletion]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#column-selection-addition-deletion
+ [alignment]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html?highlight=alignment#intro-to-data-structures
+ [groupby]: https://pandas.pydata.org/pandas-docs/stable/user_guide/groupby.html#group-by-split-apply-combine
+ [conversion]: https://pandas.pydata.org/pandas-docs/stable/user_guide/dsintro.html#dataframe
+ [slicing]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#slicing-ranges
+ [fancy-indexing]: https://pandas.pydata.org/pandas-docs/stable/user_guide/advanced.html#advanced
+ [subsetting]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#boolean-indexing
+ [merging]: https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#database-style-dataframe-or-named-series-joining-merging
+ [joining]: https://pandas.pydata.org/pandas-docs/stable/user_guide/merging.html#joining-on-index
+ [reshape]: https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html
+ [pivot-table]: https://pandas.pydata.org/pandas-docs/stable/user_guide/reshaping.html
+ [mi]: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#hierarchical-indexing-multiindex
+ [flat-files]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#csv-text-files
+ [excel]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#excel-files
+ [db]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#sql-queries
+ [hdfstore]: https://pandas.pydata.org/pandas-docs/stable/user_guide/io.html#hdf5-pytables
+ [timeseries]: https://pandas.pydata.org/pandas-docs/stable/user_guide/timeseries.html#time-series-date-functionality
+
+## Where to get it
+The source code is currently hosted on GitHub at:
+https://github.com/pandas-dev/pandas
+
+Binary installers for the latest released version are available at the [Python
+Package Index (PyPI)](https://pypi.org/project/pandas) and on [Conda](https://docs.conda.io/en/latest/).
+
+```sh
+# conda
+conda install pandas
+```
+
+```sh
+# or PyPI
+pip install pandas
+```
+
+## Dependencies
+- [NumPy - Adds support for large, multi-dimensional arrays, matrices and high-level mathematical functions to operate on these arrays](https://www.numpy.org)
+- [python-dateutil - Provides powerful extensions to the standard datetime module](https://dateutil.readthedocs.io/en/stable/index.html)
+- [pytz - Brings the Olson tz database into Python which allows accurate and cross platform timezone calculations](https://github.com/stub42/pytz)
+
+See the [full installation instructions](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies) for minimum supported versions of required, recommended and optional dependencies.
+
+## Installation from sources
+To install pandas from source you need [Cython](https://cython.org/) in addition to the normal
+dependencies above. Cython can be installed from PyPI:
+
+```sh
+pip install cython
+```
+
+In the `pandas` directory (same one where you found this file after
+cloning the git repo), execute:
+
+```sh
+python setup.py install
+```
+
+or for installing in [development mode](https://pip.pypa.io/en/latest/cli/pip_install/#install-editable):
+
+
+```sh
+python -m pip install -e . --no-build-isolation --no-use-pep517
+```
+
+If you have `make`, you can also use `make develop` to run the same command.
+
+or alternatively
+
+```sh
+python setup.py develop
+```
+
+See the full instructions for [installing from source](https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html#installing-from-source).
+
+## License
+[BSD 3](LICENSE)
+
+## Documentation
+The official documentation is hosted on PyData.org: https://pandas.pydata.org/pandas-docs/stable
+
+## Background
+Work on ``pandas`` started at [AQR](https://www.aqr.com/) (a quantitative hedge fund) in 2008 and
+has been under active development since then.
+
+## Getting Help
+
+For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/pandas).
+Further, general questions and discussions can also take place on the [pydata mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata).
+
+## Discussion and Development
+Most development discussions take place on GitHub in this repo. Further, the [pandas-dev mailing list](https://mail.python.org/mailman/listinfo/pandas-dev) can also be used for specialized discussions or design issues, and a [Gitter channel](https://gitter.im/pydata/pandas) is available for quick development related questions.
+
+## Contributing to pandas [![Open Source Helpers](https://www.codetriage.com/pandas-dev/pandas/badges/users.svg)](https://www.codetriage.com/pandas-dev/pandas)
+
+All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
+
+A detailed overview on how to contribute can be found in the **[contributing guide](https://pandas.pydata.org/docs/dev/development/contributing.html)**.
+
+If you are simply looking to start working with the pandas codebase, navigate to the [GitHub "issues" tab](https://github.com/pandas-dev/pandas/issues) and start looking through interesting issues. There are a number of issues listed under [Docs](https://github.com/pandas-dev/pandas/issues?labels=Docs&sort=updated&state=open) and [good first issue](https://github.com/pandas-dev/pandas/issues?labels=good+first+issue&sort=updated&state=open) where you could start out.
+
+You can also triage issues which may include reproducing bug reports, or asking for vital information such as version numbers or reproduction instructions. If you would like to start triaging issues, one easy way to get started is to [subscribe to pandas on CodeTriage](https://www.codetriage.com/pandas-dev/pandas).
+
+Or maybe through using pandas you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!
+
+Feel free to ask questions on the [mailing list](https://groups.google.com/forum/?fromgroups#!forum/pydata) or on [Gitter](https://gitter.im/pydata/pandas).
+
+As contributors and maintainers to this project, you are expected to abide by pandas' code of conduct. More information can be found at: [Contributor Code of Conduct](https://github.com/pandas-dev/.github/blob/master/CODE_OF_CONDUCT.md)
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/RECORD b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/RECORD
new file mode 100644
index 00000000..252a00f6
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/RECORD
@@ -0,0 +1,2892 @@
+pandas-1.5.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+pandas-1.5.3.dist-info/LICENSE,sha256=e_J_rrT6WQuyDsFD6JUb1mi-94k06deijskm_A0tHtA,1634
+pandas-1.5.3.dist-info/METADATA,sha256=74-v6_WaEC-_nsdjdVAJie7aUXnorC_ivXSySnQFjXA,11900
+pandas-1.5.3.dist-info/RECORD,,
+pandas-1.5.3.dist-info/WHEEL,sha256=UlNw_PQRbc8y2O60L5paNCXmEdKCjgP3umWDtB6RxVY,109
+pandas-1.5.3.dist-info/entry_points.txt,sha256=pFJPZwJJ9IEEpB_ALiGE0UoB_caRsimRz0ENS4tcu5Q,68
+pandas-1.5.3.dist-info/top_level.txt,sha256=_W-EYOwsRjyO7fqakAIX0J3vvvCqzSWZ8z5RtnXISDw,7
+pandas/__init__.py,sha256=MPl3NN4L4w8HOyY9SoC2sr0cbIBv-oy0QI5P8hliQNs,10441
+pandas/__pycache__/__init__.cpython-39.pyc,,
+pandas/__pycache__/_typing.cpython-39.pyc,,
+pandas/__pycache__/_version.cpython-39.pyc,,
+pandas/__pycache__/conftest.cpython-39.pyc,,
+pandas/__pycache__/testing.cpython-39.pyc,,
+pandas/_config/__init__.py,sha256=-5MYGQSEiQhmIBlXcCpqiexTfU6EawqGkuHJKR-iLC4,687
+pandas/_config/__pycache__/__init__.cpython-39.pyc,,
+pandas/_config/__pycache__/config.cpython-39.pyc,,
+pandas/_config/__pycache__/dates.cpython-39.pyc,,
+pandas/_config/__pycache__/display.cpython-39.pyc,,
+pandas/_config/__pycache__/localization.cpython-39.pyc,,
+pandas/_config/config.py,sha256=JgGKg6YpOzzOA6v3o_FuteC-WTqEXqYsJ3G8jqwIlhg,24596
+pandas/_config/dates.py,sha256=HgZFPT02hugJO7uhSTjwebcKOd34JkcYY2gSPtOydmg,668
+pandas/_config/display.py,sha256=xv_TetWUhFlVpog23QzyhMYsScops_OOsWIAGnmKdJ8,1804
+pandas/_config/localization.py,sha256=kgxPBSUSAkdoJvG48dpZkX8vvwJi9A6bQFgBjnN-IwE,5393
+pandas/_libs/__init__.py,sha256=EadclD1M9bLo-Ae6EHyb_k80U8meOTYbT7sdJv4tFjc,323
+pandas/_libs/__pycache__/__init__.cpython-39.pyc,,
+pandas/_libs/algos.cpython-39-darwin.so,sha256=Vn6d0boOd9NorTNte51dGDEFJdHIv2Yea9MwFw6bqak,2295984
+pandas/_libs/algos.pxd,sha256=0DdQgsfMI53dZRud8XuO0Uj_3x4yqSNgEoAgwE92rRY,440
+pandas/_libs/algos.pyi,sha256=V6KKCJS7w4Y0S5jPXBm8UNflLrhN2sU6EhxdQ9AAyW4,15286
+pandas/_libs/algos.pyx,sha256=cAB3Fj3ygVfQAbuha9maGcL8a_a2fU-tYuQFCHIHHt8,50704
+pandas/_libs/algos_common_helper.pxi.in,sha256=T07ZjJkztJ7r8QJP_htNp2_9j7Xcw6V2owjO0e7OoQk,2269
+pandas/_libs/algos_take_helper.pxi.in,sha256=iTugXONKwWMZWK2yyx1uvfPHt9l4PDPZ7OZAiTJ5AtU,6147
+pandas/_libs/arrays.cpython-39-darwin.so,sha256=3DWZOSQoXderyhURFh7Hrzr0TjyvxKVbtEq-iz7LjQg,115608
+pandas/_libs/arrays.pxd,sha256=2qzLtfBeiV6KcS7J-d5nsW-3hd63tZR5JXgwIa6dKG8,233
+pandas/_libs/arrays.pyi,sha256=id4DKvhEUQNj2Y2osAXL5Lz2lIfF_Ayaiz5oCLUizeY,940
+pandas/_libs/arrays.pyx,sha256=Dp_eK3aob3qp6_piFsX5zLImq_JKq-IhW3_EM4fDWak,5861
+pandas/_libs/dtypes.pxd,sha256=ofSum_flFQ7bJoEGpgYT-57tWpSeG6GWLEW5FXHUOss,510
+pandas/_libs/groupby.cpython-39-darwin.so,sha256=bXQfvgZeIveuR0LE8a1xvBzTni7mV1L9HcsTdGg76aA,2118080
+pandas/_libs/groupby.pyi,sha256=fzY0IVla6JwJkaG_h0o2s4uLexwN4cSmI7TRL3Xg2Vk,6162
+pandas/_libs/groupby.pyx,sha256=q0bj3Dtv1_QG1qTHyRDwNo3xvP3bSTfTz94dcob8Xgs,55654
+pandas/_libs/hashing.cpython-39-darwin.so,sha256=dkpl6FQl5Y2uqSa_3RWMUgWfZbBbm2PCo1HES8tTu4U,186824
+pandas/_libs/hashing.pyi,sha256=cdNwppEilaMnVN77ABt3TBadjUawMtMFgSQb1PCqwQk,181
+pandas/_libs/hashing.pyx,sha256=pisSFxdwaVpzmfOwCXz6qbR2wCNlxDtysEogLm__Dqc,4750
+pandas/_libs/hashtable.cpython-39-darwin.so,sha256=G32DzlLf2S70mGMGcFrpMiEa4hd6mRQjV9IKRLEg3UY,1789640
+pandas/_libs/hashtable.pxd,sha256=5S5nknCvXEgyH8Py2trKQ4KvlR2io2xs-qX523Io2ok,3213
+pandas/_libs/hashtable.pyi,sha256=XdMOGkCWzXLimBNum7cHihSqTg2VGhy4wMNun1EkvW4,6106
+pandas/_libs/hashtable.pyx,sha256=gBUuFk1ZZO0x6pGLP5MTnmZANkvxOdRz7NSjg2DMvu8,4636
+pandas/_libs/hashtable_class_helper.pxi.in,sha256=Y919ogGFJa1_z7dhaVrLL35uK8cefyqxPDdKTtaYng0,47811
+pandas/_libs/hashtable_func_helper.pxi.in,sha256=rb4pUkS-pB2M7IqhZllA3ZfwrWyLGvuXs8d_C91wOQg,13638
+pandas/_libs/index.cpython-39-darwin.so,sha256=Zv1qiqlOqhvMWWIWI0CRSjNTOt5Qs4my9yYvBFYb3bI,669528
+pandas/_libs/index.pyi,sha256=5NR10ewRDFaHBQRBbN6ecS0DBNGbbgmZEO3q3gsZUcY,3056
+pandas/_libs/index.pyx,sha256=4m-QbXscZ1kUU1XLl08GpZVN9PynlU6gdsads8J8kyQ,34227
+pandas/_libs/index_class_helper.pxi.in,sha256=9R4PEEUDIegX9azUEzpK1VNkTMvzeMbkhQQHhfTyf0k,1977
+pandas/_libs/indexing.cpython-39-darwin.so,sha256=lZ-TooqwH6WPt39xXG077z7nJrKi9RagbpLPeOvAaic,69528
+pandas/_libs/indexing.pyi,sha256=WNeti0YDjKHCSJqwWfG34AWuGWEQ5T9ZOSWc_GVAE14,427
+pandas/_libs/indexing.pyx,sha256=8IY20PjWBVYXbB1hrU2K8iiwYJtL0Tt9OejEWeZJ4hA,778
+pandas/_libs/internals.cpython-39-darwin.so,sha256=62RcCIlKwdcTxZiE0-L-XwyGz6ptvGlKd9ypM3qfK_A,374792
+pandas/_libs/internals.pyi,sha256=3yrp-TuTlbxVBkLabBeX5oTg-DUZaj3-niEN_UadgSI,2434
+pandas/_libs/internals.pyx,sha256=drwEBq4879Xbb80jQ18c87oFlZS2QU3VkkldWG1TmjQ,24320
+pandas/_libs/interval.cpython-39-darwin.so,sha256=3PQeH9JxuDs7VxP-FqW6qHyVbiV2a06pjwkaf8AMUu4,1385672
+pandas/_libs/interval.pyi,sha256=Rz-uiBSODQv3nrz1kZITWg55vjcd0lPc7PNUdsAITEw,5363
+pandas/_libs/interval.pyx,sha256=Xdb6z3VYyrZ0927SlEb_GyNUtIDiNJCUjPung9usucs,17883
+pandas/_libs/intervaltree.pxi.in,sha256=kFWiZ3eVZrFalweTxO9bKJ-rYHzBfbn2TC8W5DfUARk,15110
+pandas/_libs/join.cpython-39-darwin.so,sha256=ejd0k-4C1E6yGN7_HOJCU0DdLx3m7Dkkux6B6pYHDCg,2818000
+pandas/_libs/join.pyi,sha256=OM7ngXcyDpZzdKYF6qdOg5cVDXpzBmd52qfMHXn23XQ,2650
+pandas/_libs/join.pyx,sha256=xKZqfBNDPtmKx_4JF6n7tqnjJsK_rU_vdX1JeA6FyfM,27647
+pandas/_libs/json.cpython-39-darwin.so,sha256=p-TBkGTixXpzpBbPd_qSY6nYcQ6UkX-FBwGwSKZgld0,115112
+pandas/_libs/json.pyi,sha256=C0ctScV5bo5qVvDVEs0yonXlXjfnWFi5QkzdGR0SO88,484
+pandas/_libs/khash.pxd,sha256=NABSfaCqzYwxNjdysjM3w2VOEPagQ5InM25wCH-QAMM,3800
+pandas/_libs/khash_for_primitive_helper.pxi.in,sha256=xlSmXxv0rgboILfh4jqWNem1oqIK6aL-FBO2yeYTWTk,1421
+pandas/_libs/lib.cpython-39-darwin.so,sha256=cQfbBwlvBGexz_JmMsRjNGMyZwdf5BmtzoOflR_tres,785768
+pandas/_libs/lib.pxd,sha256=nq2dcqCT0V_j4uIC8X5-7h32MpITWsGSnU14revqL3Q,139
+pandas/_libs/lib.pyi,sha256=vYIw4waYdxO9seZPS-Sbwgtz6P5ibsRIM11BWQHQIYM,7661
+pandas/_libs/lib.pyx,sha256=aBvbm4tUa7U8jIX5l6HBiaXHikArKfkBNHo3DeFjAwM,91876
+pandas/_libs/missing.cpython-39-darwin.so,sha256=8g7v-4oSx_0il_z5UsGbLFLajRIWodnnNCQJOexLgpk,259216
+pandas/_libs/missing.pxd,sha256=gavVcysAdcd3WizCXx5xPja4OmEL6pxGlM5kuoTHhbA,408
+pandas/_libs/missing.pyi,sha256=ZwqyyF6USfw3wBawphzSGF_ixv1ZudrOAOV8CSCDgvk,675
+pandas/_libs/missing.pyx,sha256=RUjCwfaDPbGx_7eI4FxToQ49rI8KEI1UfD9m-IRY_vQ,13877
+pandas/_libs/ops.cpython-39-darwin.so,sha256=sxlwnII-EB_EHAC6zhf5OvcIE7Em3kPHaV-AIIMwr2Q,253192
+pandas/_libs/ops.pyi,sha256=uUf24IkC9NlHkbGtvYpPWQy6NxmblCyom963SPXL8vI,1265
+pandas/_libs/ops.pyx,sha256=E4h6O70LIuwGH4rPTvhREYZRITs0GW0ZsWBzaDep0nQ,7755
+pandas/_libs/ops_dispatch.cpython-39-darwin.so,sha256=VtNUNkxKXuzSfl79YRGNR6G-oKRq1pFu-CJ7XEqUpSQ,76856
+pandas/_libs/ops_dispatch.pyi,sha256=Yxq3SUJ-qoMZ8ErL7wfHfCsTTcETOuu0FuoCOyhmGl0,124
+pandas/_libs/ops_dispatch.pyx,sha256=HgrjG1FNtMmq6vhIupHFz-7eqHM169MSkuwkKbw3WPs,2570
+pandas/_libs/parsers.cpython-39-darwin.so,sha256=7kyep5zLGA7ID2LR5HxdUTYhRrIksl6XqAbooI0Cifc,621040
+pandas/_libs/parsers.pyi,sha256=LlIa8whyki9HwvkOfW-EQi3A_6EzchfE95Q3PYV6WlU,2199
+pandas/_libs/parsers.pyx,sha256=QCcH_K-B49RqMpOkrs2Fp1H7yi8ifHex1plDK1B66fw,69557
+pandas/_libs/properties.cpython-39-darwin.so,sha256=Sz31E3uXDxVYJkvavzqix026A672Ds7cG0KLUyv8zok,93072
+pandas/_libs/properties.pyi,sha256=phMDCjTl7uXasuoIyrBUs85lttPm55EMDYQyE5HqgNo,718
+pandas/_libs/properties.pyx,sha256=r37EAgcY2M5JcIyZ7apsP6N4csQgz-rNmXjkfEXe5fQ,1633
+pandas/_libs/reduction.cpython-39-darwin.so,sha256=zzy7_2GUxR5QVUv8PAY5pup1K--9jlJ3634V1sm97q0,62400
+pandas/_libs/reduction.pyi,sha256=bzAITX1lm9-xC1ZQzP120ZscH5pEJJRseKP3KtEMqpo,214
+pandas/_libs/reduction.pyx,sha256=CHI5CD5bxokhdvJfUQ4KgCcIHe4ygWZcvwLUoOy3c8I,1090
+pandas/_libs/reshape.cpython-39-darwin.so,sha256=kwVRZOCFZNx779I7c2Ey7EgX6scfxHV2ATnkPo0T-gk,269184
+pandas/_libs/reshape.pyi,sha256=xaU-NNnRhXVT9AVrksVXrbKfAC7Ny9p-Vwp6srRoGns,419
+pandas/_libs/reshape.pyx,sha256=3JkJZgajSgw6Hgd6Nx1OezLdprWKkqGqjNeZv72-_Zg,3392
+pandas/_libs/sparse.cpython-39-darwin.so,sha256=JTrHR4B8ulGTqCfQ2AcKlFNZe1A86HkWExBkicJqQvY,923488
+pandas/_libs/sparse.pyi,sha256=ThOv3V3B4fBdWgUYJJNS2QKeX2aHgdt2SCWlLcWRats,1405
+pandas/_libs/sparse.pyx,sha256=e2Ss4yccjFMES_x8mxGHI3OB5pAjGeuofCwkV8WwNFw,21116
+pandas/_libs/sparse_op_helper.pxi.in,sha256=WJSDvOGhQP_0vzRnDaxwBUnOvuh2DBsu8nmF2Zfqfzw,9362
+pandas/_libs/testing.cpython-39-darwin.so,sha256=0sNhnRC5emyRbAzI2YczYjaIFK7Q2cnF1jl4WpnRdjg,111632
+pandas/_libs/testing.pyi,sha256=_fpEWiBmlWGR_3QUj1RU42WCTtW2Ug-EXHpM-kP6vB0,243
+pandas/_libs/testing.pyx,sha256=mOEkHnM2UKnGvrmaozht6Gyg2go57hPR5AcQZyjCjD8,5939
+pandas/_libs/tslib.cpython-39-darwin.so,sha256=g5Xt1Io-dqkKWLcPkTLJtb85V0yNkbG_x6jMsWfgBpM,359776
+pandas/_libs/tslib.pyi,sha256=hvN7HC4G2uSIXxQSkvJbMRu9Ww0W3HaGUaE2nxvrkJI,766
+pandas/_libs/tslib.pyx,sha256=1be7PxBkL37dkkisWSkIvmmu7QNFFPPJBqhVvNJFaL0,29195
+pandas/_libs/tslibs/__init__.py,sha256=hx8aIJm33vFwLaiYGSH-i6XHfqjnckCJJ9C0_7hiWG8,1903
+pandas/_libs/tslibs/__pycache__/__init__.cpython-39.pyc,,
+pandas/_libs/tslibs/base.cpython-39-darwin.so,sha256=pKkomDjjdigy8px1M0OQpkxaa9py18X6tDMXN6o4ff0,66856
+pandas/_libs/tslibs/base.pxd,sha256=5dct5J7hkV2NFWk-c-yibbKNdFUBuYMENrJV4POJgG8,85
+pandas/_libs/tslibs/base.pyx,sha256=KVdmIMg5nMNIiUJgq-VZg03NCFdUfC1vvXSRD4T09fk,293
+pandas/_libs/tslibs/ccalendar.cpython-39-darwin.so,sha256=HOINqBrHulvkHQhiYEPEYEUbEqV5tVhyQBbJGmK_N6E,76528
+pandas/_libs/tslibs/ccalendar.pxd,sha256=0nMfZr1UQSDYSHmuvJkn7rpNNifarzXqcvVVm7naeJ4,651
+pandas/_libs/tslibs/ccalendar.pyi,sha256=dizWWmYtxWa5Lc4Hv69iRaJoazRhegJaDGWYgWtJu-U,502
+pandas/_libs/tslibs/ccalendar.pyx,sha256=eixCZ4R1ypMm_6Mk7pBGc50ByniQ9ue-p5ad4WtpRyA,6913
+pandas/_libs/tslibs/conversion.cpython-39-darwin.so,sha256=afnNHYbsLFOtLmvOvQq42rK-yHjzfAiyUdm7yZyvPVA,262864
+pandas/_libs/tslibs/conversion.pxd,sha256=_XV9rks2alCMUWU8bo7N8B2ayegCGs8J2CF03pdXMNo,1096
+pandas/_libs/tslibs/conversion.pyi,sha256=pazB4ETu95szlLCmNiHbk8HBa9-t9E97-f88GV7F1ck,275
+pandas/_libs/tslibs/conversion.pyx,sha256=sYdzgNQSr5crdsGN01b61S5pcyIoZd4l1KKJg8cFs0k,19240
+pandas/_libs/tslibs/dtypes.cpython-39-darwin.so,sha256=Y8I0WZZl3a_8TF8UyUTA38NWRdO63RZ9laEt7sdKzkU,185152
+pandas/_libs/tslibs/dtypes.pxd,sha256=h3EZiARvGXNFQUTAKc4rCT_AtTOFgty7kvTetbWUqZA,3214
+pandas/_libs/tslibs/dtypes.pyi,sha256=UAmGAkBn5KJc-d-TlGLZGrLNitKNg08iYvX01HRVJ3c,1886
+pandas/_libs/tslibs/dtypes.pyx,sha256=COcflxkB9Dj3KAeozDl8wZFleoEiTg--Js3aKP2WMV4,13704
+pandas/_libs/tslibs/fields.cpython-39-darwin.so,sha256=UNm6ntxsdXhhl_XZa8ZX3-FK8d1FFsQaIUgCbvWuXks,374480
+pandas/_libs/tslibs/fields.pyi,sha256=FGwnFashRnPQFRUeGSC5kYOiZY7f4R97KDUzBH1XkMQ,1707
+pandas/_libs/tslibs/fields.pyx,sha256=TenMThx2w2b4RZoW7tRxwHFKQ3dJ-1Wa51CgITUOC1I,21681
+pandas/_libs/tslibs/nattype.cpython-39-darwin.so,sha256=uVODCDoXfjyI3AjPcNABn962AqMcKGeAFCtw3prLQxo,346200
+pandas/_libs/tslibs/nattype.pxd,sha256=e_6EaaT4rL3xMmBCsTHZdEAJji0OI7XcTz2daNyoCuY,308
+pandas/_libs/tslibs/nattype.pyi,sha256=yep4RBMNmkqwtBIzgz-MXOGRYJThbqU0bCf8xxrR-GY,3605
+pandas/_libs/tslibs/nattype.pyx,sha256=C4_k1bPzkPv2HXpxAHzPpMjWCB19NMOmVlpz6ElYnS0,37807
+pandas/_libs/tslibs/np_datetime.cpython-39-darwin.so,sha256=4L6xbX0BGnN3pLuP7__ose0kF_v9y0ubFSBzP9CyY6k,162456
+pandas/_libs/tslibs/np_datetime.pxd,sha256=Nk8yL42EgEuaHy73ixrd4Sz7BNlGH9X4XEiWu-2xsc0,3604
+pandas/_libs/tslibs/np_datetime.pyi,sha256=vntCLt538sUT5BFV1bh_BdfuybC7oHrORWiWfaZTn38,569
+pandas/_libs/tslibs/np_datetime.pyx,sha256=rFcKTfDlee4D2YuI2XGTKx04_m5BS4FYAvcDC-5zwo4,19436
+pandas/_libs/tslibs/offsets.cpython-39-darwin.so,sha256=CO6sGDKCdOr6aDVqcEpwaArFtR4SM_b5ZYoCwlDPXCs,1130720
+pandas/_libs/tslibs/offsets.pxd,sha256=nSUGf1ed8DCzo0I_GsRbc7dFZ7QsMotFOUV2yraLM7g,237
+pandas/_libs/tslibs/offsets.pyi,sha256=WJVv2ap_2qVnsSMvng3sjtmVNteiXnKqtoEmdVic6TI,8379
+pandas/_libs/tslibs/offsets.pyx,sha256=Uf3eOXXrtST7xHfIqTw1PCpV1Mc0dCRy4uuRBgVR_lA,138033
+pandas/_libs/tslibs/parsing.cpython-39-darwin.so,sha256=TFyx9Nhvd0YKLO06wEbquY7CY2clwe01BCJwfg5f7LI,496296
+pandas/_libs/tslibs/parsing.pxd,sha256=wimerC2hsbVoJcKGxoeKkGuNzzckio43BobIsUHaY2Q,94
+pandas/_libs/tslibs/parsing.pyi,sha256=eFGfseMoj-oTkMtlRsXbGXX1WUynCp-2kFOcAydIiIc,1948
+pandas/_libs/tslibs/parsing.pyx,sha256=j7U-GiJbCtSjKHzptCs-3wTbXLpfGu4wlRmK10M2Bb4,38202
+pandas/_libs/tslibs/period.cpython-39-darwin.so,sha256=PvlKVdlDVPHCcGllr1x5xNsJw_ubqhdjrUsDMsnWRYA,494464
+pandas/_libs/tslibs/period.pxd,sha256=y_P7m6lBfMv8ssir-KMhFs3lFeMjmYUrwdG7_gSL2Ao,187
+pandas/_libs/tslibs/period.pyi,sha256=f7xgUQdh1ZqbiBpDL4sUaZzgAQejs-hRczTEWI0kOgM,3692
+pandas/_libs/tslibs/period.pyx,sha256=9qjdPlbW6dOb9ZbAfsD8zTRwcWMIGResZsmNRtTHDMA,80883
+pandas/_libs/tslibs/strptime.cpython-39-darwin.so,sha256=EQPySYOdamhPZYiGvrDhnqmzOMDE_kPdGMoDStEqXx8,323264
+pandas/_libs/tslibs/strptime.pyi,sha256=8dtsJ-65Oo6vsAqR4WH5B5MqSh_E2qy1Hrtcymnesj8,286
+pandas/_libs/tslibs/strptime.pyx,sha256=WFmKHXzxxLqvijMQfMvo5H2mZCLxQzfjMN_T02WM3Sw,19000
+pandas/_libs/tslibs/timedeltas.cpython-39-darwin.so,sha256=HOPF5Td-p4wH3P86oUa-6P7LK-Ex6n1qQziHOeOhvv8,638672
+pandas/_libs/tslibs/timedeltas.pxd,sha256=PGxK9pfm7i19H2gWcHcUqaprlwtpcrwzxWhUKcZ71lY,897
+pandas/_libs/tslibs/timedeltas.pyi,sha256=QVyGBTCJx3kv3g9thqexOABGwKVwmhx8mqJn2I7EjDU,4495
+pandas/_libs/tslibs/timedeltas.pyx,sha256=NfV3hEVjHjxNmdZPeZJwj0DezyUH--ToVR_MXQFqR7k,63494
+pandas/_libs/tslibs/timestamps.cpython-39-darwin.so,sha256=nYgqUmFrZHu1CTobI8mBDA6Hf38Xyrh6bFBtkRIYeMw,712160
+pandas/_libs/tslibs/timestamps.pxd,sha256=QdY3tAy3kZf9OTbLD_qxj-sGPaziq3sk2tT2upTOMOw,1516
+pandas/_libs/tslibs/timestamps.pyi,sha256=0WtSXFJ1GrmtkLmIwOH3JzGi6Abkz2GZ8l7bJR-Iz9o,7755
+pandas/_libs/tslibs/timestamps.pyx,sha256=1H90PH-INBulyKRCb-fGYRz_ghrO5UJzCGK66u6s9xk,79807
+pandas/_libs/tslibs/timezones.cpython-39-darwin.so,sha256=qCb7mdeLW6VYBAfckyfuAK9hPdIGy0AFUwECpR9-rBc,284952
+pandas/_libs/tslibs/timezones.pxd,sha256=7dLxeFom5XjaIP__czsdPgjUGyU3p5clwhm2BOJXh40,485
+pandas/_libs/tslibs/timezones.pyi,sha256=MZ9kC5E1J3XlVqyBwFuVd7NsqL8STztzT8W8NK-_2r0,600
+pandas/_libs/tslibs/timezones.pyx,sha256=cdBLSTYDR25un798PqtTgdYwpPwx6J3VbMJIU5oQh8A,14261
+pandas/_libs/tslibs/tzconversion.cpython-39-darwin.so,sha256=rrbfaxcIBztF3mXfzUY3zgWDUvS6vCugQY3ulqr_-ek,319696
+pandas/_libs/tslibs/tzconversion.pxd,sha256=kGE4w2Pe4V8VaS_M7qgfqZn_fqSWKEu5VvpahvFvl4I,862
+pandas/_libs/tslibs/tzconversion.pyi,sha256=IWq_kGOdFDZ_OWDtnKDBM_yWkty36b_D5PpOI_ibcpc,554
+pandas/_libs/tslibs/tzconversion.pyx,sha256=bw4J4uBjPuFJsT779upbzynz13Tu9_niX3jhmCMOu6I,23734
+pandas/_libs/tslibs/util.pxd,sha256=MQg4PdJ26CFjZ1RrjthLvVzF-N3x-m3XkgniKVNwLv8,5182
+pandas/_libs/tslibs/vectorized.cpython-39-darwin.so,sha256=87UOJrCocHzRJPLLWaSJ3SQWBf0EWB0uhozV8zCrVIY,232440
+pandas/_libs/tslibs/vectorized.pyi,sha256=wQ0zUMWk1F_1Y0V1oUXH_2M8npkkkms4ipwP9x95LnY,1344
+pandas/_libs/tslibs/vectorized.pyx,sha256=t5UVfBJy8LlUE3G3pRVcv8Qdfsrp79HcTOI7yePXm3U,11783
+pandas/_libs/util.pxd,sha256=N-5dXKTn0wwS8jtuBxJDl3fgj-FE4BRy8nZ7Oxugw9o,272
+pandas/_libs/window/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/_libs/window/__pycache__/__init__.cpython-39.pyc,,
+pandas/_libs/window/aggregations.cpython-39-darwin.so,sha256=grptatHcFAwYdRLgwtMtiyfcpGQHDDRiNQarDij8hrE,456408
+pandas/_libs/window/aggregations.pyi,sha256=VAaBpwBcpLwKVjydF0Q3VJF0Cl3HEteYs6Ym4EGYnNo,4042
+pandas/_libs/window/aggregations.pyx,sha256=KSezEo5Z-ulW0pe2i5eizLt-3IpuLQNEtYSfOIBJRuE,63710
+pandas/_libs/window/indexers.cpython-39-darwin.so,sha256=yzx-SYvFDxcOtShowYOJ0Li9ZpmOcGlpqi93W4osrG8,186512
+pandas/_libs/window/indexers.pyi,sha256=53aBxew7jBcAc9sbSoOlvpQHhiLDSWPXFcVbCeJDbQA,319
+pandas/_libs/window/indexers.pyx,sha256=tUbsosMdV_6nlUTEZINOgh1LjTsO7P3kx5NKL9OfPFA,4377
+pandas/_libs/writers.cpython-39-darwin.so,sha256=LmPcAKqPd3pqjTQ2xcfrsx2PzUqPT-6lOjoKsnuOU8M,216760
+pandas/_libs/writers.pyi,sha256=-uUyAR6a89TOE_Jz6jrbCd011k2MCL1THjvD5CPz11Y,543
+pandas/_libs/writers.pyx,sha256=9Bv-dD-r0oJGc3iDaM45OukGZrNx86FaQfTgQVGKMFs,4491
+pandas/_testing/__init__.py,sha256=Ryo_4HhpU-XOww_w4fFOd29bJOz5AI88df2YDFQybhI,32940
+pandas/_testing/__pycache__/__init__.cpython-39.pyc,,
+pandas/_testing/__pycache__/_hypothesis.cpython-39.pyc,,
+pandas/_testing/__pycache__/_io.cpython-39.pyc,,
+pandas/_testing/__pycache__/_random.cpython-39.pyc,,
+pandas/_testing/__pycache__/_warnings.cpython-39.pyc,,
+pandas/_testing/__pycache__/asserters.cpython-39.pyc,,
+pandas/_testing/__pycache__/compat.cpython-39.pyc,,
+pandas/_testing/__pycache__/contexts.cpython-39.pyc,,
+pandas/_testing/_hypothesis.py,sha256=jkn3plK-9OeSH8m9l-sJnUwRh0ax24qpdV6YUV_6a1s,2310
+pandas/_testing/_io.py,sha256=mdvEMOOK2Nq3DecDhK42kINAN21FDDINe0DgGaZKcRY,12282
+pandas/_testing/_random.py,sha256=LmqGIoj0tWqthinVNCHaXbQR-dlqKFyq41rZKbwDn5I,858
+pandas/_testing/_warnings.py,sha256=U-WaBZlWJf_fNpuxFAq6-jR_VbPCa_W7a7d05nPkge4,7686
+pandas/_testing/asserters.py,sha256=PReubqH5JYxH9azHOH35yHYsZ6lLq-rrULNYEXGVvj4,49752
+pandas/_testing/compat.py,sha256=w-JdZn9GAm_3cFPFndGd0sNixlnWayPNaNVcPeIr2xo,518
+pandas/_testing/contexts.py,sha256=BpnKIJPr1PpDV-QWe-8Fh16qkmGolmRMmA6ju3q9T1M,5610
+pandas/_typing.py,sha256=LG3sm-Q1gqv3jKwye8acaUv3K5DqWjHxNDA32-lzvqQ,9726
+pandas/_version.py,sha256=EMI_nPh6thdvaafcf24qH8CitUEj5mAkNBX4wbtQoRM,497
+pandas/api/__init__.py,sha256=ZoYOaNeAi28q7AO5AQGwAhht4FcCTUbUQwh_MZED1h4,193
+pandas/api/__pycache__/__init__.cpython-39.pyc,,
+pandas/api/extensions/__init__.py,sha256=O7tmzpvIT0uv9H5K-yMTKcwZpml9cEaB5CLVMiUkRCk,685
+pandas/api/extensions/__pycache__/__init__.cpython-39.pyc,,
+pandas/api/indexers/__init__.py,sha256=kNbZv9nja9iLVmGZU2D6w2dqB2ndsbqTfcsZsGz_Yo0,357
+pandas/api/indexers/__pycache__/__init__.cpython-39.pyc,,
+pandas/api/interchange/__init__.py,sha256=J2hQIYAvL7gyh8hG9r3XYPX69lK7nJS3IIHZl4FESjw,230
+pandas/api/interchange/__pycache__/__init__.cpython-39.pyc,,
+pandas/api/types/__init__.py,sha256=d6jVFKCNtSuNLsI2vR-INIeutY4jUskjPD80WK2DVh4,453
+pandas/api/types/__pycache__/__init__.cpython-39.pyc,,
+pandas/arrays/__init__.py,sha256=C3yTKIQsguwU5O_EvEO_fzkGgCFNQO-Oiko8BjbuQfM,654
+pandas/arrays/__pycache__/__init__.cpython-39.pyc,,
+pandas/compat/__init__.py,sha256=tPwQJ75pxVlwkhVdZdMNtJ5iGxyjsWSYPI90n8HfGOs,3488
+pandas/compat/__pycache__/__init__.cpython-39.pyc,,
+pandas/compat/__pycache__/_optional.cpython-39.pyc,,
+pandas/compat/__pycache__/chainmap.cpython-39.pyc,,
+pandas/compat/__pycache__/pickle_compat.cpython-39.pyc,,
+pandas/compat/__pycache__/pyarrow.cpython-39.pyc,,
+pandas/compat/_optional.py,sha256=CLH9FndS26VbhfEFIV-pgs--SMc3gmG4AslYCjvVZ0o,5324
+pandas/compat/chainmap.py,sha256=VV1SgPWoi2Z4R_5aWMzzgBlstn_cO6zIyLP2TOj9XiE,827
+pandas/compat/numpy/__init__.py,sha256=p73aD40DTdhiRpmGReb3QLpNfy0oqjxi5LGthFMyAx0,911
+pandas/compat/numpy/__pycache__/__init__.cpython-39.pyc,,
+pandas/compat/numpy/__pycache__/function.cpython-39.pyc,,
+pandas/compat/numpy/function.py,sha256=RQvJCp2BxnaRWW391otQ5CikI_xrZMbMPxEAQnAjWr8,13955
+pandas/compat/pickle_compat.py,sha256=cHHp9Dc3AvSn-YwbagM8Vtf3lWdTvy6OlQv1fzTzDOU,8700
+pandas/compat/pyarrow.py,sha256=HGP0EC64rtNhBHGKPQCEl7Nu_8iqsePjkOI34HeJEl0,989
+pandas/conftest.py,sha256=rysgydj4QYSa09bJuWWuTQaXsWyggiB8FJlRVy0pG2E,47910
+pandas/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/__pycache__/accessor.cpython-39.pyc,,
+pandas/core/__pycache__/algorithms.cpython-39.pyc,,
+pandas/core/__pycache__/api.cpython-39.pyc,,
+pandas/core/__pycache__/apply.cpython-39.pyc,,
+pandas/core/__pycache__/arraylike.cpython-39.pyc,,
+pandas/core/__pycache__/base.cpython-39.pyc,,
+pandas/core/__pycache__/common.cpython-39.pyc,,
+pandas/core/__pycache__/config_init.cpython-39.pyc,,
+pandas/core/__pycache__/construction.cpython-39.pyc,,
+pandas/core/__pycache__/describe.cpython-39.pyc,,
+pandas/core/__pycache__/flags.cpython-39.pyc,,
+pandas/core/__pycache__/frame.cpython-39.pyc,,
+pandas/core/__pycache__/generic.cpython-39.pyc,,
+pandas/core/__pycache__/index.cpython-39.pyc,,
+pandas/core/__pycache__/indexing.cpython-39.pyc,,
+pandas/core/__pycache__/missing.cpython-39.pyc,,
+pandas/core/__pycache__/nanops.cpython-39.pyc,,
+pandas/core/__pycache__/resample.cpython-39.pyc,,
+pandas/core/__pycache__/roperator.cpython-39.pyc,,
+pandas/core/__pycache__/sample.cpython-39.pyc,,
+pandas/core/__pycache__/series.cpython-39.pyc,,
+pandas/core/__pycache__/shared_docs.cpython-39.pyc,,
+pandas/core/__pycache__/sorting.cpython-39.pyc,,
+pandas/core/_numba/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/_numba/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/_numba/__pycache__/executor.cpython-39.pyc,,
+pandas/core/_numba/executor.py,sha256=yo9Lia6t2gwEGioujE3nJq4gC_y59pE6lB2rETE2OKM,1439
+pandas/core/_numba/kernels/__init__.py,sha256=NlF-IV0W9qeOsExEYGQHBwf-IVcv7lm627eFl5WvAL0,311
+pandas/core/_numba/kernels/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/_numba/kernels/__pycache__/mean_.cpython-39.pyc,,
+pandas/core/_numba/kernels/__pycache__/min_max_.cpython-39.pyc,,
+pandas/core/_numba/kernels/__pycache__/shared.cpython-39.pyc,,
+pandas/core/_numba/kernels/__pycache__/sum_.cpython-39.pyc,,
+pandas/core/_numba/kernels/__pycache__/var_.cpython-39.pyc,,
+pandas/core/_numba/kernels/mean_.py,sha256=Wiirw9fXK8ago103F2N2Wt0Y5tmgT2u8YGBGiFmFxnI,4007
+pandas/core/_numba/kernels/min_max_.py,sha256=t4lnCvKq_IuTFi5TgTf482087hEvbknM1rUbSNMCRVA,1857
+pandas/core/_numba/kernels/shared.py,sha256=PDAHJDiIQOIuAgXqfRaqepXWf2paRFOSySkpsejol58,554
+pandas/core/_numba/kernels/sum_.py,sha256=PiXhSPQoA2Gke84w03XwVSxknYuJQz_h3PHG53NfRks,3616
+pandas/core/_numba/kernels/var_.py,sha256=anY9AQvJg7_43671VhkW_Ju5NUOottLOt27LbwdlAk4,4322
+pandas/core/accessor.py,sha256=Oc7lWwPcobbkzzDPcFPbfujbjKUgGRBw4mRrKX1AJuc,8692
+pandas/core/algorithms.py,sha256=RoNvP8lfO2ngrIb3TUA2SPadL-f0sJpk_SUmwdtTdk8,62944
+pandas/core/api.py,sha256=4llV5M-SSagDJtKNGZXJVa5YaRziq2cXfhhW3r1s1-M,3089
+pandas/core/apply.py,sha256=0ocz1y7xSOUHm-akAg-ArBEc8RD6a1BcDQccII7PP3U,51095
+pandas/core/array_algos/__init__.py,sha256=8YLlO6TysEPxltfbNKdG9MlVXeDLfTIGNo2nUR-Zwl0,408
+pandas/core/array_algos/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/masked_reductions.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/putmask.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/quantile.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/replace.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/take.cpython-39.pyc,,
+pandas/core/array_algos/__pycache__/transforms.cpython-39.pyc,,
+pandas/core/array_algos/masked_reductions.py,sha256=UTVJE_fkY_wlVuoXf9PkoaOj2_bD4JPUh5HgLq_zmWk,3835
+pandas/core/array_algos/putmask.py,sha256=uv8sqB-IxjiY-65mH0h2vK7-X0-FfLbsY1BABlQrtlo,4673
+pandas/core/array_algos/quantile.py,sha256=YvlqWkncKpGXL_MDw7Z_YDjQfM6Zlzi4Hc1m3iTJjkY,6606
+pandas/core/array_algos/replace.py,sha256=AIRkMU3pNcAT5yYTt0b-HCiaqot3EPdePW--HlFuH_E,4231
+pandas/core/array_algos/take.py,sha256=skfSOTcrRzGiWLpDVL-MMyI6apNFJgcxH4IYz9q-xJo,20513
+pandas/core/array_algos/transforms.py,sha256=IHVlav9gbUMmmydzP7Pu1Y-CtavpvyRN4kGE-r4bwOU,961
+pandas/core/arraylike.py,sha256=b4S6eH4-GK80JU0y0cXwRIfdpdPvUVEkbhfNhwZhKK8,18688
+pandas/core/arrays/__init__.py,sha256=KNJHkPquhk4iKW4RoEAW4hIf8WNOgeeVKgMqhjkv_Ts,1298
+pandas/core/arrays/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/_mixins.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/_ranges.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/base.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/boolean.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/categorical.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/datetimelike.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/datetimes.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/floating.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/integer.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/interval.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/masked.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/numeric.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/numpy_.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/period.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/string_.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/string_arrow.cpython-39.pyc,,
+pandas/core/arrays/__pycache__/timedeltas.cpython-39.pyc,,
+pandas/core/arrays/_mixins.py,sha256=9kJGPR1_RywyQu87QraSRamVpXw1vGkRfLUEAYwQmVc,16650
+pandas/core/arrays/_ranges.py,sha256=axWOCHddi3xSSKcNYSx2_Ck0-qMmzsR9VhdxCiMJaWA,6935
+pandas/core/arrays/arrow/__init__.py,sha256=RHNrpesPmpsu0uJ354ZOc-AdyYg5_nzI2IhIAFuJr6I,166
+pandas/core/arrays/arrow/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/arrays/arrow/__pycache__/_arrow_utils.cpython-39.pyc,,
+pandas/core/arrays/arrow/__pycache__/array.cpython-39.pyc,,
+pandas/core/arrays/arrow/__pycache__/dtype.cpython-39.pyc,,
+pandas/core/arrays/arrow/__pycache__/extension_types.cpython-39.pyc,,
+pandas/core/arrays/arrow/_arrow_utils.py,sha256=KsN40idq_QRZLuQUFbjDSfSMgt6-PUghCitndiUyVBc,1921
+pandas/core/arrays/arrow/array.py,sha256=CzHoN3AgI5RHB7EMrp1_XaH5S8ptjS8OmBOOc-C0Ano,37850
+pandas/core/arrays/arrow/dtype.py,sha256=KrOLgvWhJ-p-nlOT0451tZUsee2-m9yJt8Np_H4-iKQ,6293
+pandas/core/arrays/arrow/extension_types.py,sha256=J1zXTz3EgmIMS6sAgij_oV_5N3MORWxxfR_1hEicGPE,3310
+pandas/core/arrays/base.py,sha256=PRGtnftg4fzaLb1UKOCQYn3pfuLLzY-fmIj_o2-f3jI,62681
+pandas/core/arrays/boolean.py,sha256=mzQCaUU7wI_2PAPLYzs0dCFGHLG43Gm5gIcDpyWKUnw,11057
+pandas/core/arrays/categorical.py,sha256=hZOzS-IuAH4XI4ua0MUjuNWJBPxHutfJ0AiDeDV8SS4,97919
+pandas/core/arrays/datetimelike.py,sha256=GhB__Rs99tzXpef7-KCB75Re3dcwY3xagC4ILJy9_hc,79324
+pandas/core/arrays/datetimes.py,sha256=2wPlwvsfkH1fUxebP-AnpA_lDuJV1nhbiq94BHh7vqs,84396
+pandas/core/arrays/floating.py,sha256=6xeKVo2OE629-xTRMnz-dAitktbIuusEdWhQ5x24KZY,3730
+pandas/core/arrays/integer.py,sha256=FRHfhsJdLKY92-7iNaYx9o6LdbpjYOwzikT3VJWrzRs,5279
+pandas/core/arrays/interval.py,sha256=4XTl3qseSx8yZnbEqqvkiFF_gMfwV4h-7_zyW0l0gZA,57330
+pandas/core/arrays/masked.py,sha256=of5wszRweLByYd_K1NLzS6oaLcyRm_M3RNNEIoFJ9Yk,44113
+pandas/core/arrays/numeric.py,sha256=poy0X_To81Ssl1fBpOrDVIkOYPUiKxrav9HiyEFb2n4,8354
+pandas/core/arrays/numpy_.py,sha256=TLKiOMNcwISzMQ287JkaTKMtkenlEHyG3n7ILhBfTE0,14196
+pandas/core/arrays/period.py,sha256=VczcY_cdgE69XtKZzkkoq2C9zxsmcqbrcYkvAxzjE0k,36271
+pandas/core/arrays/sparse/__init__.py,sha256=4AT9FIT2LwU8iNdW19oo-ob4qU8fM-e0N5yMvzj85ds,431
+pandas/core/arrays/sparse/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/arrays/sparse/__pycache__/accessor.cpython-39.pyc,,
+pandas/core/arrays/sparse/__pycache__/array.cpython-39.pyc,,
+pandas/core/arrays/sparse/__pycache__/dtype.cpython-39.pyc,,
+pandas/core/arrays/sparse/__pycache__/scipy_sparse.cpython-39.pyc,,
+pandas/core/arrays/sparse/accessor.py,sha256=J5ZTrIoNX_BxYAvgcvBJuwS6yuNB9zkdxrrDloigGl4,12057
+pandas/core/arrays/sparse/array.py,sha256=YXya_b9nxaMjGhfsyno_kj1UtMRshxhAUhb8F3UP7bE,65483
+pandas/core/arrays/sparse/dtype.py,sha256=bvjnFEB0ANE6FA_NxDUczMRN8GEHSBuDtow-BNF9VK8,13002
+pandas/core/arrays/sparse/scipy_sparse.py,sha256=mfWVORV4gZmIpqKbcD1A98XAnmJJNp8TdDOOBRCqHdo,6508
+pandas/core/arrays/string_.py,sha256=SugOVBJGpmDa3Z32wVM5IIGOId96upDBFh1bq1xaN2g,18310
+pandas/core/arrays/string_arrow.py,sha256=j229t0mbCAlp9aHli2XuDIz_O2LUrBRYtomwImbsjIg,15909
+pandas/core/arrays/timedeltas.py,sha256=DTJzjLeRfGMkqyIAS88QGc_dANQhniqqgbDl7mQB3Q4,34355
+pandas/core/base.py,sha256=aVrZIWme0Y3rB6goP6MxCdR5EVCHR5TL_fstMlIK0n0,40724
+pandas/core/common.py,sha256=NJiE-GucM7G4bZYoeB1GAQtLdjy8zr-oK4v0orh0LGQ,19859
+pandas/core/computation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/computation/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/computation/__pycache__/align.cpython-39.pyc,,
+pandas/core/computation/__pycache__/api.cpython-39.pyc,,
+pandas/core/computation/__pycache__/check.cpython-39.pyc,,
+pandas/core/computation/__pycache__/common.cpython-39.pyc,,
+pandas/core/computation/__pycache__/engines.cpython-39.pyc,,
+pandas/core/computation/__pycache__/eval.cpython-39.pyc,,
+pandas/core/computation/__pycache__/expr.cpython-39.pyc,,
+pandas/core/computation/__pycache__/expressions.cpython-39.pyc,,
+pandas/core/computation/__pycache__/ops.cpython-39.pyc,,
+pandas/core/computation/__pycache__/parsing.cpython-39.pyc,,
+pandas/core/computation/__pycache__/pytables.cpython-39.pyc,,
+pandas/core/computation/__pycache__/scope.cpython-39.pyc,,
+pandas/core/computation/align.py,sha256=qy95LD2c3wX6syYR1K7g2gKtk-dvI8yPM1YT9Cb-J4E,6154
+pandas/core/computation/api.py,sha256=CQ2AF0hwydcgTHycMCFiyZIAU57RcZT-TVid17SIsV4,65
+pandas/core/computation/check.py,sha256=nWdO0qx_42z-XPTabg1jYA_4gKgMdHO37dDKGGw0yJ4,337
+pandas/core/computation/common.py,sha256=7XVRhKY9xJFZnBO6Rl8Ea8rhOhVSPxQIK7we8P8xbZA,675
+pandas/core/computation/engines.py,sha256=4HHH1_8mXvDI_lVbTvYjDiKqFbivdHUTSPEJ4H0a4H8,3334
+pandas/core/computation/eval.py,sha256=AhaREE731K3ubDkS_63GmEOqBLQ61NNO2v63XzMjBeM,13728
+pandas/core/computation/expr.py,sha256=2Cf2h5EUaUECm4t7z47y4YVUEfccYC4-t5Z2XQfGzww,24937
+pandas/core/computation/expressions.py,sha256=rBYqejXcqlIOW3l1MeeNacLqYVwEiwXAIqn8M9cqSqU,7445
+pandas/core/computation/ops.py,sha256=Cd1xW26VrRv360R1obqrU60he6XgALTpLLUlXmHYxCI,16198
+pandas/core/computation/parsing.py,sha256=6nbgwVLYfhkpF4n1NdzeK-h2oftMSTDVSeHYlJ0DUQk,6322
+pandas/core/computation/pytables.py,sha256=zLovnACS9c6e30wBCbrjuiCaQ61MY5wx9ZKOIAz9C9A,19757
+pandas/core/computation/scope.py,sha256=zBeUMZEJMow3O1hbYR0i--GGbseBgtFMKCiOxaz0dAM,9705
+pandas/core/config_init.py,sha256=4c8NfbUEDwjyaaEcUD3PY-8iSF8gjHClRNzU2ABGSio,28429
+pandas/core/construction.py,sha256=0EXYtTYFxb0cak-Go2xEM8NdZidrlWu0XmJSAfQkylo,30568
+pandas/core/describe.py,sha256=eW58ogxn165n2QvSj9I59XHfJLsvWCFCqGiBcx_1bmo,12842
+pandas/core/dtypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/dtypes/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/api.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/astype.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/base.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/cast.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/common.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/concat.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/dtypes.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/generic.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/inference.cpython-39.pyc,,
+pandas/core/dtypes/__pycache__/missing.cpython-39.pyc,,
+pandas/core/dtypes/api.py,sha256=sKZFJMiomVwgeDw4SqkqF06abfw7_Zop3wyrzFN8MjA,1845
+pandas/core/dtypes/astype.py,sha256=EOONR8ioM2wgT-yNz2w9RWwWyEO7FVeiM-0uF7y6mPA,12990
+pandas/core/dtypes/base.py,sha256=fVeWIu0e28EHYbWtXhNMjbhOeOfvzGP6NlFAOnBl1CQ,15399
+pandas/core/dtypes/cast.py,sha256=mchPNUuxiXXmPuSWLMqGe-fDh4DHcFst7QDOdhohDYA,69437
+pandas/core/dtypes/common.py,sha256=jgsagsIZ_UIxAafD_nzFyiJwPCE6eA64fXA6tVOJbmY,49377
+pandas/core/dtypes/concat.py,sha256=tibijD7jNQNK8YxyU6lMIwd_TP-TQ2r4cCGOHS0Ghn4,12929
+pandas/core/dtypes/dtypes.py,sha256=PepZygyCx2zC5Ttu-37_jNERHFrH8qtuJO4h8rba7o4,47163
+pandas/core/dtypes/generic.py,sha256=U9ZxjIe_w4FiYc6KS4fDdveTUMnsR61OtlFD32PBuu4,4620
+pandas/core/dtypes/inference.py,sha256=MxKqUQwXf6Z_eMbqA1pwZHElxwjlvqm_BkzrBEnppsU,9696
+pandas/core/dtypes/missing.py,sha256=jIULlklKmHpCeRsnFeLMceneVqN-_wvnE89hbOYX5cc,22458
+pandas/core/flags.py,sha256=TiwQLxhkQj0ZHGM33pJD7gzEKulf6-3it9KKb3p6v5I,3646
+pandas/core/frame.py,sha256=MnS2wYW3ktFGnkEgzQHO5BEaWf-QS8E8kCGqQHxCYFY,412834
+pandas/core/generic.py,sha256=Z40C-3WZcvYx1O3G1BF81OJiYWn0UB6WYWWD3iEnGys,429514
+pandas/core/groupby/__init__.py,sha256=KamY9WI5B4cMap_3wZ5ycMdXM_rOxGSL7RtoKKPfjAo,301
+pandas/core/groupby/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/base.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/categorical.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/generic.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/groupby.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/grouper.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/indexing.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/numba_.cpython-39.pyc,,
+pandas/core/groupby/__pycache__/ops.cpython-39.pyc,,
+pandas/core/groupby/base.py,sha256=Kt2DrmYzKuwDUWp8xjDvlkaMSQ4-Az-N3Gsz-euyDA8,3797
+pandas/core/groupby/categorical.py,sha256=oZ6sZj_AQrMpR9BgcgiHXZUy8lPtY1xZp5g74ie0g7k,3877
+pandas/core/groupby/generic.py,sha256=TTR63SytexaQdwvZA8QOFQzDF5m5cz4Ig1wNSCF8Tbk,67017
+pandas/core/groupby/groupby.py,sha256=KNVIDdauW7N9LvbUrNllEqs-Zb9J74b-DKNcGpl1iJc,147702
+pandas/core/groupby/grouper.py,sha256=3h2VKSTukHGd1q5VjCXLiu7Qw8C7z5oHJG1Z-mZ_o0A,34185
+pandas/core/groupby/indexing.py,sha256=W5gyaN2oVS3HvTvcwDvzBusV62eVOF2QAEGqho-eeS8,9477
+pandas/core/groupby/numba_.py,sha256=YtCXI63iR22WSZc-mhVoiBkjJ6U0XPcDzZRE8IC7STg,4963
+pandas/core/groupby/ops.py,sha256=IacDYMCE8evvKi0V6xOBypC_g8KVJxhMoICPmPaPkCw,43790
+pandas/core/index.py,sha256=P0tPFjokPH6NKKZbtomFjjfwTrS3tQkYPZQRJXFvbO0,834
+pandas/core/indexers/__init__.py,sha256=P2bkw5dvL_5dqW3sdIIxZJJU1p86nXZ2wnnSOwPYCko,738
+pandas/core/indexers/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/indexers/__pycache__/objects.cpython-39.pyc,,
+pandas/core/indexers/__pycache__/utils.cpython-39.pyc,,
+pandas/core/indexers/objects.py,sha256=lfeDZDO2yDTwAGTJBik9ONfnCB-k974azbjjcz563a4,12836
+pandas/core/indexers/utils.py,sha256=lk1aR3Y2Liho3jz-v_xklUnppe7uVQrVjdc0_GjiZN4,16492
+pandas/core/indexes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/indexes/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/accessors.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/api.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/base.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/category.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/datetimelike.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/datetimes.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/extension.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/frozen.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/interval.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/multi.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/numeric.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/period.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/range.cpython-39.pyc,,
+pandas/core/indexes/__pycache__/timedeltas.cpython-39.pyc,,
+pandas/core/indexes/accessors.py,sha256=czjmysQoKWUm44kT2eMu3_4TDlteL9-WmWM_idy7bRM,14806
+pandas/core/indexes/api.py,sha256=KH_zWxW4zdp8Y0k-w7PpkD9MXJbd-llsqU2HuCibk5k,10437
+pandas/core/indexes/base.py,sha256=YZaZhfRfq0QhqCvpf3HRg4dfKmO4i5lfqibRPuQBoJk,252839
+pandas/core/indexes/category.py,sha256=AfdX05ivqFEhZMOZpUkd9-yvmORu96lumE4gkdoaWQU,19245
+pandas/core/indexes/datetimelike.py,sha256=OwkqSLEAbxvoONNBpDUsNVJrvMJ6a2dfqNi-pohFW_I,24152
+pandas/core/indexes/datetimes.py,sha256=x-RfWUAWhHAQ2EcZlImsgUODw9wQXkxYG49sy4ZsDSU,42742
+pandas/core/indexes/extension.py,sha256=2we-nJs_aalCKNk8B6w_SlDyKEd2DdQdA3-Xzh5R0E0,5842
+pandas/core/indexes/frozen.py,sha256=WEPeVrhSiRSeLuTOJ0rGMiS-39zZBut-30fNNm4xYSs,3189
+pandas/core/indexes/interval.py,sha256=5SLqj_cVCg5imhDOQt9DTGsYYSLfErOib7pdNEhNGLs,38376
+pandas/core/indexes/multi.py,sha256=d5CUcfKKNap6t02uXvaWPXUXKzN5Jsu0agW8pcOj9w4,136936
+pandas/core/indexes/numeric.py,sha256=2dNKG539H9Zx_rhufA9mlAR5YXfzugjc38NScFcKM44,13321
+pandas/core/indexes/period.py,sha256=FzyIrfFgX7fRsOnb1sBrM3ci_A8sa2qEjw_e-zZC518,19297
+pandas/core/indexes/range.py,sha256=ZZPo0F8tp5Jet5KLEo_BQ2CqXghMH0E5tImOxIXKPFI,37009
+pandas/core/indexes/timedeltas.py,sha256=sDX7lkvNGlqbEJX64zpYj4pfwKI32H9w2dvqbWjE3xs,8581
+pandas/core/indexing.py,sha256=YVkkZ0ZuTYZ0yNo-B00pKtSUd4Agmg04O4fpSBOtKD4,92089
+pandas/core/interchange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/interchange/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/buffer.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/column.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/dataframe.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/dataframe_protocol.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/from_dataframe.cpython-39.pyc,,
+pandas/core/interchange/__pycache__/utils.cpython-39.pyc,,
+pandas/core/interchange/buffer.py,sha256=90d3grmAvplHG9chs8DcaMDpVcBO8U4GRyqrv49lBuE,2216
+pandas/core/interchange/column.py,sha256=WbCgQz-HP1wLUGjWiYUaWejT6FPqDCmvI3olgV3W6_I,13608
+pandas/core/interchange/dataframe.py,sha256=d8Tk7C7iT2BWKBzeqx9R8xwqK5b7_W2ehmUfCMrHuBQ,3752
+pandas/core/interchange/dataframe_protocol.py,sha256=SY7M1V973JxKkope8gIJ_EmUR7liN1W_mzYbqhyoJ9s,16416
+pandas/core/interchange/from_dataframe.py,sha256=sqi2ovxePFWYZ1F7ffrhepyaG4ToV5MLXMmdHM8n9Vc,16938
+pandas/core/interchange/utils.py,sha256=uTMuoWM7UWVE6FD5c8XtlwTiqxyjIkWB4vxORsSItB0,2221
+pandas/core/internals/__init__.py,sha256=cLGd3e6jfQC_asS06FEXp9hNfzgZOv_ugqIxS5GBcKE,1545
+pandas/core/internals/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/internals/__pycache__/api.cpython-39.pyc,,
+pandas/core/internals/__pycache__/array_manager.cpython-39.pyc,,
+pandas/core/internals/__pycache__/base.cpython-39.pyc,,
+pandas/core/internals/__pycache__/blocks.cpython-39.pyc,,
+pandas/core/internals/__pycache__/concat.cpython-39.pyc,,
+pandas/core/internals/__pycache__/construction.cpython-39.pyc,,
+pandas/core/internals/__pycache__/managers.cpython-39.pyc,,
+pandas/core/internals/__pycache__/ops.cpython-39.pyc,,
+pandas/core/internals/api.py,sha256=eITfDoAMqHEV8W-UAhQ6lYJ-IDe9yet9F45RT3oqtFM,2958
+pandas/core/internals/array_manager.py,sha256=YUVWkfmE5Yk716h0Vl5Mlfq30yAnZDtgZXbRHF_jN1U,46168
+pandas/core/internals/base.py,sha256=V3GSdZ6o09aIL-DBy6P1pctU3C0qhVq4tOy0TzO1Kdw,5712
+pandas/core/internals/blocks.py,sha256=GdtEc5VJeGxtFRiA0-1AXIROGoLFfM8ejiRtCO-Y_R0,79501
+pandas/core/internals/concat.py,sha256=vHwVDDRxwzeNEQsKlmlpz8yNt4HKtQPfeF38ScG7v8s,25805
+pandas/core/internals/construction.py,sha256=0H7DaOsTGH__vhLmYaJp-XqBDLAoeYkmtMGQIPNJgzU,33466
+pandas/core/internals/managers.py,sha256=aLpgOx1Yr5LQLaAcYk5aHR16H7b2N13G6JdWNPiHuVU,84007
+pandas/core/internals/ops.py,sha256=f50BVeaRXxwuCrdYhDyc5D7Q-aQJT2kfiJ6jkjX4g3E,4944
+pandas/core/missing.py,sha256=ca5zYWdeWoxlDJwvN8FoWCAv6hRQoA_ZR7FWIhxdhd0,29995
+pandas/core/nanops.py,sha256=WOzCt_kxYQjMvNaAqUSBbSwBKw5SprvOgZ5X6jQXEKw,50627
+pandas/core/ops/__init__.py,sha256=yTazT96_AnSnxogzrBeZW-6Uu9Cn_lfKLwb0lR3T0HA,14902
+pandas/core/ops/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/ops/__pycache__/array_ops.cpython-39.pyc,,
+pandas/core/ops/__pycache__/common.cpython-39.pyc,,
+pandas/core/ops/__pycache__/dispatch.cpython-39.pyc,,
+pandas/core/ops/__pycache__/docstrings.cpython-39.pyc,,
+pandas/core/ops/__pycache__/invalid.cpython-39.pyc,,
+pandas/core/ops/__pycache__/mask_ops.cpython-39.pyc,,
+pandas/core/ops/__pycache__/methods.cpython-39.pyc,,
+pandas/core/ops/__pycache__/missing.cpython-39.pyc,,
+pandas/core/ops/array_ops.py,sha256=Mu4AMB9VTO2MKd3T0k17vI-g-6M3qylOFAyrxtCwS-M,16714
+pandas/core/ops/common.py,sha256=ETio02qfzBVGkZJF2Rn4zugR0ao3ScKTFxs5wOBNh88,3355
+pandas/core/ops/dispatch.py,sha256=TEzI8PI13F2-mpx5GU-IPe10T-rW-sZCgCKoDMLtPhs,585
+pandas/core/ops/docstrings.py,sha256=nNisY1xsIvWNuere7rk0zgD1fXYp5pM7XFYYND_7QMs,18147
+pandas/core/ops/invalid.py,sha256=aXLIgniaTCKmZcXzDDJ8d8ODsAM-zY_Zwo2QQ8i-cFI,1335
+pandas/core/ops/mask_ops.py,sha256=0sm9L1LB_USp8DxNBuCdoB8cJ_MzzvSAb_u3QQmQrKI,5409
+pandas/core/ops/methods.py,sha256=Uq9cVVzbIB7wOv0V7aU33XLS9g-EkJULxCryeBmUJ_U,3731
+pandas/core/ops/missing.py,sha256=DHZoCYGBBZnZChWRfnmcaIVjRvtRUVNykBeXN7M82X4,5104
+pandas/core/resample.py,sha256=ELRQyJD1dkDpkFDutZfwxsvINHzc_SNcXhJinnQMrC0,72768
+pandas/core/reshape/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/reshape/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/api.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/concat.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/encoding.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/melt.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/merge.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/pivot.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/reshape.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/tile.cpython-39.pyc,,
+pandas/core/reshape/__pycache__/util.cpython-39.pyc,,
+pandas/core/reshape/api.py,sha256=Qk5y-D5-OdRYKkCgc-ktcxKGNGSCPteISEsByXFWI9M,680
+pandas/core/reshape/concat.py,sha256=FuTcKzFYnwl4cDYe_QZUEawMyPceOsbigrG9eVVGTnc,25245
+pandas/core/reshape/encoding.py,sha256=mHG9VtJzKxhY6fpSqferyJgImiWLut-PJvKklVrOovg,17003
+pandas/core/reshape/melt.py,sha256=-LTnwQ5hRoAFZvt2HuvJIkm8Q86_vz35EnH2srLsHPU,18765
+pandas/core/reshape/merge.py,sha256=Ay3NVY-ZL_-PenKC4jdJepbf2iQ-2wBQbPMfhOWb2vI,89473
+pandas/core/reshape/pivot.py,sha256=RWudAq1eWAwPz3jzjSF6c3zea-4O--ibkMpIy3h0RHs,27632
+pandas/core/reshape/reshape.py,sha256=K_AwtrcMbf2H2J-cI6fm9i_p1mqBv5Yk4p5bvSXI7lY,29269
+pandas/core/reshape/tile.py,sha256=Uo0N1FSlN2l7qSYBwncU-7p6ymxEvTpGxni6aESDacE,21411
+pandas/core/reshape/util.py,sha256=9rNxKQcykrtxotg4PUCpeIF4gFnJD7W3cOp-T91mU-U,2008
+pandas/core/roperator.py,sha256=ljko3iHhBm5ZvEVqrGEbwGV4z0cXd4TE1uSzf-LZlQ8,1114
+pandas/core/sample.py,sha256=-SPkkFx3OYZhkni5YPefgqcFTELIxIDppxwqZ36NR1s,4582
+pandas/core/series.py,sha256=FphE328yM0SD0ZAt77M_uTm3GfQOEaM6FPxs9ba_Yx8,193117
+pandas/core/shared_docs.py,sha256=Tos4L438tVkTN0vWCcif7W9S72ZK0LRh6rcNFzS9I9M,27486
+pandas/core/sorting.py,sha256=ffiFvHAas-ieBW17iQHjySBCu7NGSWAAqDUXlIKK4YA,22468
+pandas/core/sparse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/sparse/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/sparse/__pycache__/api.cpython-39.pyc,,
+pandas/core/sparse/api.py,sha256=BvV1Hnk7kvp34mDdElwwq_nuyAHNGvkMrVqwtpjDDTM,118
+pandas/core/strings/__init__.py,sha256=MRrMW5YeR-1DlROOhDSvR0Y9V59-LO3IdFUe000RyMA,1250
+pandas/core/strings/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/strings/__pycache__/accessor.cpython-39.pyc,,
+pandas/core/strings/__pycache__/base.cpython-39.pyc,,
+pandas/core/strings/__pycache__/object_array.cpython-39.pyc,,
+pandas/core/strings/accessor.py,sha256=xKFoFbufZ3G8beLbgu2l6DDuo-J4EDKfQkF5xiC9C00,107414
+pandas/core/strings/base.py,sha256=au74R2e--W7ZE4e1TVoguNU8nCj2z5fVxb5MRK7Yvps,5225
+pandas/core/strings/object_array.py,sha256=-95pSm3gXYoPFtsBreUfeVxQrAx7yf9WZ_oj9QrPJmQ,15208
+pandas/core/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/tools/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/tools/__pycache__/datetimes.cpython-39.pyc,,
+pandas/core/tools/__pycache__/numeric.cpython-39.pyc,,
+pandas/core/tools/__pycache__/timedeltas.cpython-39.pyc,,
+pandas/core/tools/__pycache__/times.cpython-39.pyc,,
+pandas/core/tools/datetimes.py,sha256=taqceNkesa1Ll0Z0hKyHra1Jao8Hs65QKM3aFeDhWrs,43300
+pandas/core/tools/numeric.py,sha256=a19gK5300genvCBeLIEzIVmtm9rQm6K_7DgdQ196HQ8,8086
+pandas/core/tools/timedeltas.py,sha256=W1iI8YEmWiIPeMVuubS0sgBTS0wv4weWGTqHxWDs3eo,7974
+pandas/core/tools/times.py,sha256=9zrvB3SCeNS8xcKfSWjKqr-WroYv7h4nK3LX4S_QF0o,4801
+pandas/core/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/core/util/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/util/__pycache__/hashing.cpython-39.pyc,,
+pandas/core/util/__pycache__/numba_.cpython-39.pyc,,
+pandas/core/util/hashing.py,sha256=7XzoVttPNVq1bb0y1rj-g_77wH7sHXnmSJoceqdfea0,10318
+pandas/core/util/numba_.py,sha256=0trdlkECfFibOy_SW4Q6cc69cCBC4ZLccEEzd1ID76s,2916
+pandas/core/window/__init__.py,sha256=DewB8XXkLGEDgtQqICYPmnkZZ3Y4tN6zPoTYvpNuJGE,450
+pandas/core/window/__pycache__/__init__.cpython-39.pyc,,
+pandas/core/window/__pycache__/common.cpython-39.pyc,,
+pandas/core/window/__pycache__/doc.cpython-39.pyc,,
+pandas/core/window/__pycache__/ewm.cpython-39.pyc,,
+pandas/core/window/__pycache__/expanding.cpython-39.pyc,,
+pandas/core/window/__pycache__/numba_.cpython-39.pyc,,
+pandas/core/window/__pycache__/online.cpython-39.pyc,,
+pandas/core/window/__pycache__/rolling.cpython-39.pyc,,
+pandas/core/window/common.py,sha256=fturMUl8mxIBou66sMv3-efJGoq8z-jWn4Yh-Kvj57w,7810
+pandas/core/window/doc.py,sha256=wYNz9RW3etLC2dfXZyn1SAd1atWEdkDTq4dqOJKccts,4639
+pandas/core/window/ewm.py,sha256=VUcz40Y9JVBWP9Bt8c_8fu9yZl5PD09ODcjqS7p3Y0w,35533
+pandas/core/window/expanding.py,sha256=SDNRdODnc7zkru69ruMIP0vdnmMc2fNFt9ySsCn7EhU,26685
+pandas/core/window/numba_.py,sha256=kB2VrJ7BxAplgth7JPwJM9mVXo4NrMxOUA2Ma4009VI,10728
+pandas/core/window/online.py,sha256=gDUTm079EpzFLzBEA10xbQuAvQyJiR6Ddv4L5KdNKdI,3729
+pandas/core/window/rolling.py,sha256=bGLAG-RaoyRb472J0pRf_Wv3LQmgGrxwRB9hTHiFUz4,94627
+pandas/errors/__init__.py,sha256=FcYk4NcwJW1aTEpCKS5qLXvIfu2dD3ZvUv7uacurRAc,17227
+pandas/errors/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/__init__.py,sha256=58NuRnRkk46Sf1NVp_uCTeoXswytQcbiumfP_F1em6o,276
+pandas/io/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/__pycache__/api.cpython-39.pyc,,
+pandas/io/__pycache__/clipboards.cpython-39.pyc,,
+pandas/io/__pycache__/common.cpython-39.pyc,,
+pandas/io/__pycache__/date_converters.cpython-39.pyc,,
+pandas/io/__pycache__/feather_format.cpython-39.pyc,,
+pandas/io/__pycache__/gbq.cpython-39.pyc,,
+pandas/io/__pycache__/html.cpython-39.pyc,,
+pandas/io/__pycache__/orc.cpython-39.pyc,,
+pandas/io/__pycache__/parquet.cpython-39.pyc,,
+pandas/io/__pycache__/pickle.cpython-39.pyc,,
+pandas/io/__pycache__/pytables.cpython-39.pyc,,
+pandas/io/__pycache__/spss.cpython-39.pyc,,
+pandas/io/__pycache__/sql.cpython-39.pyc,,
+pandas/io/__pycache__/stata.cpython-39.pyc,,
+pandas/io/__pycache__/xml.cpython-39.pyc,,
+pandas/io/api.py,sha256=w7Ux3U8PI-SeP13hD3PMjWMf3YbOGog6zCDqj0nfnpI,1264
+pandas/io/clipboard/__init__.py,sha256=BBybGQwUdgQQ8-MxWy8pf4gpeANAgDlaLiJid3AL6TY,21763
+pandas/io/clipboard/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/clipboards.py,sha256=baUiPgqP5EjYbFhWXHH0LkxUAmJ41AWKe8ZVbNgNKaA,4917
+pandas/io/common.py,sha256=DOxoGsDKNFMxY1bhzk-dhHoxbgCOHSHtmrEQjpvDpg8,38834
+pandas/io/date_converters.py,sha256=LI9rZVxr-mJ5B1I9b8ztjszh6aM3_fncHlztpPokIxs,3882
+pandas/io/excel/__init__.py,sha256=tR4_jcNCr-nWEgX7gqfk-p9FDAlnssikwPWPwHZC64Q,578
+pandas/io/excel/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_base.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_odfreader.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_odswriter.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_openpyxl.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_pyxlsb.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_util.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_xlrd.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_xlsxwriter.cpython-39.pyc,,
+pandas/io/excel/__pycache__/_xlwt.cpython-39.pyc,,
+pandas/io/excel/_base.py,sha256=qWcHrS8w77ahnxZZmAwhIEcxyOkL2D9drihnnLHsaVs,62609
+pandas/io/excel/_odfreader.py,sha256=qpvo7s69-tTRa1kev2araUBl5rMGrct-L-P69DvNDzs,8054
+pandas/io/excel/_odswriter.py,sha256=L6rdPiKgRA-X92dTtpW5GFVTgkjPo8vTQCKtTCxLgaU,10963
+pandas/io/excel/_openpyxl.py,sha256=ETnvDVMaK3uUNJj89LnMeYHaCK-OBES2OZ1TYA_PRZ0,19787
+pandas/io/excel/_pyxlsb.py,sha256=Oy6dxGxgtAMG055IFlCf7quWxkmXpi2MmJrRg89DUmk,4011
+pandas/io/excel/_util.py,sha256=7f7m9Xmf2od4cR3hbOuEpfvOmNBxKkVqmE3GYI3UgPs,8096
+pandas/io/excel/_xlrd.py,sha256=p5z0utlsJTjmxC-iIjYgMxDWtdIbaRzctJiXoOqSoAg,4034
+pandas/io/excel/_xlsxwriter.py,sha256=kt8JbObEjL8fvYlFxjch2_eKSpV3tsM8ED6aMmTiVBk,9284
+pandas/io/excel/_xlwt.py,sha256=aqbc1jtRjqvvD6N0mAtx2UsDOjnALkvc7a0Gyd5ltWs,6577
+pandas/io/feather_format.py,sha256=tr6UVw17UYfzEyghcVZpxOW_bhs09n0IOWriKhMQwmI,3789
+pandas/io/formats/__init__.py,sha256=mZhXDEIgsvq9e1MyIAyQJymEW530ej1WGh40Emc6g98,217
+pandas/io/formats/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/formats/__pycache__/_color_data.cpython-39.pyc,,
+pandas/io/formats/__pycache__/console.cpython-39.pyc,,
+pandas/io/formats/__pycache__/css.cpython-39.pyc,,
+pandas/io/formats/__pycache__/csvs.cpython-39.pyc,,
+pandas/io/formats/__pycache__/excel.cpython-39.pyc,,
+pandas/io/formats/__pycache__/format.cpython-39.pyc,,
+pandas/io/formats/__pycache__/html.cpython-39.pyc,,
+pandas/io/formats/__pycache__/info.cpython-39.pyc,,
+pandas/io/formats/__pycache__/latex.cpython-39.pyc,,
+pandas/io/formats/__pycache__/printing.cpython-39.pyc,,
+pandas/io/formats/__pycache__/string.cpython-39.pyc,,
+pandas/io/formats/__pycache__/style.cpython-39.pyc,,
+pandas/io/formats/__pycache__/style_render.cpython-39.pyc,,
+pandas/io/formats/__pycache__/xml.cpython-39.pyc,,
+pandas/io/formats/_color_data.py,sha256=fZ_QluvMFUNKUE4-T32x7Pn0nulQgxmsEMHB9URcBOY,4332
+pandas/io/formats/console.py,sha256=dcoFM-rirR8qdc1bvgJySPhZvk23S6Nkz3-2Lc30pMk,2748
+pandas/io/formats/css.py,sha256=33aqjxJowPLSYNGFFejNTE6Um-RJiYOxNwOej4UPEUg,12745
+pandas/io/formats/csvs.py,sha256=WnI121l__oHN5MMYJx2DVt4m0K-OYS4sI7G-aurSZag,10320
+pandas/io/formats/excel.py,sha256=6yoCczKbS9bVtDqFTHdP5a_l59UDNk5yI2cIXswDxe8,33041
+pandas/io/formats/format.py,sha256=_TAKE1-PoN5hfaf1OkzykWtMrHGWI5vfvpOAmoOrSK8,69688
+pandas/io/formats/html.py,sha256=Q3HxGakqKsV1h4gkZcfI9hO4mjQH7iocwzdbd_WI6yg,23516
+pandas/io/formats/info.py,sha256=ZiGbW-1T4lDoIrJMmsldT5hkrz3ffZWnYFb8-2anC-I,32915
+pandas/io/formats/latex.py,sha256=L1Jj155XlglXZIRjrArNCB34D-sENGuX3atkCV6_RZ4,25133
+pandas/io/formats/printing.py,sha256=uXmKWJqphLVA6D5sumyEkPRXPvGIytcQXyefbJcivAc,16236
+pandas/io/formats/string.py,sha256=GxUCeKE5KWpKJ0g7rg9PL44YLL2IE59fgcscsJJetYk,6859
+pandas/io/formats/style.py,sha256=YeArTdFVEGPLDdDszBrJdSCnfuVlgZF7WEF3qdIl9Gg,159567
+pandas/io/formats/style_render.py,sha256=G_YJ1Rs3YybYLljliDwx9NO_jyh5a4natGtFZ8Tv_fk,85640
+pandas/io/formats/templates/html.tpl,sha256=KA-w_npfnHM_1c5trtJtkd3OD9j8hqtoQAY4GCC5UgI,412
+pandas/io/formats/templates/html_style.tpl,sha256=_gCqktLyUGAo5TzL3I-UCp1Njj8KyeLCWunHz4nYHsE,694
+pandas/io/formats/templates/html_table.tpl,sha256=MJxwJFwOa4KNli-ix7vYAGjRzw59FLAmYKHMy9nC32k,1811
+pandas/io/formats/templates/latex.tpl,sha256=m-YMxqKVJ52kLd61CA9V2MiC_Dtwwa-apvU8YtH8TYU,127
+pandas/io/formats/templates/latex_longtable.tpl,sha256=opn-JNfuMX81g1UOWYFJLKdQSUwoSP_UAKbK4kYRph4,2877
+pandas/io/formats/templates/latex_table.tpl,sha256=YNvnvjtwYXrWFVXndQZdJqKFIXYTUj8f1YOUdMmxXmQ,2221
+pandas/io/formats/templates/string.tpl,sha256=Opr87f1tY8yp_G7GOY8ouFllR_7vffN_ok7Ndf98joE,344
+pandas/io/formats/xml.py,sha256=M9ZEujgzdfzic1-zXwuQzK4UX5YgHfy-e-qIPjOQyos,16355
+pandas/io/gbq.py,sha256=GTjuOBLVSWxcPeqUfVlLlOX95usMKSz3TzxmmOjwbL8,8389
+pandas/io/html.py,sha256=1qK8muW0DI98tNDnqw_kFFb44Df0vGL6RIhR7MuQtTc,38578
+pandas/io/json/__init__.py,sha256=v1Lbz22eRjS0cqR79fFd245X_IS1IR86qISUfpigiBY,374
+pandas/io/json/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/json/__pycache__/_json.cpython-39.pyc,,
+pandas/io/json/__pycache__/_normalize.cpython-39.pyc,,
+pandas/io/json/__pycache__/_table_schema.cpython-39.pyc,,
+pandas/io/json/_json.py,sha256=dT7PnE20SbORKRVYJDooctkNCDP7slXtOe0I8BlCrfI,43962
+pandas/io/json/_normalize.py,sha256=mVmI5VMhT9PwYZP-iYkUK98CflqDCSKJZTCO351wm-Y,17308
+pandas/io/json/_table_schema.py,sha256=-9CK3d4nKZxq8ZHO_GKwMYCsj6t212pYEvJPxrZdOpw,10918
+pandas/io/orc.py,sha256=1UFVTs8ZTPnQe19sKISBJwCqNUgz2X36ZDtqPYUp6Rg,5789
+pandas/io/parquet.py,sha256=DX2xCS9oBkCbFTW6vUEzlen-aiRMslvIEPGG8PP3TqI,17826
+pandas/io/parsers/__init__.py,sha256=7BLx4kn9y5ipgfZUWZ4y_MLEUNgX6MQ5DyDwshhJxVM,204
+pandas/io/parsers/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/parsers/__pycache__/arrow_parser_wrapper.cpython-39.pyc,,
+pandas/io/parsers/__pycache__/base_parser.cpython-39.pyc,,
+pandas/io/parsers/__pycache__/c_parser_wrapper.cpython-39.pyc,,
+pandas/io/parsers/__pycache__/python_parser.cpython-39.pyc,,
+pandas/io/parsers/__pycache__/readers.cpython-39.pyc,,
+pandas/io/parsers/arrow_parser_wrapper.py,sha256=fxLUZfjdZTNmFPSUvOlY0h6WvOdeA6wrsA7NfjJgvb0,5550
+pandas/io/parsers/base_parser.py,sha256=fhOtDIrydJruR9Bx1JHP8XBkgfcjpNJu79e_1FVqsEg,44533
+pandas/io/parsers/c_parser_wrapper.py,sha256=IZsNbnWcGgVi2PR4zPyiA4zlztbo0iELAd6hQzDSBwE,15436
+pandas/io/parsers/python_parser.py,sha256=8SuXxJjrilx275uuzxa2EasUI1hRTh0nkFW2KalQkzc,47362
+pandas/io/parsers/readers.py,sha256=K7cZlZd0GV9i3QSg0Qv07GQr7jIiczgLb_Adn8oz4qA,80145
+pandas/io/pickle.py,sha256=iDbS4vTSQXqBxmUERhFKSxvpX75R2H1WLk9OZXh7YWg,6990
+pandas/io/pytables.py,sha256=asa5ctmfgbBpctjdYoqnh4uCuJgZC5Iadw-X4k6jhYU,171956
+pandas/io/sas/__init__.py,sha256=AIAudC9f784kcEzuho8GiXU63vj2ThRitKznl7Imkq4,69
+pandas/io/sas/__pycache__/__init__.cpython-39.pyc,,
+pandas/io/sas/__pycache__/sas7bdat.cpython-39.pyc,,
+pandas/io/sas/__pycache__/sas_constants.cpython-39.pyc,,
+pandas/io/sas/__pycache__/sas_xport.cpython-39.pyc,,
+pandas/io/sas/__pycache__/sasreader.cpython-39.pyc,,
+pandas/io/sas/_sas.cpython-39-darwin.so,sha256=RJm8FYdvu29GS00F2ZibQv7hRNxaw0kWiD1fbmeaPw0,232168
+pandas/io/sas/_sas.pyi,sha256=AGwYAsuRjSJ3mPq_ekt31Y4OM3VIs88pYOwQu4Vy_mg,169
+pandas/io/sas/sas.pyx,sha256=BG1eq1p8iFNfL47exzvstZmdbGwroOgVI1dIQhM_0hY,15397
+pandas/io/sas/sas7bdat.py,sha256=u2ws49zcwWzcw6wbPb5ZL_FeDKwQX3VjuWwN0UgN6BI,29703
+pandas/io/sas/sas_constants.py,sha256=hZmMaMcL1r3xoJNH7XQ5VbALZpZnhRIUxXd0SDhV6Sc,7703
+pandas/io/sas/sas_xport.py,sha256=Z2f0re3p8eA0wV8H0ApcwVyXkh-WWUwhpZEUddQaNnw,15007
+pandas/io/sas/sasreader.py,sha256=Kb-Wf6yov_wTSB-_qUH4223XIdKoEt-qeKfvJUe6XOY,4936
+pandas/io/spss.py,sha256=PgNJvk32ofEkaQrN9mACQGwsKM6I8BlH3HvTvGcfpjw,1306
+pandas/io/sql.py,sha256=n7PDAYM1DT7EnEND0KT_6Hc2KvFfYYJfvRQx_vhLf_A,76053
+pandas/io/stata.py,sha256=oNM6SwJVjcxUTiAxk3L84Ca8gr3XRaoPSkVAnw1NK5k,131793
+pandas/io/xml.py,sha256=HyDb9aGghSjzCq44lNxJT7yNVHbtqoi_WmH18yDntXM,35900
+pandas/plotting/__init__.py,sha256=W_2wP9v02mNCK4lV5ekG1iJHYSF8dD1NbByJiNq3g8I,2826
+pandas/plotting/__pycache__/__init__.cpython-39.pyc,,
+pandas/plotting/__pycache__/_core.cpython-39.pyc,,
+pandas/plotting/__pycache__/_misc.cpython-39.pyc,,
+pandas/plotting/_core.py,sha256=1Lv7WpLZ60M_mWMFIY9EyDyZXgQfJFDYoU9OM5IIaR4,64921
+pandas/plotting/_matplotlib/__init__.py,sha256=jGq_ouunQTV3zzX_crl9kCVX2ztk1p62McqD2WVRnAk,2044
+pandas/plotting/_matplotlib/__pycache__/__init__.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/boxplot.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/compat.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/converter.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/core.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/groupby.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/hist.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/misc.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/style.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/timeseries.cpython-39.pyc,,
+pandas/plotting/_matplotlib/__pycache__/tools.cpython-39.pyc,,
+pandas/plotting/_matplotlib/boxplot.py,sha256=kj47OUiVFvakt9u72JiQqsCMIqJtTlTw8ERXzsLS_WI,17113
+pandas/plotting/_matplotlib/compat.py,sha256=5M2l8aqQuywBLrORl4Ui2F6ZvWfaT4_ciaxbJ0qMwDw,504
+pandas/plotting/_matplotlib/converter.py,sha256=mdMepbWKHYcA9Yj_OtUdYo7bDfkJuyqXymxZm8W2EpI,36417
+pandas/plotting/_matplotlib/core.py,sha256=Mk1zdIUjtaW2E8gxWT3wQuOsods6jebIPu6B9vMkdUY,63599
+pandas/plotting/_matplotlib/groupby.py,sha256=bor2KJrhZfjxqW-lardV_0xrEbHql6hgTDNQuWesBk4,4234
+pandas/plotting/_matplotlib/hist.py,sha256=6eVQyXLO3x8FrkxA4JHxI5PnKFX1hh2V1VBtVOHToNM,14084
+pandas/plotting/_matplotlib/misc.py,sha256=-jJjZ82jp6c4AgvsWS3YVbR0FvxyWUxZTWWiMVjS6b4,13335
+pandas/plotting/_matplotlib/style.py,sha256=659gkid4fh12ldacrK9v1CiHZDOf6sx9c45Jrip-hp0,8337
+pandas/plotting/_matplotlib/timeseries.py,sha256=g5Ojabdhwz2qT-bD2B5gt0kDYIWZzhjt1IcT_6kdHao,10364
+pandas/plotting/_matplotlib/tools.py,sha256=E1o2RLrkc9BP34PARhejXf69R09u-QxahgB-khm2DoY,15273
+pandas/plotting/_misc.py,sha256=fdq8XWbA5ymj_Vl_Ksqx-NjZDRSrOaedOmWPx0Cc9Y8,18085
+pandas/testing.py,sha256=3XTHuY440lezW7rxw4LW9gfxzDEa7s0l16cdnkRYwwM,313
+pandas/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/__pycache__/test_aggregation.cpython-39.pyc,,
+pandas/tests/__pycache__/test_algos.cpython-39.pyc,,
+pandas/tests/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/__pycache__/test_downstream.cpython-39.pyc,,
+pandas/tests/__pycache__/test_errors.cpython-39.pyc,,
+pandas/tests/__pycache__/test_expressions.cpython-39.pyc,,
+pandas/tests/__pycache__/test_flags.cpython-39.pyc,,
+pandas/tests/__pycache__/test_multilevel.cpython-39.pyc,,
+pandas/tests/__pycache__/test_nanops.cpython-39.pyc,,
+pandas/tests/__pycache__/test_optional_dependency.cpython-39.pyc,,
+pandas/tests/__pycache__/test_register_accessor.cpython-39.pyc,,
+pandas/tests/__pycache__/test_sorting.cpython-39.pyc,,
+pandas/tests/__pycache__/test_take.cpython-39.pyc,,
+pandas/tests/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/api/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/api/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/api/__pycache__/test_types.cpython-39.pyc,,
+pandas/tests/api/test_api.py,sha256=d3c1Hh9YQU2XWRcFADNQpDnQnxotUfRYDB9otIKhmeQ,8343
+pandas/tests/api/test_types.py,sha256=wrPqAJh903NUIoSKVRnIdpGsNXVz72KdoVnKnlY9yhY,1675
+pandas/tests/apply/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/apply/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/common.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_frame_apply.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_frame_apply_relabeling.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_frame_transform.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_invalid_arg.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_series_apply.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_series_apply_relabeling.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_series_transform.cpython-39.pyc,,
+pandas/tests/apply/__pycache__/test_str.cpython-39.pyc,,
+pandas/tests/apply/common.py,sha256=0vnX_I6cf49trqQxaoj9iqt33Z9kCG-Lg4uBnquvPL4,388
+pandas/tests/apply/conftest.py,sha256=mwVPfC41ZkqEOH6yccseMVDSniNWPsG1ePeO8VYlzsw,399
+pandas/tests/apply/test_frame_apply.py,sha256=n5JpvLbpaRXCYfkA3SOacdzwZsb_ILR5tHZhVE-TQXs,51497
+pandas/tests/apply/test_frame_apply_relabeling.py,sha256=CqaU6fuDa3zsYI64QlGTlXIHMdliulVo9tT9xy6l0Xw,3095
+pandas/tests/apply/test_frame_transform.py,sha256=nLcz3xAINwzQR3ovkMUIdKuPFgXzWPB2eVcy5PIUfEA,8725
+pandas/tests/apply/test_invalid_arg.py,sha256=bjzOSSo6lm07VxWzefhvBaWsndFB0O4akybuWAXZKso,11113
+pandas/tests/apply/test_series_apply.py,sha256=oaXLSp90pX6V2Pq8s5sml5mhKMJmOop2Hv03hPedLes,28993
+pandas/tests/apply/test_series_apply_relabeling.py,sha256=AMKpxNA0r-YvExVkO7KxkfQX9OhF8Orz2LARZzAcqBc,1202
+pandas/tests/apply/test_series_transform.py,sha256=S0sS72OrRoK5rfJVzNZerznc2pc-k3DTM0xhgJwlq4w,1474
+pandas/tests/apply/test_str.py,sha256=sPj5wYbwxzvVaXL4EC0VWi4SS9tQsAflS9Ja1ondT8s,10001
+pandas/tests/arithmetic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arithmetic/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/common.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_array_ops.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_datetime64.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_numeric.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_object.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_period.cpython-39.pyc,,
+pandas/tests/arithmetic/__pycache__/test_timedelta64.cpython-39.pyc,,
+pandas/tests/arithmetic/common.py,sha256=xe1bvztTFFpxZ0on4xXgtNh71524CqXVo513kKpIHSc,4338
+pandas/tests/arithmetic/conftest.py,sha256=klMFfEHg8l0d3x42yQyck33m8KvErhhOCP6t-FRx-x4,5857
+pandas/tests/arithmetic/test_array_ops.py,sha256=4lmZRZAlbJEnphzzwfcvsO4kEv1LG9l3uCmaF_8kcAA,1064
+pandas/tests/arithmetic/test_categorical.py,sha256=lK5fXv4cRIu69ocvOHfKL5bjeK0jDdW3psvrrssjDoA,742
+pandas/tests/arithmetic/test_datetime64.py,sha256=L9FY2lSt-X_X8b7MRpnGjQLXMACFmBYvStWINYzYf6Q,87604
+pandas/tests/arithmetic/test_interval.py,sha256=al3PonzMi1PofM--95FOoJ3B2ouIM7A0e76pAYMBnE4,11261
+pandas/tests/arithmetic/test_numeric.py,sha256=fSvD4uaUXOP8FtYGP6R4b2RM-mW7sgRE8NsJ_0V6bJE,50610
+pandas/tests/arithmetic/test_object.py,sha256=Az0RNE_qLrYfMwXD3lfDx96MOGPRHzznldTjbGS2w-o,12142
+pandas/tests/arithmetic/test_period.py,sha256=n8t4JzQ9DzS_ljgL05s7THg1oCg8FTrU84Wuc1hGwuI,57271
+pandas/tests/arithmetic/test_timedelta64.py,sha256=dGxBP4mYIHfd1mfjiLPAYjfX-V1t9vDLY8uYMvpUY88,75500
+pandas/tests/arrays/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/masked_shared.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_array.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_datetimelike.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_datetimes.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_ndarray_backed.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_period.cpython-39.pyc,,
+pandas/tests/arrays/__pycache__/test_timedeltas.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/boolean/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_comparison.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_construction.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_function.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_logical.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_ops.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_reduction.cpython-39.pyc,,
+pandas/tests/arrays/boolean/__pycache__/test_repr.cpython-39.pyc,,
+pandas/tests/arrays/boolean/test_arithmetic.py,sha256=y7lw5kCLywP1cZ51FQdAb05wenb9tLQTYhWX-mJ_jkQ,3964
+pandas/tests/arrays/boolean/test_astype.py,sha256=0AEVw8lNNjHomdqgpQ7ZYCauUb23QHvxY3NPDe7vIQw,1614
+pandas/tests/arrays/boolean/test_comparison.py,sha256=QIX85ffCwMvtzXtLkWePFQkso_mVtIffWpbgy4ykEz0,1976
+pandas/tests/arrays/boolean/test_construction.py,sha256=_NwX72fhihM7MMJNTInA8sSUwesII9cegIJ1PBwIgEY,12410
+pandas/tests/arrays/boolean/test_function.py,sha256=h0Z7PP2kiDneYAd6k_jFDTRPumFWlzD80UR7nh2OB8k,4013
+pandas/tests/arrays/boolean/test_indexing.py,sha256=BorrK8_ZJbN5HWcIX9fCP-BbTCaJsgAGUiza5IwhYr4,361
+pandas/tests/arrays/boolean/test_logical.py,sha256=7kJTl0KbLA7n8dOV0PZtiZ7gPm65Ggc3p0tHOF5i0d0,9335
+pandas/tests/arrays/boolean/test_ops.py,sha256=iM_FRYMtvvdEpMtLUSuBd_Ww5nHr284v2fRxHaydvIM,975
+pandas/tests/arrays/boolean/test_reduction.py,sha256=0dbF3_0O4NXXbihbnGeAzOz9qLItz-isaDPJCs9dxI0,2091
+pandas/tests/arrays/boolean/test_repr.py,sha256=RRljPIDi6jDNhUdbjKMc75Mst-wm92l-H6b5Y-lCCJA,437
+pandas/tests/arrays/categorical/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/categorical/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_algos.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_analytics.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_missing.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_operators.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_replace.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_repr.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_sorting.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_subclass.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_take.cpython-39.pyc,,
+pandas/tests/arrays/categorical/__pycache__/test_warnings.cpython-39.pyc,,
+pandas/tests/arrays/categorical/conftest.py,sha256=bpaY2AaezX3c1bd6XvlSqZN1EueYwDdKL7ZBcBzNHj8,359
+pandas/tests/arrays/categorical/test_algos.py,sha256=0bNc6nJ4oaD-RJAa6D4RX4TJpHjd9-PZ9LF8DIK8pG4,2589
+pandas/tests/arrays/categorical/test_analytics.py,sha256=Zo3A1xhLMO1ZdsVlxe_wBGUgkRxdNjdG1pQ_c3YO9Yg,14911
+pandas/tests/arrays/categorical/test_api.py,sha256=v13v29dFicIUafXl739dGu_2ShZX56UNkaFBRi0U7Mg,22635
+pandas/tests/arrays/categorical/test_astype.py,sha256=CN3FlFTrnkHa80ukZbrlE0-ldjwI4bGJ5jU1NOkOD5w,3567
+pandas/tests/arrays/categorical/test_constructors.py,sha256=TsjUD3V_N_jl7Y8ntu5oQU6WJhAzflPlvSY6BEDLTQo,29703
+pandas/tests/arrays/categorical/test_dtypes.py,sha256=oCYgn69zkeKpVYllflhKZGNg968Mz8SVyXa1Jbs5axY,5358
+pandas/tests/arrays/categorical/test_indexing.py,sha256=oEQ6oYqLbw0i9SUSgXZ_155FfyGuZA-eoV9YQsVtGHc,13272
+pandas/tests/arrays/categorical/test_missing.py,sha256=EvNp2EN7Q3MS6a6F7ONJky32Pd3SZ-z2i8NQFi_L0_g,7502
+pandas/tests/arrays/categorical/test_operators.py,sha256=Z6JRUSOM8jVwBme8npTxrLThiY0XYVUgORWKQE9sgNM,15522
+pandas/tests/arrays/categorical/test_replace.py,sha256=oP_vkFO8uLfG2K0wKa5HDDFEUu5vGdcFuRndE3hPX_Q,2578
+pandas/tests/arrays/categorical/test_repr.py,sha256=yc_qxy-68ZmF6KC8HWM17mh-dcZNT7LpfXkY5BP0Rzk,26305
+pandas/tests/arrays/categorical/test_sorting.py,sha256=uOH_8gepRUYWd9OzQxF-7UVDFZLtQXdK9YCfwdyaZJk,5053
+pandas/tests/arrays/categorical/test_subclass.py,sha256=v-VtvFFLSUt9zXoLOf7YLbda4q0NQVqRWck9x2qtXys,852
+pandas/tests/arrays/categorical/test_take.py,sha256=LHSSBfg8TbkTcZahf-8Qk0l721AOkV8M5tRsmQdHTgU,3652
+pandas/tests/arrays/categorical/test_warnings.py,sha256=7PNlvBCC0olHzx7ziQ42M_w5YEQaxPtqT0zfGj7IrP4,731
+pandas/tests/arrays/datetimes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/datetimes/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/datetimes/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/arrays/datetimes/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/arrays/datetimes/test_constructors.py,sha256=eHy3fDgrg_K3PlRRkS2_ilyS758ITA2GhHX8LHXvItk,5877
+pandas/tests/arrays/datetimes/test_reductions.py,sha256=_WbL2927xM9wx8-UvnyxIfIoI1Pw6A8_TSiAjtuY5v8,5505
+pandas/tests/arrays/floating/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/floating/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_comparison.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_concat.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_construction.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_function.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_repr.cpython-39.pyc,,
+pandas/tests/arrays/floating/__pycache__/test_to_numpy.cpython-39.pyc,,
+pandas/tests/arrays/floating/conftest.py,sha256=PkAOd0oDvePBtXL-N0MnmEGCmDMP3_Dw-YwpxgNfl-k,1161
+pandas/tests/arrays/floating/test_arithmetic.py,sha256=SRW5wn5AlMdbFmWrCLniGUyxoqAzna1ul9X6ys4xrY0,7999
+pandas/tests/arrays/floating/test_astype.py,sha256=22bHmOCPjbLy88aaY-hWIm6D4tP2VuelEAvmFjCcnU4,3766
+pandas/tests/arrays/floating/test_comparison.py,sha256=C-rwNTv5FtUvo3oWB8XNquCOa_XQHf6R9JRYX6JVAG0,2071
+pandas/tests/arrays/floating/test_concat.py,sha256=jTRivQyq4rJaWPioRDt-UL136Wap5rdpNP73vwY6HQQ,574
+pandas/tests/arrays/floating/test_construction.py,sha256=_qYk6EZy-dEFrDVHlR7aL0ZqJyOnaeyXLDPRVGv40Ls,6386
+pandas/tests/arrays/floating/test_function.py,sha256=E2TZV6qpgcTCZbCfBUakdJTzMtMm0lDuS7-ZhQd512A,6267
+pandas/tests/arrays/floating/test_repr.py,sha256=hCB-8kQMEuqMWlfH6dKIYwVkqfNnc4_-o1wT0dgX4tg,1158
+pandas/tests/arrays/floating/test_to_numpy.py,sha256=j06KcX-U4OWoj6qLmAqiQuZXxGNv4wzhaUkP8YfKY48,4987
+pandas/tests/arrays/integer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/integer/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_comparison.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_concat.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_construction.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_function.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/integer/__pycache__/test_repr.cpython-39.pyc,,
+pandas/tests/arrays/integer/conftest.py,sha256=TejO1KxvoPETsN-ZdefGePhwJ-szaoYanP9AQXHgY18,1555
+pandas/tests/arrays/integer/test_arithmetic.py,sha256=ybLvaSbzyjkXft9zoEe-kPks6fZdFyvAer7TmhztTk8,11719
+pandas/tests/arrays/integer/test_comparison.py,sha256=lnMPzaqTd5yF67n4_e5k9TcBINn4PaofK2AeHJaHzn4,1185
+pandas/tests/arrays/integer/test_concat.py,sha256=TmHNsCxxvp-KDLD5SaTmeEuWJDzUS51Eg04uSWet9Pg,2351
+pandas/tests/arrays/integer/test_construction.py,sha256=dE14Ncw00ckqNl-yEw_pDNWau70kACVndu4N5KY0eUQ,7416
+pandas/tests/arrays/integer/test_dtypes.py,sha256=4mYmyPKcT-se16UrIgOSpvCIF2J9Z0ckmnpR0MtbB5c,8813
+pandas/tests/arrays/integer/test_function.py,sha256=J21LsXup16bHzoPdXZDkvluVlAa_kr37MXeKg7PbUwk,6491
+pandas/tests/arrays/integer/test_indexing.py,sha256=rgwcafGbwJztl_N4CalvAnW6FKfKVNzJcE-RjcXMpR8,498
+pandas/tests/arrays/integer/test_repr.py,sha256=IYHuuU5lGBaeWg21vtwvH9Le9VRc-q2H8g53bP4rYWA,1653
+pandas/tests/arrays/interval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/interval/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/interval/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/interval/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/arrays/interval/__pycache__/test_ops.cpython-39.pyc,,
+pandas/tests/arrays/interval/test_astype.py,sha256=8rb7rssqvIoSztzCfFb5pY4oIH_GjDStKrXkC6bnUZk,776
+pandas/tests/arrays/interval/test_interval.py,sha256=S1gcMFuK_RZ8Sg8zxw1RyHLN7zgmITV3R6Iox023mdk,13654
+pandas/tests/arrays/interval/test_ops.py,sha256=4QNJBVY5Fb150Rf3lS5a6p_ScHy8U-sAuWTWetbCmVc,3279
+pandas/tests/arrays/masked/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/masked/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/masked/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/arrays/masked/__pycache__/test_arrow_compat.cpython-39.pyc,,
+pandas/tests/arrays/masked/__pycache__/test_function.cpython-39.pyc,,
+pandas/tests/arrays/masked/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/masked/test_arithmetic.py,sha256=wchNK8BesRBPSclagK_egl_EG9J4KPCquzL9iRZOK20,8175
+pandas/tests/arrays/masked/test_arrow_compat.py,sha256=IXTH6BuvFctKPZj6YdbAxT-5J-PkYoscSYS8ZBXOaK4,6866
+pandas/tests/arrays/masked/test_function.py,sha256=9IZbCaKt1rENO77kV8hRYDkbuSk2YP6NhElABsJc5bY,1373
+pandas/tests/arrays/masked/test_indexing.py,sha256=xjr8EECp7WStcIeEY8YNhmkZ90Q2o-l3izolkLpG2W0,1916
+pandas/tests/arrays/masked_shared.py,sha256=_W_o1OibWZqicIGis6MBvnAznEpIQoKUmA6ILZWSGgc,5144
+pandas/tests/arrays/numpy_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/numpy_/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/numpy_/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/numpy_/__pycache__/test_numpy.cpython-39.pyc,,
+pandas/tests/arrays/numpy_/test_indexing.py,sha256=-0lB-Mw-gzM4Mpe-SRCj-w4C6QxLfp3BH65U_DVULNY,1452
+pandas/tests/arrays/numpy_/test_numpy.py,sha256=i_T0fK-w97XxKoaf5xHDgiIl4Hb_uY-5TocPOwDLkWs,8505
+pandas/tests/arrays/period/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/period/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/period/__pycache__/test_arrow_compat.cpython-39.pyc,,
+pandas/tests/arrays/period/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/period/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/arrays/period/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/arrays/period/test_arrow_compat.py,sha256=oXYRPFc6ZS9_SjE58JA1ii3hgGFyqZhxlrRPEM36txM,3444
+pandas/tests/arrays/period/test_astype.py,sha256=I0ngUiPBSuSvM7XnI2tawGyXun2aZ13-GrqbOU4r0EA,2787
+pandas/tests/arrays/period/test_constructors.py,sha256=UT-bXHKR5Rv9VtTQUxozc_Ag9A8KnMX-T-z2CS07LHY,3923
+pandas/tests/arrays/period/test_reductions.py,sha256=gYiheQK3Z0Bwdo-0UaHIyfXGpmL1_UvoMP9FVIpztlM,1050
+pandas/tests/arrays/sparse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/sparse/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_accessor.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_arithmetics.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_array.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_combine_concat.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_dtype.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_libsparse.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/arrays/sparse/__pycache__/test_unary.cpython-39.pyc,,
+pandas/tests/arrays/sparse/test_accessor.py,sha256=Jrb_k_hNJ2OATpO4rCDc0FgXDX2dNdoYuH1Bahr2WL4,8254
+pandas/tests/arrays/sparse/test_arithmetics.py,sha256=DepWIzrdsccfx5qcdSmQj4qiTLYLFdDxdre4UKo0ijs,20110
+pandas/tests/arrays/sparse/test_array.py,sha256=L6KYMNrX8tb5t2cXwtBCSAcymMUNcIchNfp3ItzvG3s,17184
+pandas/tests/arrays/sparse/test_astype.py,sha256=2tUhVuNcbPFNOJ4lEkJOBflYJV_BNHmCk9Q_5l0ra7Y,4485
+pandas/tests/arrays/sparse/test_combine_concat.py,sha256=3NMQXaRQc7Bxn5HhSHffcUE24GZi_VYflnFLnixOgbs,2651
+pandas/tests/arrays/sparse/test_constructors.py,sha256=D88m1vCxk9i8LJw_thr0SPoqlRstf69FLKm7Y-runjI,11395
+pandas/tests/arrays/sparse/test_dtype.py,sha256=FXAscZs0zwPvJgb4ISUsl2eJFkdJOcxiTEmstg4yjP4,5699
+pandas/tests/arrays/sparse/test_indexing.py,sha256=kaTGpA2As-RtYzrsbP6HnpE_yt18KJTmv3fPGnnRLfQ,9867
+pandas/tests/arrays/sparse/test_libsparse.py,sha256=R-X4lUTBOZWQGeSUu965xvTYHqQIL0pfEHt0glqxkhk,19023
+pandas/tests/arrays/sparse/test_reductions.py,sha256=3D0d8g3bYrg2UpKUW-k1FXEMzqeimaKPzHTo2ASHxXA,9730
+pandas/tests/arrays/sparse/test_unary.py,sha256=qqKL0OuCEF-kGZluWxkmNBXjHB0fLpo5-M1FpYElHDw,2567
+pandas/tests/arrays/string_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/string_/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/string_/__pycache__/test_string.cpython-39.pyc,,
+pandas/tests/arrays/string_/__pycache__/test_string_arrow.cpython-39.pyc,,
+pandas/tests/arrays/string_/test_string.py,sha256=rZ2tVJ6JfQ8MCwtgUewJgAQopHHevvvhR3GrHu335f0,20509
+pandas/tests/arrays/string_/test_string_arrow.py,sha256=kgEdXKt6oCXQm4Q5rtgkj6KgdWq4vwLtrWM1-hNCwOc,6744
+pandas/tests/arrays/test_array.py,sha256=YbgeMW_dYf7oS_FfuIhxx92XVbRCI9r10YADfvoSzW0,12514
+pandas/tests/arrays/test_datetimelike.py,sha256=qRNcs8XGovCzJVfjk_w8KYjhNwmQlx6MpvI1PWYzomg,49447
+pandas/tests/arrays/test_datetimes.py,sha256=EVMjLXvFtpzyJyUNyFeM7sLFKMWvb7F4r0iNENiOZGc,22282
+pandas/tests/arrays/test_ndarray_backed.py,sha256=vJutd6Hl9FIIVu5AgzsN4Y3K2fX6F8QR7kPLFkMKEcY,2299
+pandas/tests/arrays/test_period.py,sha256=ix-TJrhbXvS31R9o6LdrvGFRaWJJkou1hdpwpzHPqWc,5287
+pandas/tests/arrays/test_timedeltas.py,sha256=N-pORBnvQbiYP9MLFkX8Mv-pPgeVtkcUDNszL67ByyY,9980
+pandas/tests/arrays/timedeltas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/arrays/timedeltas/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/arrays/timedeltas/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/arrays/timedeltas/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/arrays/timedeltas/test_constructors.py,sha256=oyM9VQ5A9JuUaiF9SkqvW2lR9teUT6BGQToGzroCRyQ,2344
+pandas/tests/arrays/timedeltas/test_reductions.py,sha256=rMoKvgf6wsiBSl6fedjN-P6LLOn-CHMF3PMfow9KE-g,6434
+pandas/tests/base/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/base/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/base/__pycache__/common.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_conversion.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_misc.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_transpose.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_unique.cpython-39.pyc,,
+pandas/tests/base/__pycache__/test_value_counts.cpython-39.pyc,,
+pandas/tests/base/common.py,sha256=khOj_7jBGUvPKXyNDfTpkfJ56w38fTgtB0Sk9ueJcJw,252
+pandas/tests/base/test_constructors.py,sha256=WWyC0djl7I8Qi3b5uUKoNxzAGyEo_Q1Kr8SRg8lSeQg,5075
+pandas/tests/base/test_conversion.py,sha256=sV62QbF7okFI94p5F7W4LWfK50PhvAXycuJ5flIFCM0,17001
+pandas/tests/base/test_fillna.py,sha256=q9LZhUp2HXaVQw4wSxK0VU4Z9z62WI12r9ivsZu0gOg,1522
+pandas/tests/base/test_misc.py,sha256=mpK3IV5X5Q9aNJ9iTRE27TSLiWAAiQwpkPie-BqI2Y0,6231
+pandas/tests/base/test_transpose.py,sha256=138_O_JwwdCmfmyjp47PSVa-4Sr7SOuLprr0PzRm6BQ,1694
+pandas/tests/base/test_unique.py,sha256=EX-y4scxT4dp6CKBm1C89aplbNd7sD742ADfgYknvlc,5785
+pandas/tests/base/test_value_counts.py,sha256=yJ8KnXryhJeSBht9qY7uRisnz9Ts_pAVMrznj_0PZ3Y,10691
+pandas/tests/computation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/computation/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/computation/__pycache__/test_compat.cpython-39.pyc,,
+pandas/tests/computation/__pycache__/test_eval.cpython-39.pyc,,
+pandas/tests/computation/test_compat.py,sha256=DnL7koCXquyJjhH4WMklEoA5V2Csl1DJ3qaATjYDg0Q,874
+pandas/tests/computation/test_eval.py,sha256=JsnVhdFkrr2_aaNZL-jQh5sn3mBEv7V7rAFv1TCD1TU,68715
+pandas/tests/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/config/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/config/__pycache__/test_config.cpython-39.pyc,,
+pandas/tests/config/__pycache__/test_localization.cpython-39.pyc,,
+pandas/tests/config/test_config.py,sha256=drG_oMP6dwRUKA8rxJlZ6srjHfLs7_VBluHkis5hsrM,18243
+pandas/tests/config/test_localization.py,sha256=F2LiyI07Q57-oXzZzxY70GX7EqLJhbB7r-Ji70r2bDc,4249
+pandas/tests/construction/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/construction/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/construction/__pycache__/test_extract_array.cpython-39.pyc,,
+pandas/tests/construction/test_extract_array.py,sha256=L3fEjATPsAy3a6zrdQJaXXaQ7FvR2LOeiPJMjGNkwKQ,637
+pandas/tests/copy_view/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/copy_view/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/copy_view/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/copy_view/__pycache__/test_internals.cpython-39.pyc,,
+pandas/tests/copy_view/__pycache__/test_methods.cpython-39.pyc,,
+pandas/tests/copy_view/__pycache__/test_setitem.cpython-39.pyc,,
+pandas/tests/copy_view/__pycache__/util.cpython-39.pyc,,
+pandas/tests/copy_view/test_indexing.py,sha256=SsKuTMj5RveI9xDlZtnC98Hnyav9AUMXyRIe4VwSgig,28052
+pandas/tests/copy_view/test_internals.py,sha256=c2OHjtgVtPq2-wbZFVMZ6OVt4CFdx0ybE99TTxX-R9c,3156
+pandas/tests/copy_view/test_methods.py,sha256=I4NfCmojjUpZOcSiy71bKcUZWIzN41Xr24rr15_CExs,8378
+pandas/tests/copy_view/test_setitem.py,sha256=S5cU9I_R804-BZFRuSKxQZ-13rswyZR6HqUnBOGBzLU,2885
+pandas/tests/copy_view/util.py,sha256=NxXdVNgL80NaKh9Q4LJWhcc8JmjpKK7KMSEqdpvd8Vc,396
+pandas/tests/dtypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/dtypes/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_concat.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_generic.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_inference.cpython-39.pyc,,
+pandas/tests/dtypes/__pycache__/test_missing.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/dtypes/cast/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_can_hold_element.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_construct_from_scalar.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_construct_ndarray.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_construct_object_arr.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_dict_compat.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_downcast.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_find_common_type.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_infer_datetimelike.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_infer_dtype.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_maybe_box_native.cpython-39.pyc,,
+pandas/tests/dtypes/cast/__pycache__/test_promote.cpython-39.pyc,,
+pandas/tests/dtypes/cast/test_can_hold_element.py,sha256=2zASUgxB7l8ttG2fKjCpIjtt_TQ7j4NJ2L9xFzcyUPU,2408
+pandas/tests/dtypes/cast/test_construct_from_scalar.py,sha256=INdOiQ7MowXLr6ZReCiq0JykUeFvRWocxk3f-ilk9v0,1780
+pandas/tests/dtypes/cast/test_construct_ndarray.py,sha256=YXylbW1pq_tt4lgp33H5_rTicbxc5z6bkkVH2RC5dgc,1101
+pandas/tests/dtypes/cast/test_construct_object_arr.py,sha256=eOmUu4q0ihGTbYpCleoCnYtvwh1TBCEZQQjLeJaUMNA,717
+pandas/tests/dtypes/cast/test_dict_compat.py,sha256=qyn7kP5b14MywtqOUL5C-NOvjf2qK4PsXGpCvqmo-4E,476
+pandas/tests/dtypes/cast/test_downcast.py,sha256=FeDtnzR-oBOwDwLa-x0bXX_F3Ir2H4PslluetWEecmw,2766
+pandas/tests/dtypes/cast/test_find_common_type.py,sha256=0AXBxplU1sAoHhGEPAAfhTNEvb5adSTlXEEPe9DQPNM,5114
+pandas/tests/dtypes/cast/test_infer_datetimelike.py,sha256=6vor_eqEbMKcBLEkfayXzVzwwf5BZcCvQhFZuqhvyKU,603
+pandas/tests/dtypes/cast/test_infer_dtype.py,sha256=sQ7TlTEgn1RgM7U78A0KG_URR3hufkyXeIj-yR8WUX0,6216
+pandas/tests/dtypes/cast/test_maybe_box_native.py,sha256=uEkoLnSVi4kR8-c5FMhpEba7luZum3PeRIrxIdeGeM4,996
+pandas/tests/dtypes/cast/test_promote.py,sha256=nKeWdS-CCUnW5erwmbQWmFlKQiUYU5O4A7QdhEitmjg,21947
+pandas/tests/dtypes/test_common.py,sha256=OntCImciGS0uH4Io61g8_dcs6dMXvEcQ87a_Oi3_Gps,26139
+pandas/tests/dtypes/test_concat.py,sha256=9s-MJKJ1iTPQjOoAoJHAT_J8bWMqRHnCVCAT9Q_0YN0,1584
+pandas/tests/dtypes/test_dtypes.py,sha256=E6RSJGGFXvnZmD5ZhwFGZW8ELX2IhpMdkLRVXvnvulU,39560
+pandas/tests/dtypes/test_generic.py,sha256=vyM8Rxpvy0a5PzTxYn7J9C3JsQbAIzYj58RMvQVB8bY,5082
+pandas/tests/dtypes/test_inference.py,sha256=ypxKAFYJGT74PI-YN0DL4teri6caDoLwwXaw7vuqfGs,69164
+pandas/tests/dtypes/test_missing.py,sha256=HEWORV49CjAIYuCGelE3clt_7Medd1EusPYuk1zYVL8,28172
+pandas/tests/extension/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/extension/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_arrow.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_boolean.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_datetime.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_extension.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_external_block.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_floating.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_integer.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_numpy.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_period.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_sparse.cpython-39.pyc,,
+pandas/tests/extension/__pycache__/test_string.cpython-39.pyc,,
+pandas/tests/extension/array_with_attr/__init__.py,sha256=bXkwWSW6GRX8Xw221iMyaQOQVaWmyuRP3tGhvjXtiV8,149
+pandas/tests/extension/array_with_attr/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/array_with_attr/__pycache__/array.cpython-39.pyc,,
+pandas/tests/extension/array_with_attr/__pycache__/test_array_with_attr.cpython-39.pyc,,
+pandas/tests/extension/array_with_attr/array.py,sha256=ysHZXlw5LeKQB4ZPBgTzKlsYXKuUBsmpP7FVNA0dgeo,2343
+pandas/tests/extension/array_with_attr/test_array_with_attr.py,sha256=TuuBA1lCxjVOgWsWM9jhgc-PyGuXzajO3UWWKZEquZA,1373
+pandas/tests/extension/arrow/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/extension/arrow/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/arrow/__pycache__/arrays.cpython-39.pyc,,
+pandas/tests/extension/arrow/__pycache__/test_bool.cpython-39.pyc,,
+pandas/tests/extension/arrow/__pycache__/test_string.cpython-39.pyc,,
+pandas/tests/extension/arrow/__pycache__/test_timestamp.cpython-39.pyc,,
+pandas/tests/extension/arrow/arrays.py,sha256=Q71enEqknNgkIwf38XwJmbhU0NnI1jcyB9n4dGyr7_s,5757
+pandas/tests/extension/arrow/test_bool.py,sha256=F6fXSisH9yrNnp7IxEiIcecPapXuUx84rLF0OsEu9a4,2821
+pandas/tests/extension/arrow/test_string.py,sha256=6RRz94K29vIIw2kU0agjou6RgKxD-58ArOood3wsDEo,306
+pandas/tests/extension/arrow/test_timestamp.py,sha256=oj9lhjVz29dubW5WHA5xYmyM7wAsbB31fJ-zjIiU4r0,1336
+pandas/tests/extension/base/__init__.py,sha256=ctmO-zEnYGNk7bdEJI4lRNMjCoLot5vkvv4l9z7VCQ4,2713
+pandas/tests/extension/base/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/base.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/casting.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/constructors.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/dim2.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/dtype.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/getitem.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/groupby.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/index.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/interface.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/io.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/methods.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/missing.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/ops.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/printing.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/reduce.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/reshaping.cpython-39.pyc,,
+pandas/tests/extension/base/__pycache__/setitem.cpython-39.pyc,,
+pandas/tests/extension/base/base.py,sha256=5SPn-G89qste22G5I6n0FARZNpiwJbMLkFbdfxEEFlc,742
+pandas/tests/extension/base/casting.py,sha256=tW5rzz0D0TluLkg9egMBWIOcTrWDuUHNUSvZSo4NeS4,3136
+pandas/tests/extension/base/constructors.py,sha256=95HytuJQ4xlYf3QCl2vao_RfB8rxD7QvL2G6OdwA3do,5666
+pandas/tests/extension/base/dim2.py,sha256=eNH46B4g2OlRYPNkY6WXuXyT-Hq4mV17XeYdHBX9LCQ,10485
+pandas/tests/extension/base/dtype.py,sha256=Y7N55evgnudYzS3qR1MlpA9EYxkO3xrh8d7NmPVhsbM,4755
+pandas/tests/extension/base/getitem.py,sha256=L0-tQx2Ajoi5-K7j3uZSWq8o9WdD6UJPr9Ozofi93Eo,16546
+pandas/tests/extension/base/groupby.py,sha256=xQr9dtZAPHborwGQ0E8gZ9F8UjYxkUaSiMFoMIPVedM,4566
+pandas/tests/extension/base/index.py,sha256=vUw3rCBO1I-a-335xPVxPHlk7wj2sM2NT5oG5aDk0Gg,601
+pandas/tests/extension/base/interface.py,sha256=juJDZhx9QNASJ8ceotfrhDDMlnzEbp9RSB-U8dohMZ8,4284
+pandas/tests/extension/base/io.py,sha256=eS6Xcw4ww271ronWBKARxuafNOvmGdunhR5NCx3tf-0,628
+pandas/tests/extension/base/methods.py,sha256=ZLqWjyly_odunwPVJC-2Jda4LhHldYuhtxu21xo_1ks,22643
+pandas/tests/extension/base/missing.py,sha256=OahRfGWXpQgHYlVh5nuwY2_vmsBeiKN1DVTGzGodidA,5345
+pandas/tests/extension/base/ops.py,sha256=3uNO82vaDRnP4oiVOvsypGLcKesGFq4CMkXIBREKf9g,7767
+pandas/tests/extension/base/printing.py,sha256=DDbHOCY8hj0To3ZNsg9IBWCMHYQumD5mcf_LZo21CIA,1193
+pandas/tests/extension/base/reduce.py,sha256=2RehFKhMDvGX6RvBgOlxV2H2fFwoOGxJst5BZ9U8-dc,2238
+pandas/tests/extension/base/reshaping.py,sha256=vetvLHj1h7KbKnnO90NIZ5xW8oT5u0bVYqK8lTRRQr4,14117
+pandas/tests/extension/base/setitem.py,sha256=ehJM3pvUUOysEb0-ya9OeRWJhcsKt4EcEgJuq866nP4,14801
+pandas/tests/extension/conftest.py,sha256=WHr4_931peURo-68EcmpEj-iU-yo0iU-yfF3UH-m0-g,4090
+pandas/tests/extension/date/__init__.py,sha256=-pIaBe_vmgnM_ok6T_-t-wVHetXtNw30SOMWVWNDqLI,118
+pandas/tests/extension/date/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/date/__pycache__/array.cpython-39.pyc,,
+pandas/tests/extension/date/array.py,sha256=hEPzOeOJ0_xsVzkjbchMQMLqKJXlrpCh3aOTdqIHvUQ,5736
+pandas/tests/extension/decimal/__init__.py,sha256=wgvjyfS3v3AHfh3sEfb5C8rSuOyo2satof8ESijM7bw,191
+pandas/tests/extension/decimal/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/decimal/__pycache__/array.cpython-39.pyc,,
+pandas/tests/extension/decimal/__pycache__/test_decimal.cpython-39.pyc,,
+pandas/tests/extension/decimal/array.py,sha256=zPSY8fKKEvZjD7hmtO5HEh8sS7mvJ0jmAEEw1dFFsLc,8538
+pandas/tests/extension/decimal/test_decimal.py,sha256=lnDXDols4k_oCuC4zCjaMHCZ-1ZwMQipwdC2_QpKH8Q,14710
+pandas/tests/extension/json/__init__.py,sha256=JvjCnVMfzIUSoHKL-umrkT9H5T8J3Alt8-QoKXMSB4I,146
+pandas/tests/extension/json/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/json/__pycache__/array.cpython-39.pyc,,
+pandas/tests/extension/json/__pycache__/test_json.cpython-39.pyc,,
+pandas/tests/extension/json/array.py,sha256=y483YgbZeRQjN4Ret-R0ztwIQLaXulO3AHL4GWIXWd0,7777
+pandas/tests/extension/json/test_json.py,sha256=SbxDo1D6Dc50_qN4_VEk4kGnLiUelNZWi6n0TADq1ew,12652
+pandas/tests/extension/list/__init__.py,sha256=FlpTrgdAMl_5puN2zDjvdmosw8aTvaCD-Hi2GtIK-k0,146
+pandas/tests/extension/list/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/extension/list/__pycache__/array.cpython-39.pyc,,
+pandas/tests/extension/list/__pycache__/test_list.cpython-39.pyc,,
+pandas/tests/extension/list/array.py,sha256=srfjAlhEvChanXAMjnfMz4VHCmhVwfylhslk3xapiCE,3826
+pandas/tests/extension/list/test_list.py,sha256=XyGJ1tWEgjIZVtZ3gP0x6sAgK_8w87Kfu91I1PbVCy8,668
+pandas/tests/extension/test_arrow.py,sha256=-9wa5RSFkv9mFvUgBp9NhX_jhOrX0cv9E4TqGqv8uK4,66557
+pandas/tests/extension/test_boolean.py,sha256=bK-3K-7y_aDoYFN-DSf1h-uG0_5BNQAKPx__q6ZG7js,13485
+pandas/tests/extension/test_categorical.py,sha256=1rj06vI3sc0iSRYSgwX4Ju4L5V5B6tyHPLJB67O_6rU,9503
+pandas/tests/extension/test_common.py,sha256=xg4Uv3q8-xFddNjpIPRA-eGpNMRwyGzUx4O5aZSguEc,2099
+pandas/tests/extension/test_datetime.py,sha256=Jwbtec1TRgA0hko0ksUs_fsTOGlRnOvvKmhe4UrDCPA,5401
+pandas/tests/extension/test_extension.py,sha256=eejTI5tjUoheJs10nMske8FC49OgI8_GeB8tnoqhtAE,949
+pandas/tests/extension/test_external_block.py,sha256=4ZOPTNe7fG4bgvz6NEOOR-Hw-9LinE9EljPpJ2B7ws4,1083
+pandas/tests/extension/test_floating.py,sha256=1JeRjc5UtkQSQDjLpRO0QMsMmazOS-wXC2g0lRxUFDg,5332
+pandas/tests/extension/test_integer.py,sha256=LQYQiNnkPqOeQRX0vCarDLzPx3Cf67DY0TCztSEOK3A,5943
+pandas/tests/extension/test_interval.py,sha256=9pld6kQfSb20VsCjKG3f1b-Tmcm100AAcvNQKfvD8nU,5064
+pandas/tests/extension/test_numpy.py,sha256=3xaFr736bUWbrH5gJkKIyl4sL39DfhDp01V0y9d9RfU,15414
+pandas/tests/extension/test_period.py,sha256=86rR7jtwoU_ZSJaDypUVGrNmpDD0I-mhlwtU30j8W64,5176
+pandas/tests/extension/test_sparse.py,sha256=UwSXDPywAipdYlGSTeUPvrRfGCvggPMal9sLiie6_7A,19023
+pandas/tests/extension/test_string.py,sha256=D9HQaYYLcvSeqashNYfzyZZrl63K-GaM7d8y2jhdLHo,13412
+pandas/tests/frame/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/frame/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/common.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_alter_axes.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_block_internals.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_cumulative.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_iteration.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_logical_ops.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_nonunique_indexes.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_npfuncs.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_query_eval.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_repr_info.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_stack_unstack.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_subclass.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_ufunc.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_unary.cpython-39.pyc,,
+pandas/tests/frame/__pycache__/test_validate.cpython-39.pyc,,
+pandas/tests/frame/common.py,sha256=-oYwpLow5EVsERWQ5e7A_PeORPqqiZx2lpTzp4hI-PQ,1777
+pandas/tests/frame/conftest.py,sha256=Dpk67I6Erl2bw8Rupmy6HIFYkKGtALMN1kyQ1Zr16MU,8755
+pandas/tests/frame/constructors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/frame/constructors/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/frame/constructors/__pycache__/test_from_dict.cpython-39.pyc,,
+pandas/tests/frame/constructors/__pycache__/test_from_records.cpython-39.pyc,,
+pandas/tests/frame/constructors/test_from_dict.py,sha256=tSWWlrvC7oNfiAH2DEpLW7LAhdhPchjb0ALY9p6wtOY,7327
+pandas/tests/frame/constructors/test_from_records.py,sha256=WfqaElrLbh0yZHMKhjgJ4Hqrfq0jCUyP9UQ2ilijaQw,16934
+pandas/tests/frame/indexing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/frame/indexing/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_coercion.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_delitem.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_get.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_get_value.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_getitem.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_insert.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_lookup.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_mask.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_set_value.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_setitem.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_take.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_where.cpython-39.pyc,,
+pandas/tests/frame/indexing/__pycache__/test_xs.cpython-39.pyc,,
+pandas/tests/frame/indexing/test_coercion.py,sha256=jtBGQi4JbQU8B3kKrvSYdlS6iQ1n3tHHp8YhFcsv-no,5663
+pandas/tests/frame/indexing/test_delitem.py,sha256=3AquK9yLK3gFcJeTLqCz16f7vZMN-eEys_UcMWxGfRk,1778
+pandas/tests/frame/indexing/test_get.py,sha256=N00_igU25_HjYuvAqDQKqBpqbz6HjB97o9Exvbo9BzM,662
+pandas/tests/frame/indexing/test_get_value.py,sha256=A-GbCHlbDfVPGB10dNGnGg4DtrKrlRbRspYfuDTUmPM,679
+pandas/tests/frame/indexing/test_getitem.py,sha256=PnxpZNPrETA4j5sn8obbQ-uw_oNyMYRQnz7SzNX2BRc,14910
+pandas/tests/frame/indexing/test_indexing.py,sha256=-0n3PqsntMEyPukwkZz4DQfJTWkoMnDS-g7_mlcLNUA,59507
+pandas/tests/frame/indexing/test_insert.py,sha256=7OOa8OW6HqGFRthQqzrwtCLuK_2k1KWktaS6NTnka0g,3521
+pandas/tests/frame/indexing/test_lookup.py,sha256=rHftMyz0qii47X80NSLFjTjLa7xSRcfdX1joj1sTGtI,3385
+pandas/tests/frame/indexing/test_mask.py,sha256=vKvxJMb6LVWmu9L4BzYSFwLCAkVQ98BLUzTvOHctNvs,5151
+pandas/tests/frame/indexing/test_set_value.py,sha256=3EV3cAAziAoLidqhEiCgXiUR3_VaP9YYqLrIWQQKM3U,2275
+pandas/tests/frame/indexing/test_setitem.py,sha256=YrQEpab16TWUj0gB6Us3CgwPSu59OCW53tsRW64aCrg,44876
+pandas/tests/frame/indexing/test_take.py,sha256=DjYzYfwSpl7Mn6NcLSHHFoADjMpS8jZCKIPY7YhxQ6I,2927
+pandas/tests/frame/indexing/test_where.py,sha256=a4dsIz62sXo5gxRErOh-jSl_cNBtc-82E9Gh-gf8yJY,35736
+pandas/tests/frame/indexing/test_xs.py,sha256=2hGP78we4uiCKa9GKDA1T8tH333Vb2BdXUNp1_o0EEo,15222
+pandas/tests/frame/methods/__init__.py,sha256=M6dCS5d750Fzf9GX7xyNka-SZ2wJFCL66y5j-moHhwo,229
+pandas/tests/frame/methods/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_add_prefix_suffix.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_align.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_append.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_asfreq.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_asof.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_assign.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_at_time.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_between_time.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_clip.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_combine.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_combine_first.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_compare.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_convert.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_convert_dtypes.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_copy.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_count.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_count_with_level_deprecated.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_cov_corr.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_describe.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_diff.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_dot.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_drop.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_drop_duplicates.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_droplevel.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_dropna.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_duplicated.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_equals.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_explode.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_filter.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_first_and_last.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_first_valid_index.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_get_numeric_data.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_head_tail.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_infer_objects.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_interpolate.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_is_homogeneous_dtype.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_isin.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_matmul.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_nlargest.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_pct_change.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_pipe.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_pop.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_quantile.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_rank.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_reindex.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_reindex_like.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_rename.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_rename_axis.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_reorder_levels.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_replace.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_reset_index.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_round.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_sample.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_select_dtypes.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_set_axis.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_set_index.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_shift.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_sort_index.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_sort_values.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_swapaxes.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_swaplevel.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_csv.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_dict.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_dict_of_blocks.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_numpy.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_period.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_records.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_to_timestamp.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_transpose.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_truncate.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_tz_convert.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_tz_localize.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_update.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_value_counts.cpython-39.pyc,,
+pandas/tests/frame/methods/__pycache__/test_values.cpython-39.pyc,,
+pandas/tests/frame/methods/test_add_prefix_suffix.py,sha256=jX_f1l0z7txhO14k8_UaHJYG7WIY3FXRlDxeOVv7OPU,784
+pandas/tests/frame/methods/test_align.py,sha256=Z0WraRLW5GrCkzOApX4NorWOLz4SKyL9tzTGe1sBRVk,14754
+pandas/tests/frame/methods/test_append.py,sha256=ij8kL3iHoBs0JmoQCWJAK7TDKKbgnsdQ7o2G8lSsHj0,10593
+pandas/tests/frame/methods/test_asfreq.py,sha256=R7e8BS-GnWMsq_iy2cJbqZ1ILLQwGI70FC_i8lz1ipk,6968
+pandas/tests/frame/methods/test_asof.py,sha256=IzvL2HdFm6ZAsqVuFnQvUwMYWdmeFncDyWKlYO5h89k,6383
+pandas/tests/frame/methods/test_assign.py,sha256=xFGREzLhP1wj3MowBimeYbMWBNiII0280DiOXI6WDB0,2982
+pandas/tests/frame/methods/test_astype.py,sha256=8knIPpjAvt8cWBX2sLAR3J5dQS47cH-fGlBLrs-j4sc,27590
+pandas/tests/frame/methods/test_at_time.py,sha256=GFS1rEhRbuwB9V8J9T2fZI--nPTVJSqeaIRynP1lkDQ,4462
+pandas/tests/frame/methods/test_between_time.py,sha256=2urV8zRl4By0oPcvPP4mHUlVs7jMySwTyuwWV5Tpdcc,10814
+pandas/tests/frame/methods/test_clip.py,sha256=uzY4RXU0TkQbrM9Dal_leZQ4RcelCv-uex4AS9DQvuo,6794
+pandas/tests/frame/methods/test_combine.py,sha256=wNaQqokqHsJmrZ9NQIao58ZT0hSkkTH14I7_Oq8tADs,1359
+pandas/tests/frame/methods/test_combine_first.py,sha256=LBJWKzZpx8rNpyPIxE_m_j1nzqpr8FbEkaY6ZCW2hqM,18318
+pandas/tests/frame/methods/test_compare.py,sha256=tsUpbCDbIa8cWy82Qi6EpR6USwon77eGSWgcsoERGhc,8144
+pandas/tests/frame/methods/test_convert.py,sha256=SS_wGp0w3-Xl-Ticb8SBVSfYmuZg9yhk0oVHCKn7x1Y,2214
+pandas/tests/frame/methods/test_convert_dtypes.py,sha256=PQ2JjRe1bAbxTskfc9nKoPlmej6S3vUI2kZi0HWd0r8,1537
+pandas/tests/frame/methods/test_copy.py,sha256=dbmhfVQzyeq_xb_oCMlEKKH0yiYvhJdr5xqNBDP13EU,1788
+pandas/tests/frame/methods/test_count.py,sha256=1DdJC7yNqq_5QWuKQYH0dsewNG4SWY8zhOEjTOb_YL4,1081
+pandas/tests/frame/methods/test_count_with_level_deprecated.py,sha256=pzhLcOCeQXs00g_UqiUR0isYi1JBHj1lrxByQZiGLqg,4340
+pandas/tests/frame/methods/test_cov_corr.py,sha256=vKAmx0e2uljDxNHiKmaVdXh9-9AX7me_qD84DzSi8xM,16417
+pandas/tests/frame/methods/test_describe.py,sha256=9KMrIraEVaRWmBenxlww6S3K-M-XZ4jn-sd3iJTh2PI,14166
+pandas/tests/frame/methods/test_diff.py,sha256=9YUU8BrhE25ZjohqfrMIyDreqW7mOhySLGa539saO00,9939
+pandas/tests/frame/methods/test_dot.py,sha256=p2yYQtp82qE8yDC3yncfL6_0uIMApPdwuUlBXJFbmUk,3899
+pandas/tests/frame/methods/test_drop.py,sha256=3LkzX0Nhf7TsPD3XXqZ8PiZm4eNYwogkEn06gWKyxOA,20323
+pandas/tests/frame/methods/test_drop_duplicates.py,sha256=ib1mbZNxIHP96We10JMii8NZVA2GGhxMDn_41MYCj9Q,15126
+pandas/tests/frame/methods/test_droplevel.py,sha256=L1gAMjYYPB6eYmSppXfbwPVKa3HCNofqPVUZ3gxLldA,1253
+pandas/tests/frame/methods/test_dropna.py,sha256=__UtrvHJTiqDEUQxwIFFQsw8VcGI-cAfx9WG5DGHTYw,10381
+pandas/tests/frame/methods/test_dtypes.py,sha256=pgsi_2YLpCnAmpiwboEgDh72VBoIT3ETMtDodpPe3Fc,4975
+pandas/tests/frame/methods/test_duplicated.py,sha256=e4ZNMgqu4yG31i2JHRWeMZVgO29iyVn8_JRs4pXPe2Y,3221
+pandas/tests/frame/methods/test_equals.py,sha256=CJFQbs1iaBH-pJhrjvL-fsVNdYTiF3b5uKKSr2YSR3U,2796
+pandas/tests/frame/methods/test_explode.py,sha256=VCtOmaxL9mQwwSDSQOZaWFUw1-IDVmnOGRSlPY97nmo,8161
+pandas/tests/frame/methods/test_fillna.py,sha256=uN1Su0R1yYB1zvMSkslKXWsKB4z1g589LZkODt-9edE,27725
+pandas/tests/frame/methods/test_filter.py,sha256=qpHVkTo7lpmvAPOprKg3pKJRK5c6wD2Pz8o5QJwYWfY,4930
+pandas/tests/frame/methods/test_first_and_last.py,sha256=aq6jIXT_wBYP9jR-tyPaqIGkxmNZAK3aHJLKnJu55-w,2819
+pandas/tests/frame/methods/test_first_valid_index.py,sha256=xdPdloFoOgZsGBinRa0XjY1ZyWSeMMLlEnmwy2zfauo,3404
+pandas/tests/frame/methods/test_get_numeric_data.py,sha256=PLQ7Jm8neTLOBvYva55oo0O-qgMfd8YhMKN5ZW67dms,3198
+pandas/tests/frame/methods/test_head_tail.py,sha256=nZIygQxyyPQK2G4hgw6zkeF6H_KWoTOZ6rp_zZNQMxY,1911
+pandas/tests/frame/methods/test_infer_objects.py,sha256=LNOf2VJsV17FDT9ogEDba6la414yUmm5z_7B97nLN24,1241
+pandas/tests/frame/methods/test_interpolate.py,sha256=A1CMuHZLDH12V5DNbkp9ILt09g84DdZ0c-o71TtV0LA,14455
+pandas/tests/frame/methods/test_is_homogeneous_dtype.py,sha256=NNyf83FGWwcQyaysOSPyRSUR-okaNUY2L0n8Bils9ac,1422
+pandas/tests/frame/methods/test_isin.py,sha256=UESDv240y76igDcysHnRG1KNuwsdHBtmebkO1eXiblU,7323
+pandas/tests/frame/methods/test_join.py,sha256=_AkDaw5lKrH_SgVgrarVxpQLJLDM5KEWmGXfwBncCQQ,17377
+pandas/tests/frame/methods/test_matmul.py,sha256=f6DaX_lJ6LB_dsDZLe2eKEI-JB-wHqN3OOjhqN8CMqk,2847
+pandas/tests/frame/methods/test_nlargest.py,sha256=7ASxP_Aq0JvG3S0l9twXYfCjBDu3If_Al9l1SO7jbX0,7622
+pandas/tests/frame/methods/test_pct_change.py,sha256=3GX0NDa0w9xtYgQ6E9NijoYUo28goaGxurdbqXGZ3AU,4541
+pandas/tests/frame/methods/test_pipe.py,sha256=ts5ghk8g6PYXKpdsBdovBXxPGO2qq75FEVzBgjAVfRw,1023
+pandas/tests/frame/methods/test_pop.py,sha256=lRpy3Khytq13pv8Zva9PPWC6YmLbbQx7k2cGaMpm5pc,2116
+pandas/tests/frame/methods/test_quantile.py,sha256=G0oykEvvYo4k1gEN0z22PW-UbJDiflFgkgeLrV2Y5eA,37596
+pandas/tests/frame/methods/test_rank.py,sha256=_fVKXmBy-oQD_7NpsnIVmXxFpSidIzq1mNECM9Bdbns,17032
+pandas/tests/frame/methods/test_reindex.py,sha256=PrwhXlW2ebDZ8P736s2naEH81MeIAnAEFxYOE64kQbI,44165
+pandas/tests/frame/methods/test_reindex_like.py,sha256=2qgqaHDSEKYO1hwE9MaPTFJhl4m7rejHyuOcrmvqaBg,1187
+pandas/tests/frame/methods/test_rename.py,sha256=4FsOF9mMHTQEzlIx9QWww-Z7dss4rFAZ23YvXoLJ8Cc,15903
+pandas/tests/frame/methods/test_rename_axis.py,sha256=90QFtDi0p-8bxEdFfLs75EtJQtJEOTmCdXoiS7h9F-Y,4091
+pandas/tests/frame/methods/test_reorder_levels.py,sha256=iJraDCEnBNTSn_1L8SLGUpq2FKQFkUiaIZ9-htEGwyc,2730
+pandas/tests/frame/methods/test_replace.py,sha256=kaLfImfkbxXdkuAlXFmkV0pv6MPq473Dqho5nKBF9yo,58137
+pandas/tests/frame/methods/test_reset_index.py,sha256=fhrRhDCz9mspfWEpNjMARluyLOEYaMdJIiAjb8fWym0,28572
+pandas/tests/frame/methods/test_round.py,sha256=AFCtQx_PpZwhVpby-glnlsmIthJgKmWklZ7JW6kOkGg,7755
+pandas/tests/frame/methods/test_sample.py,sha256=WyS9LYkGD8oUUx-ZD3pC4Nkqqg67QpKvElvkPFgxADI,13213
+pandas/tests/frame/methods/test_select_dtypes.py,sha256=sNrUCadTPUwr2rexoWukOj3yUhFwGq-zhsohou5BmIs,16529
+pandas/tests/frame/methods/test_set_axis.py,sha256=47mGn-JPsKNkNABwftVIwKUwNkkWHuqOFJSMl-b8kF0,6442
+pandas/tests/frame/methods/test_set_index.py,sha256=BA9w_Dp61EL7mVehZhOV1BA51mphhFVexN21e5b5pZ4,25995
+pandas/tests/frame/methods/test_shift.py,sha256=1D0Q2t2Y1_4Y7WSqnfEDEhcwlxty_cGjXg5g9VM8lQo,24738
+pandas/tests/frame/methods/test_sort_index.py,sha256=nwMEy9t7AJsUdm3echkKLno0sZr5wC-WqeEl0cHIOz4,31709
+pandas/tests/frame/methods/test_sort_values.py,sha256=avdDEJsLCDsr88b_cr1ZodqIf9sYeBdFdCfx697djhU,31148
+pandas/tests/frame/methods/test_swapaxes.py,sha256=2UK5z7SGHTMFWqIGmwZeCwu1xD_3EV7bb8y36yN8lAA,664
+pandas/tests/frame/methods/test_swaplevel.py,sha256=Y8npUpIQM0lSdIwY7auGcLJaF21JOb-KlVU3cvSLsOg,1277
+pandas/tests/frame/methods/test_to_csv.py,sha256=T4UF8XK9dXpcHrSDM9q-WvrXVnduFZUpDjZ4SyGOV1s,47733
+pandas/tests/frame/methods/test_to_dict.py,sha256=DKpir-e_ubozb3p83h6vOHJqU1YB4WtNbN-7niMe4Js,14654
+pandas/tests/frame/methods/test_to_dict_of_blocks.py,sha256=5zVsBKrTYyGi_N5WvoRtuUuterFNeg-n7MYkDspZYp8,2414
+pandas/tests/frame/methods/test_to_numpy.py,sha256=YNmAJxCgQqOlb0imJ5dA-Tg0U8kWdT9T8xDXVQElBoI,1256
+pandas/tests/frame/methods/test_to_period.py,sha256=OG8QFxjUwnmr468Gj2qgkSa8JckhY2r6MUfLbS75n-U,2708
+pandas/tests/frame/methods/test_to_records.py,sha256=YYWYWm9KUD02maA2BAUFgOASyhSCMlzbngK8c2OdoUI,18183
+pandas/tests/frame/methods/test_to_timestamp.py,sha256=hhK7-89SXyI5zPyARvOB4f0sZvk_PkFHNyx0ATEhqrI,5750
+pandas/tests/frame/methods/test_transpose.py,sha256=yQfShuapnTEBLpUk72aBcen9gc5-WHfp_hoefKv8FbA,3800
+pandas/tests/frame/methods/test_truncate.py,sha256=d4Zo83343thpN6vrhI8bjGsMGQ0akXHZaeMRKORixZ0,5245
+pandas/tests/frame/methods/test_tz_convert.py,sha256=2yhbsv6nAHAFfPj5WXkG7De9bkx3BqlmM16D0gL-nf4,4723
+pandas/tests/frame/methods/test_tz_localize.py,sha256=LlJMkj15fW-sLZq4kjGWckOPkBEHIj7YHeCfvcTxJPk,2050
+pandas/tests/frame/methods/test_update.py,sha256=Lk5qdHFKSa4DnFfVGkVwiVEU87Jno-kMpGTiDbBmVTc,5433
+pandas/tests/frame/methods/test_value_counts.py,sha256=cTnehyupmQqauD0Rxqd50CcvRHb0Z86cjRlNFg2xsOQ,3871
+pandas/tests/frame/methods/test_values.py,sha256=mKA95a2n-PKmGYWRUQITuWsfurz8cF-MnS5FjpeJZug,8977
+pandas/tests/frame/test_alter_axes.py,sha256=yHyCho1zs84UETsGGtw-gf3eTIyPj9zYUUA7wHTdRVk,873
+pandas/tests/frame/test_api.py,sha256=KNgVOoqRxsqgmqOOPTjrKx66JDHfy6ZeB8vEkfX6J2A,12022
+pandas/tests/frame/test_arithmetic.py,sha256=8qr626izG4MrYb7s73sWzzBZevBC2rLekKeh2ezNp38,70765
+pandas/tests/frame/test_block_internals.py,sha256=AsMN4vKZIoJkrQ_s4LIeHl1pAS3TKvVL3o-XlaUYC_8,15254
+pandas/tests/frame/test_constructors.py,sha256=EQiDqkYQ7-WRvhPHelS-Y_yVGIv4oXJTo7BgSseDdog,116031
+pandas/tests/frame/test_cumulative.py,sha256=Ku20LYWW1hrycH8gslF8oNwXMv88RmaJC7x0a5GPbYw,2389
+pandas/tests/frame/test_iteration.py,sha256=tTbsHbO08DBCfUiPFLrssQAc5MBFE7kfQXSSx0PiuUo,5145
+pandas/tests/frame/test_logical_ops.py,sha256=7az8x1vOZCWZyWEhF6uprJ_fCwHXF5B5uT5xNwVqUIg,6172
+pandas/tests/frame/test_nonunique_indexes.py,sha256=zbo5qAKb8g8WXlVku_UNwy0hoE_sjYiB8IvWxJZh1wU,11748
+pandas/tests/frame/test_npfuncs.py,sha256=-nRmfp2Eo_HOqAicYpT3as4OQpBlwcl2TokhtmI7enw,853
+pandas/tests/frame/test_query_eval.py,sha256=0DqTSHEEprp7g0EHJZTo8L72BZV7QMb5kZUsoRr5uQY,48042
+pandas/tests/frame/test_reductions.py,sha256=HLeSOhd3p3whYKoXZ4ASdyVUrA1epVu9hff824P5kAU,68269
+pandas/tests/frame/test_repr_info.py,sha256=KerD-p8TS09OCl-PHUU3TxXeo2s7uhwdLiCmONzmIow,11017
+pandas/tests/frame/test_stack_unstack.py,sha256=7T91TqD1XFMnoyDccIymYMYcT6O6al8pNsEnATxMY38,76704
+pandas/tests/frame/test_subclass.py,sha256=AEkZdxHhES2NqhOffAYc553bXzX1xo0j5NkX-Vh5zmI,25019
+pandas/tests/frame/test_ufunc.py,sha256=B6UtOzJ_J7MGxmfl1mMsuTLgOP8lgEW26tnjdqVsKKs,10477
+pandas/tests/frame/test_unary.py,sha256=Jl9cKCpqWNJG_yuk3HKIhDDbRQHY-s-ogFetnmYkU98,5874
+pandas/tests/frame/test_validate.py,sha256=hSQAfdZOKBe2MnbTBgWULmtA459zctixj7Qjy6bRg20,1094
+pandas/tests/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/generic/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_duplicate_labels.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_finalize.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_frame.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_generic.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_label_or_level_utils.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_series.cpython-39.pyc,,
+pandas/tests/generic/__pycache__/test_to_xarray.cpython-39.pyc,,
+pandas/tests/generic/test_duplicate_labels.py,sha256=N4235fB7Gcg3nyRB5Nbvd9_Z3t1cXdgGL0L9k7-Rk1k,16180
+pandas/tests/generic/test_finalize.py,sha256=qZvBZKhhQvc4XtSCnbvE_5JGuOuH-31YbovrgUoQPLA,26955
+pandas/tests/generic/test_frame.py,sha256=QnuunAD5h9NNF3SgAeYKrmPWQY9SPnSEPNH-zPWK-RY,6939
+pandas/tests/generic/test_generic.py,sha256=aT-BLVUGVUIziJpn_llkB5Af3ipulK_NttNUa-HpEZs,16447
+pandas/tests/generic/test_label_or_level_utils.py,sha256=soIfBe2_-11y66WUkQ8YjpR4_sNAJwymJiRgcEZgiqc,10257
+pandas/tests/generic/test_series.py,sha256=G1CB9IgsgK7Hak2uR3Ut5N_7-o6Gu_yRSrh9A-sCjtw,4674
+pandas/tests/generic/test_to_xarray.py,sha256=Hp511AhRkEx_LgZ8f-kUBReX0HEadJzMz_DOhQYegnM,4120
+pandas/tests/groupby/__init__.py,sha256=nUeRvQQTWUib7yflv6dMTEaQAbKY_dNQ6mg1cAHTz94,706
+pandas/tests/groupby/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_allowlist.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_any_all.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_apply.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_apply_mutate.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_bin_groupby.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_counting.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_filters.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_frame_value_counts.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_function.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_groupby.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_groupby_dropna.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_groupby_shift_diff.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_groupby_subclass.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_grouping.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_index_as_string.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_libgroupby.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_min_max.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_missing.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_nth.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_numba.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_nunique.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_pipe.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_quantile.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_rank.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_sample.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_size.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_timegrouper.cpython-39.pyc,,
+pandas/tests/groupby/__pycache__/test_value_counts.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/groupby/aggregate/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/__pycache__/test_aggregate.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/__pycache__/test_cython.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/__pycache__/test_numba.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/__pycache__/test_other.cpython-39.pyc,,
+pandas/tests/groupby/aggregate/test_aggregate.py,sha256=nmJusY83RlLINg_hpdpFp2Y13maOuKMercC0HUb7ToM,48841
+pandas/tests/groupby/aggregate/test_cython.py,sha256=RsmUKZRYUUjq5F0Csl74phLPtb3NgUATK4kywbh6iTU,11507
+pandas/tests/groupby/aggregate/test_numba.py,sha256=Rqh_4qWIjS7XFSkyUWw-oSKW4wg0LU453Z5_h2zLRA0,8033
+pandas/tests/groupby/aggregate/test_other.py,sha256=UYASKlo_ckeHSnWHXZCKj9U5nAcV4uWOdrFq6uLb5V4,20197
+pandas/tests/groupby/conftest.py,sha256=a0QnPPAREQ2S_1AaKdMOz0vR9YHLoFSv28sAZ203jUk,4624
+pandas/tests/groupby/test_allowlist.py,sha256=28JLDdbsLy3iTiKZlGQ73v5itte3rCzbkw7mWI2uhik,10667
+pandas/tests/groupby/test_any_all.py,sha256=7bZ2lunM3nM77u-8hXUDi8EXHJJQ5LKXKXdReg5NOUU,5803
+pandas/tests/groupby/test_apply.py,sha256=2VQooDbMZsTgFDLNnun1WdrTRrj5KMwkt-JtH_fR8Ws,42632
+pandas/tests/groupby/test_apply_mutate.py,sha256=U5SADmw3Zf5tNw5EmLctT0v6Z2qLuz-5jMqguMJFGR8,3944
+pandas/tests/groupby/test_bin_groupby.py,sha256=Rz7vS9dcG2yOBy5f0hzXpkUUUB56a74S_-CVlbBgmw4,1799
+pandas/tests/groupby/test_categorical.py,sha256=wNvZ3j-ifHtCctEK0tI0UzNn_iLEL7JLI4mvuH3Fi6E,61738
+pandas/tests/groupby/test_counting.py,sha256=ot9d3cHn1Q5_YbvTYcG7BTmcOURVP2aAmtGDfyLpbng,12764
+pandas/tests/groupby/test_filters.py,sha256=aB5MEvILm1inUIm3D8GwjHnSwmlBmXV3lqSdqq5OzvI,20777
+pandas/tests/groupby/test_frame_value_counts.py,sha256=C4e4hgWHJfsKwrCEGG6GmZcVTIMh_f2RNBi7Pm06Dqo,25189
+pandas/tests/groupby/test_function.py,sha256=xqPlPFs9tAJ36dUswm9unkpvjAnKDKy8dh5cOEbbTw4,53416
+pandas/tests/groupby/test_groupby.py,sha256=cV4iahH7RFgSlt9-uYTyvQ2w_P6vwGnD6a9VY7Qt6DU,93994
+pandas/tests/groupby/test_groupby_dropna.py,sha256=G-OC8e6BPqmZKdY265ZSgEAmSaGtJtUG4ks3U9gZG8o,15631
+pandas/tests/groupby/test_groupby_shift_diff.py,sha256=OQoL4Bi8YBraQEmVaKdwawSwXeXvxpMSy9FlscAYWOg,4635
+pandas/tests/groupby/test_groupby_subclass.py,sha256=nU-kd3O1MULwNtX3wUUdDYS3ZQelkRII71nzf4GP7Rw,3887
+pandas/tests/groupby/test_grouping.py,sha256=VdfX2wMW0M72n_32iuEV9EitWfitinb2NlrAW_iEsJE,37196
+pandas/tests/groupby/test_index_as_string.py,sha256=_Afpk7WBsc0VR3hY0oiRz2aux_HVc6D2H3qJS8M8Y4k,2263
+pandas/tests/groupby/test_indexing.py,sha256=4pcoq7U0Y-3S-XFoXgBqfzVQ4uIUNYFd_0INDCaBok4,9428
+pandas/tests/groupby/test_libgroupby.py,sha256=NEBUMY714rJuSd0gZDTp-oPO0eVTWRl6_94MDJeTWyU,9043
+pandas/tests/groupby/test_min_max.py,sha256=1aUxHbWPJwx8K9TQWv8rWs68BFSn_IQzDOeHVisY_AU,7694
+pandas/tests/groupby/test_missing.py,sha256=XSAz12qEgbkRzEAXmH79uya4nZq6UVH0trplfkIO8AY,4864
+pandas/tests/groupby/test_nth.py,sha256=AlKKGPOMct4MKuMZiuHCHtEMjCvklOF49_T8rgVRIqY,26338
+pandas/tests/groupby/test_numba.py,sha256=4l1Urxj3JbxtXdKEzMbWr7rTCqg3JPDr6ZvlubV5Wsc,3191
+pandas/tests/groupby/test_nunique.py,sha256=E0gGe0xWAdGDacjKppQjwXb9ELkTzHo-K2w6nVEnnz0,5799
+pandas/tests/groupby/test_pipe.py,sha256=N8ksKjCc15YvbfDAOswVQTVbLQ7SMmsLhwNxkxONPTE,2237
+pandas/tests/groupby/test_quantile.py,sha256=UMIv76o2dHSEjAxlmL4DHM6H7LANMyka7vnPILuuc44,12774
+pandas/tests/groupby/test_rank.py,sha256=2a5XCayKma0iaOvLBRdT3Bpr3DoNvuhlFvIup1LEJjQ,22408
+pandas/tests/groupby/test_sample.py,sha256=6vw-nQ-hKwdoM2nc4MoDNrAgsBgIbY0Wo1a5bxl1Niw,4926
+pandas/tests/groupby/test_size.py,sha256=tCqn4hug_GS8sGDMNSvevAu9SGnwVcZa6Rte0Tvb_JA,2863
+pandas/tests/groupby/test_timegrouper.py,sha256=QMBuihA_tpZGEXvEsW_KJ1VeTXWVziQ8rJirRpPjAgc,34079
+pandas/tests/groupby/test_value_counts.py,sha256=mNLkGImHEst-S8PmdrVCiUV72lwUaPfIiDz3v2P2Sj0,5688
+pandas/tests/groupby/transform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/groupby/transform/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/groupby/transform/__pycache__/test_numba.cpython-39.pyc,,
+pandas/tests/groupby/transform/__pycache__/test_transform.cpython-39.pyc,,
+pandas/tests/groupby/transform/test_numba.py,sha256=CHX6nrU8-I9rFcQYUL3g1lvY96O3Ch9ULBE1-tMRBEg,7778
+pandas/tests/groupby/transform/test_transform.py,sha256=D_jY15lpyL4hhBBj5EJ7PkrgT2lNC8DVxrgcDCUmvnI,53759
+pandas/tests/indexes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/common.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/datetimelike.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_any_index.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_base.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_engines.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_frozen.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_index_new.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_numpy_compat.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/__pycache__/test_subclass.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/base_class/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_reshape.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/base_class/__pycache__/test_where.cpython-39.pyc,,
+pandas/tests/indexes/base_class/test_constructors.py,sha256=VpDjF1fme0zDS5KGSyuD8KX_B8_77jGmFMzbxbmCaLc,1699
+pandas/tests/indexes/base_class/test_formats.py,sha256=xNzgJAG9JtdV7oMSuBWymTC3SXI2vOL07JkKV7EV6Gs,5611
+pandas/tests/indexes/base_class/test_indexing.py,sha256=agCz2N1zjTmiOoeVWdT3TqboWh7_TKr8oCuquZoFsP8,3065
+pandas/tests/indexes/base_class/test_pickle.py,sha256=ANKn2SirZRA2AHaZoCDHCB1AjLEuUTgXU2mXI6n3Tvw,309
+pandas/tests/indexes/base_class/test_reshape.py,sha256=Nh5S8jgnZ8iV86sdYnAHs2IHVAcitx0J66qWpDRN2pY,2716
+pandas/tests/indexes/base_class/test_setops.py,sha256=xAGUMcjexuCjntIDCIyRWJDrImZ9X8y6X4EL-OwZzoY,9063
+pandas/tests/indexes/base_class/test_where.py,sha256=uq7oB-lk7rsgYQer8qeUsqD5aSECtRPSEUfKzn91BiE,341
+pandas/tests/indexes/categorical/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/categorical/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_append.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_category.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_equals.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_map.cpython-39.pyc,,
+pandas/tests/indexes/categorical/__pycache__/test_reindex.cpython-39.pyc,,
+pandas/tests/indexes/categorical/test_append.py,sha256=LjLMq8GkNrsIVNfTrujLv_TlKo79oA_XbpNUFs-pqVQ,2191
+pandas/tests/indexes/categorical/test_astype.py,sha256=1xSjRgrW3uwCVIQAEJLFfp4cv3IY6FEN4oucfsmAyRE,2746
+pandas/tests/indexes/categorical/test_category.py,sha256=WW8RmOYeexRsU1hRUdQif4FK8DkRqmIKHVwfTekK0fQ,14639
+pandas/tests/indexes/categorical/test_constructors.py,sha256=b-7DNFa8vfGNeBR1nrg4IgT8FZRe7Z75zxnsXr379II,6229
+pandas/tests/indexes/categorical/test_equals.py,sha256=QJ6N7HfB6IG-1C0CtChYGm4EkoimjNWio_1P_1XVMJ4,3331
+pandas/tests/indexes/categorical/test_fillna.py,sha256=sH68aWCabI2qy5dbgxQCXeTfvn1NQgDfM1OT4ojFmaU,1850
+pandas/tests/indexes/categorical/test_formats.py,sha256=fw_FtzSTHo9cpQu3dl7TphscDUVt9efb4kplyp1oFHQ,5983
+pandas/tests/indexes/categorical/test_indexing.py,sha256=NKzJ3Oo6gp8d3k7pgaxfU0oLWP5HMHnn4E394fH91bw,15001
+pandas/tests/indexes/categorical/test_map.py,sha256=adVrNr5LIFJ_l9A2eQkVeDQUwIekXh78ZNs8aZoAb1s,4093
+pandas/tests/indexes/categorical/test_reindex.py,sha256=2UfG9rt0iAbV6wAavIvaaf5sQaQ-UUz8urm5lwYJ0A0,3592
+pandas/tests/indexes/common.py,sha256=W_H0yHXiY_oO-kn5cG36F0fJBZ4KPkGaU8DJaLVJUyg,32192
+pandas/tests/indexes/conftest.py,sha256=oDiXsICtGhGR9WTOSlYybAZgYqTs6yDgKKiouXUuYmI,983
+pandas/tests/indexes/datetimelike.py,sha256=6ynLhYJdG74mzNLVlLwFFIbyLnlkSDPzp6fSoCmRHOk,4346
+pandas/tests/indexes/datetimelike_/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/datetimelike_/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_drop_duplicates.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_equals.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_is_monotonic.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_nat.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_sort_values.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/__pycache__/test_value_counts.cpython-39.pyc,,
+pandas/tests/indexes/datetimelike_/test_drop_duplicates.py,sha256=YaSJls-kbciPJI9-uCrcjlNEFWLnfOb-3s3ByJLJnrw,2394
+pandas/tests/indexes/datetimelike_/test_equals.py,sha256=Cx78NX-vwyTWmAm3ijYWIBwJnpZeDb5fMDvopl2EmuQ,6301
+pandas/tests/indexes/datetimelike_/test_indexing.py,sha256=5S8mOWfeHueVVhp_B28lKWXT1blrKnlcgxKaYEK5K00,1295
+pandas/tests/indexes/datetimelike_/test_is_monotonic.py,sha256=TSxFR2oyOC88-UANueky4q2aOvQKA2-nOTVx2NGVGMg,1522
+pandas/tests/indexes/datetimelike_/test_nat.py,sha256=6-Yr-n4JskfsjbaEPFgaRPKX4S7R-LhQOEQSC7cBybw,1335
+pandas/tests/indexes/datetimelike_/test_sort_values.py,sha256=rvScba-xDP-kgdMHs5WIMi10BMby35ui8rrNnsU_HLc,11464
+pandas/tests/indexes/datetimelike_/test_value_counts.py,sha256=DqURabH7nRmJBxNij4np7Y5KSdMme1uh2RAlGbUQkfs,3108
+pandas/tests/indexes/datetimes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/datetimes/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_asof.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_date_range.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_datetime.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_datetimelike.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_delete.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_freq_attr.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_map.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_misc.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_npfuncs.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_ops.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_partial_slicing.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_reindex.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_scalar_compat.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_timezones.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/__pycache__/test_unique.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/datetimes/methods/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_factorize.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_insert.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_isocalendar.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_repeat.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_shift.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_snap.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_to_frame.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_to_period.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/__pycache__/test_to_series.cpython-39.pyc,,
+pandas/tests/indexes/datetimes/methods/test_astype.py,sha256=0qOV0Pp-hOIDeYB_sCXjEALjidqCcgKxDstr3SKlT08,12041
+pandas/tests/indexes/datetimes/methods/test_factorize.py,sha256=zifOBKB5_vVrBRcEKwxzjQHlh1Pqf6Djdy6E4UNAjqA,3650
+pandas/tests/indexes/datetimes/methods/test_fillna.py,sha256=eESnVTQ8J3iBL24bWKt7TmHxC5FJiLZMpKjw1V376qY,2004
+pandas/tests/indexes/datetimes/methods/test_insert.py,sha256=Xc4TJvuUxO872w62OBXxa-07N1InMub6IYUwyA-Gif4,9474
+pandas/tests/indexes/datetimes/methods/test_isocalendar.py,sha256=Fn46hJpQtTNew2ThFpjzQm_lQ1MacKq_TmMEvCGgaZg,674
+pandas/tests/indexes/datetimes/methods/test_repeat.py,sha256=oYwWHoEg8sPH5wn8WtIaxrZKr5vBttp4pBboN9Dm0tk,2397
+pandas/tests/indexes/datetimes/methods/test_shift.py,sha256=fv2MuUfGDZ3dr9nPUl9rd6bTLJXbA3BhXl-FRaspplY,5476
+pandas/tests/indexes/datetimes/methods/test_snap.py,sha256=4MjAWtrwT8ECdzdwZecCGk1dU3Qnujww13URjVJCSLQ,1919
+pandas/tests/indexes/datetimes/methods/test_to_frame.py,sha256=HTPLfWBXDgutMFm8zL1JA9quz_J2or-_QnKyJRIdx3Y,1150
+pandas/tests/indexes/datetimes/methods/test_to_period.py,sha256=mw7eVEnTwHU0ctTsDmXz-ZSk1-serTVMEsK4S4PGf_Q,6751
+pandas/tests/indexes/datetimes/methods/test_to_series.py,sha256=FzOEACb50yqSkabiMVEADrSn9FQktYVoYl9w0WQSxqA,1275
+pandas/tests/indexes/datetimes/test_asof.py,sha256=-fxHseqPYK14ugv7nc3x_WBHx8eY_UrhLosw4XIPRHM,751
+pandas/tests/indexes/datetimes/test_constructors.py,sha256=lrvAYnOToKjhxnWCbiwM2vqGSNy5pG4z-oqW8eZ7NX4,42077
+pandas/tests/indexes/datetimes/test_date_range.py,sha256=v5vDemd9iDBfXHDJO4AKRbNqcBNYI1CSOotFUMAviho,40542
+pandas/tests/indexes/datetimes/test_datetime.py,sha256=LKB3X7iAoMi2f3JhV-lXxRqBhxzN04V9ZYjF1t-znxw,5703
+pandas/tests/indexes/datetimes/test_datetimelike.py,sha256=dojYWFsorAGyfnZcDYxaWm75h7Pk5N_iXgQuTCp64yQ,991
+pandas/tests/indexes/datetimes/test_delete.py,sha256=O1cbea-LEF4l8yHLLrNaLBI67KXrfKUvYlYzQ_4DGfo,4594
+pandas/tests/indexes/datetimes/test_formats.py,sha256=PJ8SAOqjWhuyMClebBjeYcm1-ey-ZVI08Rwbv-e5j8w,9408
+pandas/tests/indexes/datetimes/test_freq_attr.py,sha256=GbLRYe-E-Jraq7UVQrdnuwwUEHyy9vA_DQLK1cDvUz0,1732
+pandas/tests/indexes/datetimes/test_indexing.py,sha256=w5Smrhkr8kr4cH0-eu3OPI74YXOd2VOpXgXAJUI5fjo,29275
+pandas/tests/indexes/datetimes/test_join.py,sha256=t79t8YyPoyHmWOSp2SbFxXtHvpuddYpIw_YzLGpZsEk,4817
+pandas/tests/indexes/datetimes/test_map.py,sha256=JILLZ1zcVd7jXKYWrgek7CtymjbTaEQajLMfVwZBr4A,1370
+pandas/tests/indexes/datetimes/test_misc.py,sha256=D1UaUZII0eMkd_zLvtX7gyKvinj2iPLNxNOS9IX2YGs,12200
+pandas/tests/indexes/datetimes/test_npfuncs.py,sha256=cjjuxeekM2IUf-nx3WKVonrwNAuhZnVgQHNAXdhglog,384
+pandas/tests/indexes/datetimes/test_ops.py,sha256=ADlYknXyZpYXXnSe5LRlHjk3hGIVkfhZWgLeUUWdK4Y,2175
+pandas/tests/indexes/datetimes/test_partial_slicing.py,sha256=CULHkBixXg1sNd4CXa7gBDaCbfsa7PJaE7m9DtVfnBU,16423
+pandas/tests/indexes/datetimes/test_pickle.py,sha256=cpuQl8fsaqJhP4qroLU0LUQjqFQ0uaX3sHql2UYOSg4,1358
+pandas/tests/indexes/datetimes/test_reindex.py,sha256=s1pt3OlK_JdWcaHsxlsvSh34mqFsR4wrONAwFBo5yVw,2145
+pandas/tests/indexes/datetimes/test_scalar_compat.py,sha256=PZFddJOEe6inJQgS7AqCqyVDUrejCZJGX-KciSEY1FU,12658
+pandas/tests/indexes/datetimes/test_setops.py,sha256=0xik4jtOzzsanvbB5990ys0pS-B7EeJS_fqEOwIdclE,21005
+pandas/tests/indexes/datetimes/test_timezones.py,sha256=1dtbVtab5UoBQZKk2K33nJF1qL7ucr-DDhkQznKvrVc,45679
+pandas/tests/indexes/datetimes/test_unique.py,sha256=drRXIZFi4WYjNzrJvqaD4nuoJdufsHpj3Tk-2StIruE,2065
+pandas/tests/indexes/interval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/interval/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_base.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_equals.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_interval_range.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_interval_tree.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/interval/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/interval/test_astype.py,sha256=V3CO1mV9eaBbXAO0etgROCg-OgDeL5m5-nbVD_s7qwI,8772
+pandas/tests/indexes/interval/test_base.py,sha256=ziXak6DrsBFNOhjwkCcOK8-Rkymd8oAazJhBY07F5s4,2372
+pandas/tests/indexes/interval/test_constructors.py,sha256=4ZQURyTiX5TRy2rNIC-eSD7qeii9RprGysbVUoESebc,17207
+pandas/tests/indexes/interval/test_equals.py,sha256=a7GA_whLbOiS4WxUdtDrqKOUhsfqq3TL0nkhqPccuss,1226
+pandas/tests/indexes/interval/test_formats.py,sha256=jqe5OgfjEaQkgm1Vu69Lp0V4hDipxDZbUhGmFDfXrPM,3288
+pandas/tests/indexes/interval/test_indexing.py,sha256=LfkZ9YCeDSzkiHnMbU4_m-RX40MpZxCesp34VzRUEQg,23021
+pandas/tests/indexes/interval/test_interval.py,sha256=uz-T0rDR3dtkNQqKx9-dRL5bcjU38H6q7XHiKqokxRs,34417
+pandas/tests/indexes/interval/test_interval_range.py,sha256=xUVurv9UbC_boXzljUVkmjNdxVCeRYS33z_JyEhDB74,13249
+pandas/tests/indexes/interval/test_interval_tree.py,sha256=bgN30OWGJJrlN_tHPEZxxp4DgPTvuybomdsXrfBHMIc,7627
+pandas/tests/indexes/interval/test_join.py,sha256=HQJQLS9-RT7de6nBHsw50lBo4arBmXEVZhVMt4iuHyg,1148
+pandas/tests/indexes/interval/test_pickle.py,sha256=Jsmm_p3_qQpfJ9OqCpD3uLMzBkpsxufj1w6iUorYqmk,435
+pandas/tests/indexes/interval/test_setops.py,sha256=Bxr__XGHJyfpOZFZeXkcT95Bw-5qk_pNB6aq8vfUU6M,8118
+pandas/tests/indexes/multi/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/multi/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_analytics.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_compat.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_conversion.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_copy.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_drop.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_duplicates.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_equivalence.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_get_level_values.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_get_set.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_integrity.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_isin.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_lexsort.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_missing.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_monotonic.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_names.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_partial_indexing.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_reindex.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_reshape.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_sorting.cpython-39.pyc,,
+pandas/tests/indexes/multi/__pycache__/test_take.cpython-39.pyc,,
+pandas/tests/indexes/multi/conftest.py,sha256=ZgvdOQaEdSuZlqaxOPruOT82EYGixYOZkky5KKC3TBI,2152
+pandas/tests/indexes/multi/test_analytics.py,sha256=HBhD9wSeJ9ZSmQQHrzSlihOpp1Tr74r_T_WpsubTbp0,6609
+pandas/tests/indexes/multi/test_astype.py,sha256=YmTnPF6qXwvYY82wZfQ8XFwVwOYYsIls3LSrdADDW-4,924
+pandas/tests/indexes/multi/test_compat.py,sha256=7oz0tTWCVkzibvxCvvGV9KMwdt_3pkFkrlu6oCof7Ts,3023
+pandas/tests/indexes/multi/test_constructors.py,sha256=P2si2oJVMN_80p7OjtsiaPQ3lxR8270h-oZdRjwjk7U,26066
+pandas/tests/indexes/multi/test_conversion.py,sha256=8okPvlaOQgJzneUiy3MTwHU4Z9_th4cadqAxPiV-nLc,4957
+pandas/tests/indexes/multi/test_copy.py,sha256=Eto8DRNYwpXSu6ua1rLA4PoBiufFnJHpikFjkEWrsR8,3074
+pandas/tests/indexes/multi/test_drop.py,sha256=GXKvsJ8uCDLA21ELlPsSkfdvDSeEfAQmxBFG59b2T8s,6092
+pandas/tests/indexes/multi/test_duplicates.py,sha256=Ze8SFwbLtFJaqHk_30jtHsMBuRjUg15NBOVZ5oA3qk8,11048
+pandas/tests/indexes/multi/test_equivalence.py,sha256=suODYEri3Uw-qo2fjIikD_x58WgKDrwVbrF5EOfLPBI,9122
+pandas/tests/indexes/multi/test_formats.py,sha256=OCoXHby1alf1N3ZmteynEbc28uP4ifqpezkuFBLQtGk,8445
+pandas/tests/indexes/multi/test_get_level_values.py,sha256=_OnQzb7OKbHVJve-efZunLhZgj9Ayt5dXQxaKlPMDtc,3971
+pandas/tests/indexes/multi/test_get_set.py,sha256=UBv_lFO_xV55JBxFY4A1UMrqt_PfvEU0okwcQjs4zSc,17139
+pandas/tests/indexes/multi/test_indexing.py,sha256=lWc7xBzV-fuwjcFFegNomtvTI6nunwd8uDcJ4Tzya_c,32537
+pandas/tests/indexes/multi/test_integrity.py,sha256=USw71DDVac3g79OSvbHxYdlkwBlZQMF_95JBEMs58kM,8572
+pandas/tests/indexes/multi/test_isin.py,sha256=OQJsb-GOjjohnrPMTT79W84SgI5dyUgeX31M3gJZ1YI,2726
+pandas/tests/indexes/multi/test_join.py,sha256=7o0EZczJ6FeBZ_7KS1RN87uMVzGMMe6IBu8gijai8Vc,6345
+pandas/tests/indexes/multi/test_lexsort.py,sha256=FITH0pu_YA8Ws-ZGn9jxLJ4oVhh3OpOcC-AqNcgvf6U,2008
+pandas/tests/indexes/multi/test_missing.py,sha256=oxtBiwN7askAsRHYjT2Z3L1pde5sWk_t7fgJ54BBOw0,3349
+pandas/tests/indexes/multi/test_monotonic.py,sha256=5xlESrQOEcFWdr0iB3OipJtA6-RzriU3Yq2OQGgP0M4,7007
+pandas/tests/indexes/multi/test_names.py,sha256=-49hYtcg98EzL0hPjnw_Ckz54-Qh6SG-SXmI2h9lxwE,6770
+pandas/tests/indexes/multi/test_partial_indexing.py,sha256=5nR6tybKW-LJ7oBePNyFJdoWYjGw5BW2rixkYKA1cy0,4768
+pandas/tests/indexes/multi/test_pickle.py,sha256=ZJVZo0DcXDtV6BAUuPAKbwMV8aGfazJLU7Lw6lRmBcw,259
+pandas/tests/indexes/multi/test_reindex.py,sha256=rzGMvn5L3c0AIvcJRW3_6d8ejWIBZ-rpPdP1OTmMIU0,5444
+pandas/tests/indexes/multi/test_reshape.py,sha256=WK0BgD1u6-I-yd9zXl5uq6bOMt3m5seOGOHR514C7zA,5069
+pandas/tests/indexes/multi/test_setops.py,sha256=R4OqDGjI8jDLiar7JAIsqm-kprANKihsLN89ZWGr9DE,18321
+pandas/tests/indexes/multi/test_sorting.py,sha256=rayjge4g5DCxutjJcVn3mxtErS0DHebjTR5o0CIB4gQ,8631
+pandas/tests/indexes/multi/test_take.py,sha256=gr4gf2ceh3hf8bcRVVwY2Gz_apjyAtpXa4UM8TFq0TE,2501
+pandas/tests/indexes/numeric/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/numeric/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/numeric/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/numeric/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/numeric/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/numeric/__pycache__/test_numeric.cpython-39.pyc,,
+pandas/tests/indexes/numeric/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/numeric/test_astype.py,sha256=GhVhKddBANlfWSydWg9ys398MlIXVoeHuOxpYAVrZqw,3449
+pandas/tests/indexes/numeric/test_indexing.py,sha256=3yjvavzxYkNkN8HLSm_ZApRO4Rec2HKjQ63ayBIkkbM,22849
+pandas/tests/indexes/numeric/test_join.py,sha256=WJpiOdDNAF93WQZ4QpaaFRnuc_bI61VkvH6o1dcGUIc,14745
+pandas/tests/indexes/numeric/test_numeric.py,sha256=Ddbr33KIct958_WOYkJaqUnML_jGAT-dQIvoTbZcu_U,23101
+pandas/tests/indexes/numeric/test_setops.py,sha256=vBogaN4SwZb6jQhUzfEcA-vRVo96dE9_UPOgZZ06BF0,5653
+pandas/tests/indexes/object/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/object/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/object/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/object/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/object/test_astype.py,sha256=5DKr-bAr4d11RZAxZIOEF8PLpJH3NeN4nXgFePfRwH8,643
+pandas/tests/indexes/object/test_indexing.py,sha256=uZuVDDO94l1oxHA4PcJgpzYdPMS-BRVxKX3RutRU_Do,8434
+pandas/tests/indexes/period/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/period/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_freq_attr.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_monotonic.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_partial_slicing.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_period.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_period_range.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_resolution.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_scalar_compat.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_searchsorted.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/period/__pycache__/test_tools.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/period/methods/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_asfreq.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_factorize.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_insert.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_is_full.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_repeat.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_shift.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/__pycache__/test_to_timestamp.cpython-39.pyc,,
+pandas/tests/indexes/period/methods/test_asfreq.py,sha256=14T9oZNDGVLX6n8DXkDCHdaScbSnpOYAvRQk8QRymdQ,5445
+pandas/tests/indexes/period/methods/test_astype.py,sha256=nWIyKnqyAYdlluG4PgXlAuNGPkKfTXZIr1GF3FoWLaw,6724
+pandas/tests/indexes/period/methods/test_factorize.py,sha256=wqktTsRc04u0hgUxTzN5TCxoaVKMzd6xk5A6q1fw-DQ,1746
+pandas/tests/indexes/period/methods/test_fillna.py,sha256=BsNanStMuVV5T8S4tPNC7BJSExKOY2zmTws45qTkBGE,1125
+pandas/tests/indexes/period/methods/test_insert.py,sha256=JT9lBhbF90m2zRgIwarhPqPtVbrvkLiihZxO-4WHvTU,482
+pandas/tests/indexes/period/methods/test_is_full.py,sha256=hQgnnd22PyTFp68XVlsfcARnC-wzrkYJ3ejjdTGRQM4,570
+pandas/tests/indexes/period/methods/test_repeat.py,sha256=1Nwn-ePYBEXWY4N9pFdHaqcZoKhWuinKdFJ-EjZtFlY,772
+pandas/tests/indexes/period/methods/test_shift.py,sha256=E71NmVZzq5ydpiFRsWKoxth9A9KOH-nULX-53N6shOs,4411
+pandas/tests/indexes/period/methods/test_to_timestamp.py,sha256=ptaAkDJ3dDMzUk32Y5rk7z6PvJHxghcxuHwiDBOwRfw,4667
+pandas/tests/indexes/period/test_constructors.py,sha256=kk1NJzqknTALvoD2PTonuBUTGnsdA_zokeSL4KeMcrY,20375
+pandas/tests/indexes/period/test_formats.py,sha256=noe6JwN9tpC63DJFN2Yv2sn5xPRjLVkwkegsrmhi0XQ,6587
+pandas/tests/indexes/period/test_freq_attr.py,sha256=KL1xaip5r7nY-3oLW16bmogfkYljsGJEJGKxn6w72Fo,646
+pandas/tests/indexes/period/test_indexing.py,sha256=gHLr2nNeKyqea0In9M7Xk8JZSehxaT0SfxL8FXDv1ts,32453
+pandas/tests/indexes/period/test_join.py,sha256=h4iFrQ5ifIB6WU0u4PXXopNdOcCOd3TdDuyXoXkDU14,1820
+pandas/tests/indexes/period/test_monotonic.py,sha256=9Sb4WOykj99hn3MQOfm_MqYRxO5kADZt6OuakhSukp4,1258
+pandas/tests/indexes/period/test_partial_slicing.py,sha256=GCD06WYFaHc8zfxqX1RK-v9Z9A7BwRaCxDBeH0bxQLA,7533
+pandas/tests/indexes/period/test_period.py,sha256=dFLgi8DrAGEm7oIQCE_Q_0ja9jRme0gBDIeUOgKGLpY,11677
+pandas/tests/indexes/period/test_period_range.py,sha256=6t7JYdgPAAEY6Q3VaEne4eEVagVRSkF2u4gbyzv7frM,4259
+pandas/tests/indexes/period/test_pickle.py,sha256=YD8TfXhgHGxihSshKGs2PghFdtKL7igL05b7ZlHISbU,692
+pandas/tests/indexes/period/test_resolution.py,sha256=bTh8yDI26eG73SVQH1exf9TA5Vt4XiWu70f3fb8i2L4,567
+pandas/tests/indexes/period/test_scalar_compat.py,sha256=KFrPgFM24rpvHocDoAnZjEu8pZdS8RDHWlmv6jFZZ8w,1140
+pandas/tests/indexes/period/test_searchsorted.py,sha256=AF1ruU22wQWnDiDEjKD_lg6en9cJRQbky9Z6z-3QZCM,2604
+pandas/tests/indexes/period/test_setops.py,sha256=7qOhfoOLPfavnvMoeguJhu7H4f8LYY5Xog5ie5lr0SM,12359
+pandas/tests/indexes/period/test_tools.py,sha256=MDWuhrS2B0sJaE500BtD3Oq7l32TlFDtAHgVP0wM0ok,1162
+pandas/tests/indexes/ranges/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/ranges/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/ranges/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/ranges/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/ranges/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/ranges/__pycache__/test_range.cpython-39.pyc,,
+pandas/tests/indexes/ranges/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/ranges/test_constructors.py,sha256=5hSb0AVntQGgJkik8FTd2ZaoqDyl4uetyBTZB1OWHSE,5414
+pandas/tests/indexes/ranges/test_indexing.py,sha256=pKLrd9zPnXdTw8dw6A0TAgZ8Da6SufTaTTqfTO6U1OU,3446
+pandas/tests/indexes/ranges/test_join.py,sha256=EqOd_q38_IiDe8CbXE9eVbtWocEBUY5HxjJVR4l8O20,6161
+pandas/tests/indexes/ranges/test_range.py,sha256=-WDATFu8HEbi8ikbHYH3yFPE_H6LHrzcdT8VWYFhEuE,20175
+pandas/tests/indexes/ranges/test_setops.py,sha256=eq7dE_3mNxyqJRUeEBCgIZmg937WKK5nNYGTAnPUbtQ,17561
+pandas/tests/indexes/test_any_index.py,sha256=hZ39bzHu2Yj1oIlfHYEoGfDc_nP-5SyoMBDaboLxfag,5787
+pandas/tests/indexes/test_base.py,sha256=SQoCX-jxTEztzV3OSQNLcCGes56kj6qeprTce4NdS4I,56076
+pandas/tests/indexes/test_common.py,sha256=ncefIZLVVMJVxqZbnuSiVYQHeQbIXtWoDJVNM7Pymes,17548
+pandas/tests/indexes/test_engines.py,sha256=jRr76XUGfXZlaFjRC5IM6h_QbnojsNOegMBfg_COamg,6698
+pandas/tests/indexes/test_frozen.py,sha256=ocwmaa3rzwC7UrU2Ng6o9xxQgxc8lDnrlAhlGNvQE0E,3125
+pandas/tests/indexes/test_index_new.py,sha256=5Vp11lNDokJMOVSBb2M2UxZV4hEMVmj0IA3uqbdziNM,12565
+pandas/tests/indexes/test_indexing.py,sha256=sCUWtP1X32i2FCgRQT-Lb_Q5h7S-MevvT76790bf-X4,11802
+pandas/tests/indexes/test_numpy_compat.py,sha256=HfkA3gOkbRCDTdDkoQojqX-p4H2etHOh1Nn5nBPvIo8,5733
+pandas/tests/indexes/test_setops.py,sha256=ysE1VKO4K4pMtOu_4ddIVp_u0bIyKR9so7DrN1hMCKY,29266
+pandas/tests/indexes/test_subclass.py,sha256=KrUPrLXl5ieLcCaikl-kZhNWW4OaZvwzMX_1kpnjBZk,1014
+pandas/tests/indexes/timedeltas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/timedeltas/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_delete.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_freq_attr.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_ops.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_scalar_compat.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_searchsorted.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_setops.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_timedelta.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/__pycache__/test_timedelta_range.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexes/timedeltas/methods/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_factorize.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_insert.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_repeat.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/__pycache__/test_shift.cpython-39.pyc,,
+pandas/tests/indexes/timedeltas/methods/test_astype.py,sha256=zuersBqGZP9n9b4WU9VQ0UF73ZDcji3oP9VcaT6GXzE,4319
+pandas/tests/indexes/timedeltas/methods/test_factorize.py,sha256=aqhhwRKZvfGxa3v09X5vZ7uBup8n5OjaUadfJpV6FoI,1292
+pandas/tests/indexes/timedeltas/methods/test_fillna.py,sha256=F7fBoEG-mnu16ypWYmK5wbIovQJKL0h86C1MzGkhPoE,597
+pandas/tests/indexes/timedeltas/methods/test_insert.py,sha256=otM2JzsPVcYd6pKHZf11DoP9hpG_fYBPmkIhabkNsnY,4714
+pandas/tests/indexes/timedeltas/methods/test_repeat.py,sha256=vPcNBkY4H2RxsykW1bjTg-FSlTlQ2H1yLb-ZsYffsEg,926
+pandas/tests/indexes/timedeltas/methods/test_shift.py,sha256=CmuWUFPcF58DWcCC6FhkxOAMyWjAjUCmKVeGMNk_A6Q,2751
+pandas/tests/indexes/timedeltas/test_constructors.py,sha256=ZRWmzYL39seaFckJ-_6qGHzL4FHIlvFxib6DV2IHDeE,9595
+pandas/tests/indexes/timedeltas/test_delete.py,sha256=-5uYhDUCD55zv5I3Z8aVFEBzdChSWtbPNSP05nqUEiA,2398
+pandas/tests/indexes/timedeltas/test_formats.py,sha256=3U2kMrD4Jmhrj8u5pkxM6yRlptxenAZ3vBBPD9GQFL4,3293
+pandas/tests/indexes/timedeltas/test_freq_attr.py,sha256=RvQK4DnQry93RvsGKq-2EqMOe-5uzuxaH-wERgoqCPM,1824
+pandas/tests/indexes/timedeltas/test_indexing.py,sha256=jElyuZ7VGNdTnqtHokkHawc6RCtBX04gKOL0yKpEaCc,12743
+pandas/tests/indexes/timedeltas/test_join.py,sha256=GKTVWVqmG4P_0WbS1YA3FHlwrZLM97tjMwwPy6uDUa0,1514
+pandas/tests/indexes/timedeltas/test_ops.py,sha256=nfGyNJvNy7_jmWebKjevLKhyAMNvI5jytkZTNlpEC-g,393
+pandas/tests/indexes/timedeltas/test_pickle.py,sha256=QesBThE22Ba17eUdG21lWNqPRvBhyupLnPsXueLazHw,302
+pandas/tests/indexes/timedeltas/test_scalar_compat.py,sha256=Zi3lgXWRGy_6UYQjEcNdkt1NDW4quvkBl7IP_O2NQ_I,4512
+pandas/tests/indexes/timedeltas/test_searchsorted.py,sha256=kCE0PkuPk1CxkZHODe3aZ54V-Hc1AiHkyNNVjN5REIM,967
+pandas/tests/indexes/timedeltas/test_setops.py,sha256=AXLfBLdlIg1vKPoOYhO27BnrAV5TFvVSnZRBNtUiuUQ,9521
+pandas/tests/indexes/timedeltas/test_timedelta.py,sha256=Dz2pu65gMNyACa3Az6zvTC16ZK9mz_Hi1-Zr5m4ggZA,4517
+pandas/tests/indexes/timedeltas/test_timedelta_range.py,sha256=BVg1H4EpYv1ZUHb2luJDU5HXwNJqrBNBFHGDFio1kM4,3288
+pandas/tests/indexing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexing/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/common.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_at.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_chaining_and_caching.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_check_indexer.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_coercion.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_datetime.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_floats.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_iat.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_iloc.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_indexers.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_loc.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_na_indexing.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_partial.cpython-39.pyc,,
+pandas/tests/indexing/__pycache__/test_scalar.cpython-39.pyc,,
+pandas/tests/indexing/common.py,sha256=gN-D5XEGt-QDymXj0UDQcY9RmyOTHkk75_sdWoaVwj4,5290
+pandas/tests/indexing/interval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexing/interval/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexing/interval/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/indexing/interval/__pycache__/test_interval_new.cpython-39.pyc,,
+pandas/tests/indexing/interval/test_interval.py,sha256=ascX0OUwi24O8X6xKVsh8JSu9zYp9KTQoS7GJ8I4540,5941
+pandas/tests/indexing/interval/test_interval_new.py,sha256=ZsEzNR4SZA-stVY9K8fK9XJCHfJ14OCHUXgHxu-7zXs,7939
+pandas/tests/indexing/multiindex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/indexing/multiindex/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_chaining_and_caching.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_datetime.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_getitem.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_iloc.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_indexing_slow.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_loc.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_multiindex.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_partial.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_setitem.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_slice.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/__pycache__/test_sorted.cpython-39.pyc,,
+pandas/tests/indexing/multiindex/test_chaining_and_caching.py,sha256=mRmQXmJ5NrxW9-wDNLGJUzRXwhRso_zrsBZV6ZDLcq0,2416
+pandas/tests/indexing/multiindex/test_datetime.py,sha256=cditJuDyVUhpC6mCnjTfOWYoo9tbsXsG-LlTo_ngSGU,1209
+pandas/tests/indexing/multiindex/test_getitem.py,sha256=di1r6rv0RNb3g_F8iqOm-g8rM81x-cNk42YsHYp3bIU,12609
+pandas/tests/indexing/multiindex/test_iloc.py,sha256=saCNMV4Y5od81B7_hHVSEqMZ3gSsg16z4CSr8p81Sh8,4837
+pandas/tests/indexing/multiindex/test_indexing_slow.py,sha256=oPW7i8xpohgox8NSK97vEhqp-kyAW5Zj2GfUaFXMfxA,2864
+pandas/tests/indexing/multiindex/test_loc.py,sha256=I3ocnAkPlq2YX6O5Eyk8rFiR7uJu2XJjsl2p9i-0j4A,31608
+pandas/tests/indexing/multiindex/test_multiindex.py,sha256=kOdFUbjhDRfwxFS1M7eHuR244xmrvMFIO9GdCLEADrI,7549
+pandas/tests/indexing/multiindex/test_partial.py,sha256=7wKf86JnocFbVP9oVvVPv754bx1c27LNKshsfk6fhW0,8624
+pandas/tests/indexing/multiindex/test_setitem.py,sha256=ubhVEAYn3LkCr81g_G6_ydgbJIXHdrCVTxJCiBwd1Uk,17320
+pandas/tests/indexing/multiindex/test_slice.py,sha256=1vJM037DXNWTQluZvpJQB1Uhq-Y9eV4qkJKUDGPDXNs,27255
+pandas/tests/indexing/multiindex/test_sorted.py,sha256=7ziWHBd1SWeR2ms0318x2v0IxHp7ztkwK0VSUU_Kfuc,4460
+pandas/tests/indexing/test_at.py,sha256=RXSX6nRei0NMtv5LTW4rZNuXTPTzYHrFfIozMMYWRJo,7423
+pandas/tests/indexing/test_categorical.py,sha256=veFf3mr5ma7kuGTlEdVTEab29RFgXXphWo10rKpAYpI,19108
+pandas/tests/indexing/test_chaining_and_caching.py,sha256=Om6Kmp1cCcpsSl8xM5aQvahZ6_89DzLG8EdrvXiRbkA,20139
+pandas/tests/indexing/test_check_indexer.py,sha256=tfr2a1h6uokN2MJDE7TKiZ0iRaHvfSWPPC-86RqaaDU,3159
+pandas/tests/indexing/test_coercion.py,sha256=jbvtu-266lATJAMLgU3utsKtGAdfxX34Sf8TCq4ezaY,32187
+pandas/tests/indexing/test_datetime.py,sha256=EtObeNNmXR2U5NC3JP9qlMOx41X0aSULlIDy8jcppyc,5192
+pandas/tests/indexing/test_floats.py,sha256=vBBtQLbAzk1o5CNoxZTJ2iMT2A6y7JwOsOtlxsIqJjY,19755
+pandas/tests/indexing/test_iat.py,sha256=d1FxSRI_u-DNj3hyUGHpabrkfjD6BxpBG2E6alaoe0Q,1301
+pandas/tests/indexing/test_iloc.py,sha256=kjllgEu-SVGEOVAhU9XIoCBFoMHcRL1xMAYleVNCa2c,50247
+pandas/tests/indexing/test_indexers.py,sha256=agN_MCo403fOvqapKi_WYQli9AkDFAk4TDB5XpbJ8js,1661
+pandas/tests/indexing/test_indexing.py,sha256=hOb-3Mb922Yx2bIeyTbyO1HaZjDVjLQzu2e2nM8cA1U,38132
+pandas/tests/indexing/test_loc.py,sha256=wCrrNMsjMGzZHij7_89kXp45jMCq2CAlqRnZ_lG662E,112263
+pandas/tests/indexing/test_na_indexing.py,sha256=OEUcIBMeKZq2cwvSkk-m6meKpOHnKgrS3pPUYw0R4rQ,2309
+pandas/tests/indexing/test_partial.py,sha256=QOy4Lri8pnlbnPOa9q7_bEt0jQd-IvdgH-MzRwOjqDI,23805
+pandas/tests/indexing/test_scalar.py,sha256=w3CpjtUgpQyJ0tRWuaCuqTqK11Egy-xmyydRSoKc6-w,9410
+pandas/tests/interchange/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/interchange/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/interchange/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/interchange/__pycache__/test_impl.cpython-39.pyc,,
+pandas/tests/interchange/__pycache__/test_spec_conformance.cpython-39.pyc,,
+pandas/tests/interchange/__pycache__/test_utils.cpython-39.pyc,,
+pandas/tests/interchange/conftest.py,sha256=UD3FhDw8bfbLKaMr5xrKtYa7naSvaLg4watqloO5Th4,227
+pandas/tests/interchange/test_impl.py,sha256=q60lfEk2I1deHsaTHD7zy2Qjadnvzr8EDRx72w2W1sY,6103
+pandas/tests/interchange/test_spec_conformance.py,sha256=o-pD6D77a1PQ6iJ4RIB4Fy8yXWqnG7EINP-tHlPfb3k,5380
+pandas/tests/interchange/test_utils.py,sha256=LEPyGiDjV37b4LanEBDJDKjG6MARZTZl4Hcg22kZJ9s,1333
+pandas/tests/internals/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/internals/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/internals/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/internals/__pycache__/test_internals.cpython-39.pyc,,
+pandas/tests/internals/__pycache__/test_managers.cpython-39.pyc,,
+pandas/tests/internals/test_api.py,sha256=F483y53JhDojBuTkeq0BkQFnzc-k_tVIdza4AhoDSoA,1231
+pandas/tests/internals/test_internals.py,sha256=GKEnurLoPL2ZBQJlyYlNjyPCK180xAo0s0gkxkjulOM,49758
+pandas/tests/internals/test_managers.py,sha256=qb2taX-5YUvM7r7_pseSpIwAJ3g1BJaLwAG1fhGFbz8,2527
+pandas/tests/io/__init__.py,sha256=Q7gL-8SOTRq5t-qKAOtlCiI5f1jYKWA9zA-7gC112Gc,852
+pandas/tests/io/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/io/__pycache__/generate_legacy_storage_files.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_clipboard.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_compression.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_date_converters.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_feather.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_fsspec.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_gcs.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_html.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_orc.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_parquet.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_pickle.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_s3.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_spss.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_sql.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_stata.cpython-39.pyc,,
+pandas/tests/io/__pycache__/test_user_agent.cpython-39.pyc,,
+pandas/tests/io/conftest.py,sha256=tGIspy_Ki9mrVM7f7ISfWumCQqMTWP11vfOiRzQrIck,6205
+pandas/tests/io/data/fixed_width/fixed_width_format.txt,sha256=KRJHKQdxeXV4qyPuepdgcsB1A9ZFRLxrXzqMG07-EqA,30
+pandas/tests/io/data/gbq_fake_job.txt,sha256=kyaUKMqaSigZ2_8RqqoMaVodYWXafyzni8Z9TSiUADQ,904
+pandas/tests/io/data/legacy_pickle/1.2.4/empty_frame_v1_2_4-GH#42345.pkl,sha256=9VK5EuxJqzAoBgxXtuHCsIcX9ZcQ_sw2PlBsthlfprI,501
+pandas/tests/io/data/parquet/simple.parquet,sha256=_jxeNalGZ6ttpgdvptsLV86ZEEcQjQAFGNSoJR-eX3k,2157
+pandas/tests/io/data/pickle/test_mi_py27.pkl,sha256=KkWb_MQ667aei_mn4Yo6ThrZJstzuM6dumi1PcgRCb0,1395
+pandas/tests/io/data/pickle/test_py27.pkl,sha256=Ok1FYmLF48aHtc8fZlbNctCETzsNvo8ApjxICEcYWEs,943
+pandas/tests/io/data/xml/baby_names.xml,sha256=flfZ-HcZ5QO6DvaaFA2e7XJB1desEHryQFOBmurC4S0,1108
+pandas/tests/io/data/xml/books.xml,sha256=0N4zdS5Ia80hq5gI9OsuwAdM1p7QccVD6JzlcHD_ix8,554
+pandas/tests/io/data/xml/cta_rail_lines.kml,sha256=uEyVTvx-pjTpVruEbwRcnrU4x3bJK0rprBUtgLIVc_w,12034
+pandas/tests/io/data/xml/doc_ch_utf.xml,sha256=CPOsq8fWbT9_C3EO_cjlCo4KUtoPN5jtWQ3tMYI-GhQ,1300
+pandas/tests/io/data/xml/flatten_doc.xsl,sha256=0tJpGr-l7NVt8YkTaKxxSp3GSCFZSsEUNGscmngaPv8,651
+pandas/tests/io/data/xml/row_field_output.xsl,sha256=rReuvAygnO43bkyw7nUDw7xuxG4eXYaZ8q3D_BJ1IGQ,545
+pandas/tests/io/excel/__init__.py,sha256=_vnAKDx9Kh3iHppx3TXKloeQ2wxlwb-C0YHx_XnUwI0,633
+pandas/tests/io/excel/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_odf.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_odswriter.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_openpyxl.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_readers.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_style.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_writers.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_xlrd.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_xlsxwriter.cpython-39.pyc,,
+pandas/tests/io/excel/__pycache__/test_xlwt.cpython-39.pyc,,
+pandas/tests/io/excel/conftest.py,sha256=l83aZZj5ivLoF2obhREvXAILOqednHJL4B46WjefZqM,1471
+pandas/tests/io/excel/test_odf.py,sha256=iPVcsuHTUoV0Le4V8iWJWNiNsK1EPpnUO2zYQaiLUkI,1416
+pandas/tests/io/excel/test_odswriter.py,sha256=gG5XDvdWluZNLamHY9jguGwxrdtQnfubUoCwFbJDe8w,2137
+pandas/tests/io/excel/test_openpyxl.py,sha256=nNkwdi7-kra3maFqPo2XCNwd5zUPmq1rKWhT6aofMvM,14695
+pandas/tests/io/excel/test_readers.py,sha256=Eir4WNfjCoHJu9J9ladoy_n6QzzVfhgHU1sbBRbIqUQ,59298
+pandas/tests/io/excel/test_style.py,sha256=yXg6NsQcv290jyGPUTiJ8KuD8vIuhV57AErxRaRjPjw,11106
+pandas/tests/io/excel/test_writers.py,sha256=m1JTB1tQtJJiclQjXrEVHSlS6bqyfrx9CFIwdoC_ca0,51073
+pandas/tests/io/excel/test_xlrd.py,sha256=t0B-Ba7-2ie2oEOnCxGbgOadN_zEY1nYMo3YLpv9H_w,2732
+pandas/tests/io/excel/test_xlsxwriter.py,sha256=ouVI3y7u-A9G9N_tTq0PcjffSrKKX5FiGZ5N7YC1Ql4,3311
+pandas/tests/io/excel/test_xlwt.py,sha256=jEPiU9kiM-9w3f9BS2YcrZjdG0aNT5vHHVpP5Owrbo8,4843
+pandas/tests/io/formats/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/formats/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_console.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_css.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_eng_formatting.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_format.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_info.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_printing.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_series_info.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_csv.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_excel.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_html.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_latex.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_markdown.cpython-39.pyc,,
+pandas/tests/io/formats/__pycache__/test_to_string.cpython-39.pyc,,
+pandas/tests/io/formats/style/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/formats/style/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_bar.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_deprecated.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_exceptions.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_format.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_highlight.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_html.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_matplotlib.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_non_unique.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_style.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_to_latex.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_to_string.cpython-39.pyc,,
+pandas/tests/io/formats/style/__pycache__/test_tooltip.cpython-39.pyc,,
+pandas/tests/io/formats/style/test_bar.py,sha256=5aq5hdiEJ2_I48VhXaMP5g6BoEsg80iCs01J_-b8o7g,10281
+pandas/tests/io/formats/style/test_deprecated.py,sha256=Rk2T0QW57wqRx-RtPkjxPjK3y42JrXjA2bve4Inzw2o,4430
+pandas/tests/io/formats/style/test_exceptions.py,sha256=qm62Nu_E61TOrGXzxMSYm5Ciqm7qKhCFaTDP0QJmjJo,1002
+pandas/tests/io/formats/style/test_format.py,sha256=Qm4VrncM5Lm8DpUwN0pVWB8hq-77AQ-AG7cY0Bd-APg,19083
+pandas/tests/io/formats/style/test_highlight.py,sha256=p2vRhU8aefAfmqLptxNO4XYbrVsccERvFQRd1OowC10,7003
+pandas/tests/io/formats/style/test_html.py,sha256=vJsOg_B3fWMiZOE9HwZtf7IMJmestaavLOaCsGy31JI,31717
+pandas/tests/io/formats/style/test_matplotlib.py,sha256=Dr1f5h1WtycjVfBu53lbfIlU_2S0Jt3r7KCi-2K2vqk,10588
+pandas/tests/io/formats/style/test_non_unique.py,sha256=0uSH82nnKGIowLrMya__0Dqd9rLgQrNCjDSUCbwOdJY,4381
+pandas/tests/io/formats/style/test_style.py,sha256=sTfqFhwkEDtm-hJKIkhlcKS1GK5RcIsQ_k5ghbsKGjE,57967
+pandas/tests/io/formats/style/test_to_latex.py,sha256=ZmDZihh0aSkSytRTr3DAYtVuTkXMe-tz_DcLjpiO3LY,32990
+pandas/tests/io/formats/style/test_to_string.py,sha256=8UZoCGo3mHDT2-ucN0pJUK5dijSH05k0tvGfPnVnz4U,1853
+pandas/tests/io/formats/style/test_tooltip.py,sha256=GMqwXrXi9Ppp0khfZHEwgeRqahwju5U2iIhZan3ndZE,2899
+pandas/tests/io/formats/test_console.py,sha256=jAk1wudhPiLBhhtydTNRlZ43961LqFu3uYt6cVA_jV0,2435
+pandas/tests/io/formats/test_css.py,sha256=mxt3ttarBqji4M-3mjbOVofxpcoMblTD8qOZ9AG35FI,8671
+pandas/tests/io/formats/test_eng_formatting.py,sha256=2hSUlSSQ-NYwPU0E4P1V1P7M9fKF7rtK7PQ2fm30WOY,8137
+pandas/tests/io/formats/test_format.py,sha256=8FZiNJczoxC0uthOilQ0w_BOi1Ay5ZwxEIXlHerwG-0,122186
+pandas/tests/io/formats/test_info.py,sha256=t1gMqHEp15Tzre3DvN5YnpIM7wiVklNuhHUudjNZrts,14971
+pandas/tests/io/formats/test_printing.py,sha256=3_VNse1MNpQZspyPD33JsgjNCGNNpdsSzAVwYyLnQoc,6806
+pandas/tests/io/formats/test_series_info.py,sha256=If0UtJI48Nms5TUY8UWK3AKdtz9NauWJBHi0l2NCbJU,4801
+pandas/tests/io/formats/test_to_csv.py,sha256=oEVaWPU93fq7ryjhNugq_CXBVIiZQ-EtK8WkgQHdTCI,26815
+pandas/tests/io/formats/test_to_excel.py,sha256=khzPv8VibgnVAOiRyufPB8OWn9lNbwRB5frknqGOgEc,15371
+pandas/tests/io/formats/test_to_html.py,sha256=WH3ftHmymtiD6EA_GPyu0LYeB_M6Hu_GQn1_0tMHkrA,28608
+pandas/tests/io/formats/test_to_latex.py,sha256=Ra6ZVtH6BGONIVoar3U1kgN2mmovRq55A9MO3dPc8Oc,45996
+pandas/tests/io/formats/test_to_markdown.py,sha256=NZTYxpmGp2_1Htd-bCSJJ16BtFYGaZa-JS4JXSHYQbw,2718
+pandas/tests/io/formats/test_to_string.py,sha256=uCuO53lafS1HnXfmacfR44fj-xa9JeVF8TayglWY8hY,9264
+pandas/tests/io/generate_legacy_storage_files.py,sha256=faxVoiJfNcrwN9r1RV2JfVlAx3DkRmY1A1_gZVmx_Gw,9840
+pandas/tests/io/json/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/json/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_compression.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_deprecated_kwargs.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_json_table_schema.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_json_table_schema_ext_dtype.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_normalize.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_pandas.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_readlines.cpython-39.pyc,,
+pandas/tests/io/json/__pycache__/test_ujson.cpython-39.pyc,,
+pandas/tests/io/json/conftest.py,sha256=Zp83o90PvZ56MbhNRr1NZEPTpho7jRHcLYiEA9R_BZw,205
+pandas/tests/io/json/test_compression.py,sha256=Ag1ZyDhb98lDpZwCa2OpdTnqOenviyzRmpks_nhPNDc,4213
+pandas/tests/io/json/test_deprecated_kwargs.py,sha256=-hz91joqDj5yjDDF0WCUEr8RqhqxTxEryCHZkb9H1hQ,1144
+pandas/tests/io/json/test_json_table_schema.py,sha256=kORw0Fcrotn060Kbt1m1wss-gMJ2goTZ-eTmr7zHrxw,29916
+pandas/tests/io/json/test_json_table_schema_ext_dtype.py,sha256=VnrxL4HLLb4QyJ-NQ04ZCK_KeJSEFAAVx-iej8mbNYs,8015
+pandas/tests/io/json/test_normalize.py,sha256=1yoCQQgg2sxJVESxswuhKVny2fWnST_30RKwU1m1HbU,30283
+pandas/tests/io/json/test_pandas.py,sha256=f8e-_EN_D_xNGhVyvH7eMI_K6kh86i7rai5ABl1llzo,68174
+pandas/tests/io/json/test_readlines.py,sha256=urFJ_I5DshM9G9fxUSKn2wqgiZRo49MVdxFaYRVqG48,9764
+pandas/tests/io/json/test_ujson.py,sha256=42Jt9oQhqyuyx_IWfbw0jSBtDxt2djTDIzP6D7phm5M,41480
+pandas/tests/io/parser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/parser/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_c_parser_only.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_comment.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_compression.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_converters.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_dialect.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_encoding.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_header.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_index_col.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_mangle_dupes.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_multi_thread.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_na_values.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_network.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_parse_dates.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_python_parser_only.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_quoting.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_read_fwf.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_skiprows.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_textreader.cpython-39.pyc,,
+pandas/tests/io/parser/__pycache__/test_unsupported.cpython-39.pyc,,
+pandas/tests/io/parser/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/parser/common/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_chunksize.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_common_basic.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_data_list.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_decimal.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_file_buffer_url.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_float.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_index.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_inf.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_ints.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_iterator.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_read_errors.cpython-39.pyc,,
+pandas/tests/io/parser/common/__pycache__/test_verbose.cpython-39.pyc,,
+pandas/tests/io/parser/common/test_chunksize.py,sha256=wljiFShaiFnXuvlfWeNf42NOwgkGpZBWB-0tkr1yZ5A,7493
+pandas/tests/io/parser/common/test_common_basic.py,sha256=ECdv3bj1W0mFiVthK-ekkMTpvnVqM_L89ZEvv7v8PX0,28409
+pandas/tests/io/parser/common/test_data_list.py,sha256=SJTVxZsQzJUmId6ZqXP7bm82NLWMUBKYrPQxsWEcHxY,2116
+pandas/tests/io/parser/common/test_decimal.py,sha256=EQEd6iON0Zr0eHBoxIDNoUyY4enGEQsjIbJjHd_HcT8,1569
+pandas/tests/io/parser/common/test_file_buffer_url.py,sha256=eEVwy3SOOmoC9oyQE6_HzYCi7kaIulxJ6jfw-HAQxNI,11639
+pandas/tests/io/parser/common/test_float.py,sha256=7P8p1G0gmVFXrVlkUvFPKgaLjlaWBOpIyztuTy2tzdk,2152
+pandas/tests/io/parser/common/test_index.py,sha256=HsBCRshT8aAamkvwpfGkSY2AWarC9z7YpiyAwi0CHg4,8030
+pandas/tests/io/parser/common/test_inf.py,sha256=tvDkwOUNw6mYcGvj7k332l2HMqKuKa1MtxUTK9YavWk,1659
+pandas/tests/io/parser/common/test_ints.py,sha256=k-WG0wVqDFwKCDMmoSjZfPS4CJv1LAfR_yhT__zSHSQ,6502
+pandas/tests/io/parser/common/test_iterator.py,sha256=wry18UiB9RI3tw_aGeLn6YjZlJnHHmr2iWvLN7npYIE,2706
+pandas/tests/io/parser/common/test_read_errors.py,sha256=8odPDtiVyf3JSX8FsXEalMN5o5HWOsDy70b94j5v-n8,9099
+pandas/tests/io/parser/common/test_verbose.py,sha256=nIdnxbNR0Nirx51p0Y62ykQirpVI7BXPF1NInKG-HLc,1317
+pandas/tests/io/parser/conftest.py,sha256=SbVU9vtF3QvNoCvMCAJ36cMzndO9HsERraBqNApVFlk,8170
+pandas/tests/io/parser/dtypes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/parser/dtypes/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/parser/dtypes/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/io/parser/dtypes/__pycache__/test_dtypes_basic.cpython-39.pyc,,
+pandas/tests/io/parser/dtypes/__pycache__/test_empty.cpython-39.pyc,,
+pandas/tests/io/parser/dtypes/test_categorical.py,sha256=ZkOIvX-HZGwMHzhBTr5KJfygtF-yCbYwlotEZ-0RBdw,8580
+pandas/tests/io/parser/dtypes/test_dtypes_basic.py,sha256=ElJNZ7AbFEcI7vDzUw6r7FrKH1zytbxSuswR6c6xR54,10309
+pandas/tests/io/parser/dtypes/test_empty.py,sha256=lM-L3T9qusxbj3DrETUw-PJJ402efenTBeMJ8jItJRM,5156
+pandas/tests/io/parser/test_c_parser_only.py,sha256=X4eZnTqT2lUMPLxFZhmD_PDB1yvVBf7YCgo60PxEqbA,21802
+pandas/tests/io/parser/test_comment.py,sha256=TpFoZQjs8a88s9SEgPxtE32_vmYHu44oTWC65bDrp5U,4824
+pandas/tests/io/parser/test_compression.py,sha256=gQzMavhR9xbbuIVihyXHdwm4oHfpBAAXivhsQEjId4w,6428
+pandas/tests/io/parser/test_converters.py,sha256=Uc1WnuqqJMZW8bw99MLIRV-vlpD4QFK-bXzcAwsuhgQ,4983
+pandas/tests/io/parser/test_dialect.py,sha256=admPPA5z7WK-OIFIDFIXi0lnzvGuan1_ExeXnYiaKgQ,4296
+pandas/tests/io/parser/test_encoding.py,sha256=hBreNzkDH74LZgsP24E8Ak33RrrZGr9eboJeD_vqw3U,9525
+pandas/tests/io/parser/test_header.py,sha256=EHg5Dm9LP-msCqg3W-oUyRYto_1j_lHDmQFG6dHRGWw,18702
+pandas/tests/io/parser/test_index_col.py,sha256=IacvHZ_ZXi_8WfeLU8XgXQMrCWJqGvvgsgrBEXvoTSk,10227
+pandas/tests/io/parser/test_mangle_dupes.py,sha256=V9PKZmwUuWXsADmMCFU-3Hz2grghJ9IhfK3KF7gTPv8,5128
+pandas/tests/io/parser/test_multi_thread.py,sha256=O6_mLZsmZCJbDKTs5m0oZh_ka4eHxJK8NmYeGuWHnGM,3776
+pandas/tests/io/parser/test_na_values.py,sha256=cS_ZL0BeHlYS-eYk_cC0-unwiw0mO7rR1xLtYGyYM5g,16699
+pandas/tests/io/parser/test_network.py,sha256=HaF_T03ilH7vDY0vFzJN0B5sRLQI188Lf6UAPIMraR0,11820
+pandas/tests/io/parser/test_parse_dates.py,sha256=zYR4oJ386sd5yBlejy2s8aSd7GUQh7l_3ntxGJqmmjg,60859
+pandas/tests/io/parser/test_python_parser_only.py,sha256=LMXy4hWXvcj0EJeWJDI9tU2HLhULZfJTftVdWibVO4g,14076
+pandas/tests/io/parser/test_quoting.py,sha256=X-kgFzF4sKjg97hwWthTOb9dSEjUJUQIh_YOSdFzLJc,5481
+pandas/tests/io/parser/test_read_fwf.py,sha256=VYRIfIr9LUgL7SV7cVrwd2N4Nezu1l3GYA62FrTrIuc,26962
+pandas/tests/io/parser/test_skiprows.py,sha256=qdQJI9Of1G5xNji7s3_R5t7LAPJ9nLauielWHt97Q4I,7845
+pandas/tests/io/parser/test_textreader.py,sha256=zE6YACsvUSiHx4SV4oQL8o3L9UeHG5dYugeV4ekSD7Y,10651
+pandas/tests/io/parser/test_unsupported.py,sha256=gDTzTEuo2rDmFxSOAKAvbPHrbi4-0r77c8eymPypefs,7298
+pandas/tests/io/parser/usecols/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/parser/usecols/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/parser/usecols/__pycache__/test_parse_dates.cpython-39.pyc,,
+pandas/tests/io/parser/usecols/__pycache__/test_strings.cpython-39.pyc,,
+pandas/tests/io/parser/usecols/__pycache__/test_usecols_basic.cpython-39.pyc,,
+pandas/tests/io/parser/usecols/test_parse_dates.py,sha256=K5Ug1ZR1UNKy1sqXmTeLOfYdhLYowGNylMaLqJh0IlM,4011
+pandas/tests/io/parser/usecols/test_strings.py,sha256=_I7EkUdPM0IDdx9cgbMXxVoUBNJERJnWenbOoGl5uuM,2564
+pandas/tests/io/parser/usecols/test_usecols_basic.py,sha256=hOA861jOPONNPCPkO9I5UUYhKsjHMxqMXmdmC_79Ne0,12836
+pandas/tests/io/pytables/__init__.py,sha256=VB8r3ZFDR92abWWVzWUJfqyPeK-z6GNm-_9pLDel9Ew,512
+pandas/tests/io/pytables/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/common.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_append.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_compat.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_complex.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_errors.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_file_handling.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_keys.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_put.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_pytables_missing.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_read.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_retain_attributes.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_round_trip.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_select.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_store.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_subclass.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_time_series.cpython-39.pyc,,
+pandas/tests/io/pytables/__pycache__/test_timezones.cpython-39.pyc,,
+pandas/tests/io/pytables/common.py,sha256=eR_6gAjmrsiEiDgstDu2_JbI4GCqLupEvGgJBZoGM8E,2068
+pandas/tests/io/pytables/conftest.py,sha256=JROGiHl5edMHD6O_ceTJcZT3nCmyzyCfiB8cy2aj8gk,333
+pandas/tests/io/pytables/test_append.py,sha256=weXXoP5PexnRndez0BF66DOae6xXUV-PhDq0ikHjpLs,33776
+pandas/tests/io/pytables/test_categorical.py,sha256=c1FVVRSSsjEXCl7Lizh-4IWEBkxAPNm_GbLXvGsqGEU,7252
+pandas/tests/io/pytables/test_compat.py,sha256=nZFnuBl47jL_8aFZIwzLm9m-HEgs4PWzqjyE3wP7c84,2631
+pandas/tests/io/pytables/test_complex.py,sha256=j_b6q-hygqa0JEuX97FPi9xUx6kmiRNpv1yPP4oEqCo,6245
+pandas/tests/io/pytables/test_errors.py,sha256=3pfqNbecrDnFRmurkoPkIIjcd4jHPIjSeDaA7luSewo,7770
+pandas/tests/io/pytables/test_file_handling.py,sha256=H_G8lHyV7617VdQPiXp1z9sBPNmRJFGZFwD1-IMhAkM,13399
+pandas/tests/io/pytables/test_keys.py,sha256=Jf_qVe5K_lTyRqh8DVOdBh230v9T_EH2yszAM5h9e5I,2380
+pandas/tests/io/pytables/test_put.py,sha256=-njiVisKeIqT_hKDNBQ7zE802cIQ0wPqcOxS4S9HKJc,11413
+pandas/tests/io/pytables/test_pytables_missing.py,sha256=mS4LkjqTPsAovK9V_aKLLMPlEi055_sp-5zykczITRA,341
+pandas/tests/io/pytables/test_read.py,sha256=PVhkUiu8C2p_GMi8PZD53jl6OWw2asOrtUwBfDjZxfE,11372
+pandas/tests/io/pytables/test_retain_attributes.py,sha256=RvVCBwwjn4Be2OxO9YAKEkJIYGGZV881JeToPpTS-_4,3379
+pandas/tests/io/pytables/test_round_trip.py,sha256=yApM46njXesFQBev5aFXVr6jRsC1MPp79o6YnNqcieI,17150
+pandas/tests/io/pytables/test_select.py,sha256=gujaqxh7IeApolpsrfsQ_f48nUOWvFdj74f30WehnR0,33497
+pandas/tests/io/pytables/test_store.py,sha256=YvzHDWV1Oj6whAEhMV55NNb6B0X1HnujgHwaE9Dx1sE,32877
+pandas/tests/io/pytables/test_subclass.py,sha256=wkpVyzeV_KfL08VgcU9aE_6hezWfcPBwuglODKJ6SiA,1474
+pandas/tests/io/pytables/test_time_series.py,sha256=x5w046WHEF7tNVOKtKygiAkFNIdkshX857_Rf3FSdNc,1952
+pandas/tests/io/pytables/test_timezones.py,sha256=tRfl98dgOOr7CBR6-4fg7YqlNzRT9WEosVummnnu0ZI,11354
+pandas/tests/io/sas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/sas/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/sas/__pycache__/test_sas.cpython-39.pyc,,
+pandas/tests/io/sas/__pycache__/test_sas7bdat.cpython-39.pyc,,
+pandas/tests/io/sas/__pycache__/test_xport.cpython-39.pyc,,
+pandas/tests/io/sas/test_sas.py,sha256=M9OeR39l3-DGJSBr84IVmnYMpMs_3xVfCgSSR8u7m-k,1057
+pandas/tests/io/sas/test_sas7bdat.py,sha256=V_9LD_iyVttlo-81sT5entWMwZbRmaxxtfJYkeeaF_k,14420
+pandas/tests/io/sas/test_xport.py,sha256=4qQuxa_lzwwEuKnuru-oGW6_p_hTVp2Rn5jbph1WltM,5942
+pandas/tests/io/test_clipboard.py,sha256=0V0Ck0nebuBHALgWvx93vz9YnQelBlEzP-ZlJvmeh4I,12119
+pandas/tests/io/test_common.py,sha256=ecxQ1ZAuo7zbdM5v_P764WGDur1dSISpopf7K5-sj9I,22041
+pandas/tests/io/test_compression.py,sha256=GosqxETtusgGLuDuBHX_soLIgBeMxIYg2_QxA8LOuzI,11059
+pandas/tests/io/test_date_converters.py,sha256=m4ig8gp7LzZ802Wt0zU-ugzzRWnV9iozWH-Wzr5tQ2A,1368
+pandas/tests/io/test_feather.py,sha256=aJka7DUpzaTdaTYAr5On7WiMhEpPCbOs2NmFJWyhc0Y,6674
+pandas/tests/io/test_fsspec.py,sha256=-ix8FAnW8q8z1tp_0-AjqcbUfRGti_D3AzEGUmZhXi0,9601
+pandas/tests/io/test_gcs.py,sha256=KhceE0ej01TK3R2s6214fPOCRdSfBsAUuV_gQFpOW7E,6313
+pandas/tests/io/test_html.py,sha256=FL147yTmGHrjkqTat4TmQkJBzjaqypd5dysLG9heAoE,46403
+pandas/tests/io/test_orc.py,sha256=DYij87672jxiDAnYTbjv9K36vUIbuQucH0ZouGn5sCE,9479
+pandas/tests/io/test_parquet.py,sha256=Z_rquCCmS5-CP_Sf7o54USpzSN_1GyMtbSrF2ql5OvA,41380
+pandas/tests/io/test_pickle.py,sha256=mISgdWGbWljv9Y7QGtXwQoo4Ja55rtj67xePmpqb6bE,18420
+pandas/tests/io/test_s3.py,sha256=6XAwm4O-CnVoS6J2HH0CQM29ijEG4tpcc1lnW_FUQp8,1577
+pandas/tests/io/test_spss.py,sha256=rJa2WvARqpkdPAwAGxj5jOc1fJiz9LgWLVH_5vBNdDY,2745
+pandas/tests/io/test_sql.py,sha256=emjf68aa84Gxbqhq1PmWfTg245QS2FaIr1tZZ6vLlRI,101684
+pandas/tests/io/test_stata.py,sha256=Fm4EBSyuJrqJ_F7y713YxLxG44A2C22Yp2-9vAnqAFw,84865
+pandas/tests/io/test_user_agent.py,sha256=HlEBeCt_YkfI8y6gPqM8lSPsIZLkhOO_ft9tIyJgQEo,11836
+pandas/tests/io/xml/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/io/xml/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/io/xml/__pycache__/test_to_xml.cpython-39.pyc,,
+pandas/tests/io/xml/__pycache__/test_xml.cpython-39.pyc,,
+pandas/tests/io/xml/__pycache__/test_xml_dtypes.cpython-39.pyc,,
+pandas/tests/io/xml/test_to_xml.py,sha256=P8kZr9bRQzMckozxxkWjLESLQ4B-Yq39MZeXPrIv9iE,34551
+pandas/tests/io/xml/test_xml.py,sha256=PaoFaPOzgZvIhoVe8SzzawXpJiKbNuNO08ZTu120KDQ,49667
+pandas/tests/io/xml/test_xml_dtypes.py,sha256=wkBMH1AwcIBmNikPz1WiJVpTcSl6I11g5zVJdDg-84w,13242
+pandas/tests/libs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/libs/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/libs/__pycache__/test_hashtable.cpython-39.pyc,,
+pandas/tests/libs/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/libs/__pycache__/test_lib.cpython-39.pyc,,
+pandas/tests/libs/test_hashtable.py,sha256=wgWfBu79ZMli4A0L4tuJuIgN75T7piOLo1pSpQV0oCA,22622
+pandas/tests/libs/test_join.py,sha256=z5JeLRMmF_vu4wwOpi3cG6k-p6lkhjAKPad6ShMqS30,10811
+pandas/tests/libs/test_lib.py,sha256=EtC5twjFWML6K7eI3VcegE7a_L55c8tVVOPXfFhfVhA,8374
+pandas/tests/plotting/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/plotting/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/common.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_backend.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_boxplot_method.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_common.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_converter.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_datetimelike.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_groupby.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_hist_method.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_misc.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_series.cpython-39.pyc,,
+pandas/tests/plotting/__pycache__/test_style.cpython-39.pyc,,
+pandas/tests/plotting/common.py,sha256=RGOzKMnyERi6sHWPoALJem-6yQJEjwcvLQOMcqtRr8k,19656
+pandas/tests/plotting/conftest.py,sha256=wTHj1F9SSnzq8oFmUIijcMK53v7TPWsKhEfsQ-VQajA,935
+pandas/tests/plotting/frame/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/plotting/frame/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_frame.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_frame_color.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_frame_groupby.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_frame_legend.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_frame_subplots.cpython-39.pyc,,
+pandas/tests/plotting/frame/__pycache__/test_hist_box_by.cpython-39.pyc,,
+pandas/tests/plotting/frame/test_frame.py,sha256=_C5km5n7ShyJDX7L-Dk_5rDJMYrogNuGmUbNWLq7HD8,85344
+pandas/tests/plotting/frame/test_frame_color.py,sha256=KSf3x3D4VkevMIbTYZiwU_0FL23150LCO6y18visOKA,25149
+pandas/tests/plotting/frame/test_frame_groupby.py,sha256=-2dh9y8RkYT-_sMGc7u5tO0hYUSxYKGzNWeEjBQzzOI,2596
+pandas/tests/plotting/frame/test_frame_legend.py,sha256=DCGl28CXIASF_57t0ecwbQb-bpjhob1RFh87hJMdzMo,8342
+pandas/tests/plotting/frame/test_frame_subplots.py,sha256=z3TRxnTmoAnxU5bZjJIfHWrWprddKaYlK9fWEJS0XeU,26853
+pandas/tests/plotting/frame/test_hist_box_by.py,sha256=xbYDap_vVz-4Ob1yDc8ds3kKrpaY6g7frgHCnPyOZIw,12389
+pandas/tests/plotting/test_backend.py,sha256=x8fIpgt3rdWH3G3WN5-HkDY4omJaMtoRTT_-UK_X1sc,3264
+pandas/tests/plotting/test_boxplot_method.py,sha256=5u_JTe1LicFQjjZnPs3VGkPGtf3jR1VwSHomdX_lLMM,24819
+pandas/tests/plotting/test_common.py,sha256=fMoraWcXaNNhwSKa916sQLqg40jTpb79uYgezDLzUl0,1516
+pandas/tests/plotting/test_converter.py,sha256=T27abA4bZI-reZTkhwxijuQNDGD-71t2bsHi3gWXCv4,13465
+pandas/tests/plotting/test_datetimelike.py,sha256=iGfNqLZH1i1Klcy0e1nycCIXSYv2nWkt_PIHGl46YmU,55455
+pandas/tests/plotting/test_groupby.py,sha256=2a_UzdGfnzwcO5CTWQr0YmeujXwq9tgymQ63q2fj8eU,4483
+pandas/tests/plotting/test_hist_method.py,sha256=5QScZLHEnCUKxTpA8Ok11wcPEEnfaSLxNU1av7oqY0s,28521
+pandas/tests/plotting/test_misc.py,sha256=eSryyTSf-iYYyIfbHZz4Tin2zIXUNjZ6JpEhel2Ndhc,22141
+pandas/tests/plotting/test_series.py,sha256=9YnMRxBbKCdLCAIMS8yr3iSicivkJhAmYyvYdIVkhmQ,30446
+pandas/tests/plotting/test_style.py,sha256=3YMcq45IgmIomuihBowBT-lyJfpJR_Q8fbMOEQXUkao,5172
+pandas/tests/reductions/__init__.py,sha256=vflo8yMcocx2X1Rdw9vt8NpiZ4ZFq9xZRC3PW6Gp-Cs,125
+pandas/tests/reductions/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/reductions/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/reductions/__pycache__/test_stat_reductions.cpython-39.pyc,,
+pandas/tests/reductions/test_reductions.py,sha256=FFfpvJgLFOTllGaRIoL0ggoQSpztqSbZrKG8tc4TUPg,50951
+pandas/tests/reductions/test_stat_reductions.py,sha256=Q0DakNQa36USdRxn5dbAflXeqQe1a2g_GG33GLQ_MqE,9497
+pandas/tests/resample/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/resample/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_base.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_datetime_index.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_deprecated.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_period_index.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_resample_api.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_resampler_grouper.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_time_grouper.cpython-39.pyc,,
+pandas/tests/resample/__pycache__/test_timedelta.cpython-39.pyc,,
+pandas/tests/resample/conftest.py,sha256=rygV0DcxwZD423Z2TwNcRCDQgyJnsv_EqtSIkUYPwWs,4162
+pandas/tests/resample/test_base.py,sha256=v1XPr7oWmovHBx1RCD-C4C5Shna3P6mGTXhHFTLKuJ8,8409
+pandas/tests/resample/test_datetime_index.py,sha256=jo5PZSUI_eG5mGYHCAaFkQCiAE5h_bEuTF82Q_m5kPk,60586
+pandas/tests/resample/test_deprecated.py,sha256=UZoLO6BJl1ukiGfnerVDYhnLvRavHwBisLoEjVpqN3I,11516
+pandas/tests/resample/test_period_index.py,sha256=zSgV2eWiurLGwPkscCtIZ7Jbv9BY1QwfYQp7KRjCSIQ,33815
+pandas/tests/resample/test_resample_api.py,sha256=ka_7Ew-D_TOLZfrYHsWXaPXJw_6AYVFckdpDNkfk35w,31191
+pandas/tests/resample/test_resampler_grouper.py,sha256=ObUKq5xRLRUqYVl6Cu7rbe0k6U5qqCfVvrpp3H4Z10c,14902
+pandas/tests/resample/test_time_grouper.py,sha256=hJQS_Pp8QeOd1yJ3e9bkMACqxcvRWkkFcB6mvwEcD2E,11649
+pandas/tests/resample/test_timedelta.py,sha256=AtLedBZvGDsOySmmMqD5I_Sk0rUg0xwF4GOUo4Jl5y4,6829
+pandas/tests/reshape/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/reshape/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_crosstab.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_cut.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_from_dummies.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_get_dummies.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_melt.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_pivot.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_pivot_multilevel.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_qcut.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_union_categoricals.cpython-39.pyc,,
+pandas/tests/reshape/__pycache__/test_util.cpython-39.pyc,,
+pandas/tests/reshape/concat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/reshape/concat/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_append.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_append_common.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_categorical.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_concat.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_dataframe.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_datetimes.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_empty.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_index.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_invalid.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_series.cpython-39.pyc,,
+pandas/tests/reshape/concat/__pycache__/test_sort.cpython-39.pyc,,
+pandas/tests/reshape/concat/conftest.py,sha256=s94n_rOGHsQKdP2KbCAQEfZeQpesYmhH_d-RNNTkvYc,162
+pandas/tests/reshape/concat/test_append.py,sha256=cmcdM_RO30znQSeuo9g58Uzp41Rmo3UwIS_YyWDXttI,13562
+pandas/tests/reshape/concat/test_append_common.py,sha256=ykqi5CtgM1hrCbsxUDRIe771CCgRIqI1ytD3wPrlQyY,28434
+pandas/tests/reshape/concat/test_categorical.py,sha256=SZksbpZwBg1fNYZQSiFsia7Zrj8CLRniV7ZU1fwusFM,8919
+pandas/tests/reshape/concat/test_concat.py,sha256=DA7CuoxZV1ruKhvzsEUdaPwhHtQpLHjfOX0SHxEn7x8,27833
+pandas/tests/reshape/concat/test_dataframe.py,sha256=CwcGUzd2sz_TZHMaAquPyUokzllflvCFbc2LSLEeXkg,8801
+pandas/tests/reshape/concat/test_datetimes.py,sha256=DMrCjrcPLQtvc44_GBUr-8jV7jMivJflf1DXcYwdcC8,18962
+pandas/tests/reshape/concat/test_empty.py,sha256=DtHNZi23Z3nd-Jca6Rzi2-URgbnHecvDweLr_QGpGig,9585
+pandas/tests/reshape/concat/test_index.py,sha256=-iwXTXuuKL1kisnWEi6C4gRaoyjCJfIA3lt_wIAqn6Y,16630
+pandas/tests/reshape/concat/test_invalid.py,sha256=sIPSonuwF-HNex5RhvPIAZtLH-2LohJ7jTzd8AzupMQ,1613
+pandas/tests/reshape/concat/test_series.py,sha256=LHHo8m-LA7PlYACwLTVMcwlC_BxyRkk7wP4elAtt7dM,5183
+pandas/tests/reshape/concat/test_sort.py,sha256=CExlmN4uernu7TDCWRANHRLTdXSlXi4OhceUqyx6-kU,4275
+pandas/tests/reshape/merge/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/reshape/merge/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_join.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_merge.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_merge_asof.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_merge_cross.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_merge_index_as_string.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_merge_ordered.cpython-39.pyc,,
+pandas/tests/reshape/merge/__pycache__/test_multi.cpython-39.pyc,,
+pandas/tests/reshape/merge/test_join.py,sha256=W3ZkWguEtyijqQFg6BOWMQoi2VrGc7pPGQonEobA5mQ,33041
+pandas/tests/reshape/merge/test_merge.py,sha256=sXJ6L3BDfbfrP4mBlTikcJUL-oOKFKtctmiDh6ITIJg,93538
+pandas/tests/reshape/merge/test_merge_asof.py,sha256=LPHSStXUOzXTQmnOSOQawI2wknMeg6igl9EyYbAnsfs,52794
+pandas/tests/reshape/merge/test_merge_cross.py,sha256=v4-EVkqj6ENBl-RpTzgm9fxW_yI9OBKu2bZ0EFbfQ4s,2807
+pandas/tests/reshape/merge/test_merge_index_as_string.py,sha256=tKZu1pxnELCuqfdzhHJv-_J-KOteajhrLTxXXCrfPtc,5360
+pandas/tests/reshape/merge/test_merge_ordered.py,sha256=2hDOZ9-j6_G-98l3R_yG-INqtcAPseHMtFV2ZRM6nTY,6433
+pandas/tests/reshape/merge/test_multi.py,sha256=dc-S5jzVK0b4IAjiyOODOLg0UVVhp3wzPy7a7wgOpBg,29619
+pandas/tests/reshape/test_crosstab.py,sha256=4MqJbkQ3IbRHJCrC4r2TNoOi4lXW5GYRyQ9qJQ765KA,29816
+pandas/tests/reshape/test_cut.py,sha256=CT8FJSa451f6ljxgyDjxHWCPuoy0X3kHU198KAsmDtU,22591
+pandas/tests/reshape/test_from_dummies.py,sha256=xB2WWSVbUM445205u_EQuBcdb-bKE8PAD81Maekgnr4,11650
+pandas/tests/reshape/test_get_dummies.py,sha256=rqyoGZMkM99wC7nQvTSQ12WyHlolsUT9GOFi8gDftm8,24193
+pandas/tests/reshape/test_melt.py,sha256=b8whEbq96OYVA_AJ-Ahk2w7f3lgMBfkhC-_h6s36cyI,37816
+pandas/tests/reshape/test_pivot.py,sha256=0JWXObSM8pB3d02gEx11GH4Fa0kDuFvr6WbAd0q9ufI,84897
+pandas/tests/reshape/test_pivot_multilevel.py,sha256=X4JXdLWUYSsgjUdWmib4W3jjsezpG7f0AopUsxupGQo,7511
+pandas/tests/reshape/test_qcut.py,sha256=v6d3wMZYnLafa7zBakUUO1SY5CTjBuc6BR9bbplhswc,8178
+pandas/tests/reshape/test_union_categoricals.py,sha256=pxmeVsuAQ1Wm6HgVb8J12HBtUEw3UFnE9bqKLaxAL9g,15004
+pandas/tests/reshape/test_util.py,sha256=qAdvjyJxPMU4l7HTjHOw7TrXR538swlPaMkehRXcNvw,2865
+pandas/tests/scalar/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/scalar/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/scalar/__pycache__/test_na_scalar.cpython-39.pyc,,
+pandas/tests/scalar/__pycache__/test_nat.cpython-39.pyc,,
+pandas/tests/scalar/interval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/scalar/interval/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/scalar/interval/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/scalar/interval/__pycache__/test_interval.cpython-39.pyc,,
+pandas/tests/scalar/interval/__pycache__/test_ops.cpython-39.pyc,,
+pandas/tests/scalar/interval/test_arithmetic.py,sha256=Hu-HBZGYo6m9JrAl6ccoVaPaV_ZSZMKYX5Qywki8BVU,1837
+pandas/tests/scalar/interval/test_interval.py,sha256=uKa8JMBrKHtIQWCl472wfofDkFYjeRpzvEXfHWI56Fk,8711
+pandas/tests/scalar/interval/test_ops.py,sha256=wtRHnuxgZzFvsXz4XfGqiBdZCIQRCNm6Lxdwm0xHaic,4170
+pandas/tests/scalar/period/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/scalar/period/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/scalar/period/__pycache__/test_asfreq.cpython-39.pyc,,
+pandas/tests/scalar/period/__pycache__/test_period.cpython-39.pyc,,
+pandas/tests/scalar/period/test_asfreq.py,sha256=_5nKUPaOzcz2h-cHk_tWp9J4midnwFj2XKnACM5eEes,36313
+pandas/tests/scalar/period/test_period.py,sha256=F19kpllMjat2PdnQSOLGMJNK_TryQ3bmc-9B3bat5Dc,54760
+pandas/tests/scalar/test_na_scalar.py,sha256=73-T834l2yHRbUTzDDt4_X3uC9p316VQ2LZ6Zm4DXRY,7215
+pandas/tests/scalar/test_nat.py,sha256=xMYjR-1ceBzBR0mozz_njnl2eDxSbUEXTOzN5wgBFtA,20608
+pandas/tests/scalar/timedelta/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/scalar/timedelta/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/scalar/timedelta/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/scalar/timedelta/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/scalar/timedelta/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/scalar/timedelta/__pycache__/test_timedelta.cpython-39.pyc,,
+pandas/tests/scalar/timedelta/test_arithmetic.py,sha256=wIJY_0SMDC9T78Xt8ORF1SSbA574MhCOr0wKrFrTiaQ,35647
+pandas/tests/scalar/timedelta/test_constructors.py,sha256=ZeWpXhuI-RpPm8CgLWbA8i1_7bWJ-8IX9tnUwKItz1o,13447
+pandas/tests/scalar/timedelta/test_formats.py,sha256=afiVjnkmjtnprcbtxg0v70VqMVnolTWyFJBXMlWaIY8,1261
+pandas/tests/scalar/timedelta/test_timedelta.py,sha256=hI2hGzH3047fc9w98PIRMSPxC6gmDV3p86hM1fEc0s8,32364
+pandas/tests/scalar/timestamp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/scalar/timestamp/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_comparisons.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_formats.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_rendering.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_timestamp.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_timezones.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/__pycache__/test_unary_ops.cpython-39.pyc,,
+pandas/tests/scalar/timestamp/test_arithmetic.py,sha256=EoxYsr1LdiEH29Y92UvGTMMCeAH1R2V7g5rC5GW6Dmw,11173
+pandas/tests/scalar/timestamp/test_comparisons.py,sha256=oCYg5VmRHiDxkZz-Ve7XvNS8a3MZUwjp47mYRFYNEro,10433
+pandas/tests/scalar/timestamp/test_constructors.py,sha256=NxUX8dmsYr3jO9FN-nsH6ajVujceKc5VmyOxtlsA4ck,24538
+pandas/tests/scalar/timestamp/test_formats.py,sha256=f7s69pbe4Wj787E3oDKCnxLyti1jVisYNpccSgDTCw8,1895
+pandas/tests/scalar/timestamp/test_rendering.py,sha256=LjxKvIjYlYrF_0dqJRW4ke5SnMJVZRJtUh59lRcyTzw,4194
+pandas/tests/scalar/timestamp/test_timestamp.py,sha256=-4L24l2rfDeR2fCmS85UCecHsNsbieVE7xotf-q_7vY,38672
+pandas/tests/scalar/timestamp/test_timezones.py,sha256=NjEPTgndqWwT6No-5n72gXy1yl8gJXOojqS6h3q-Mvg,17222
+pandas/tests/scalar/timestamp/test_unary_ops.py,sha256=iGere_uOUruNTIb_HfxCgULAGUWKqmffhS2f4NV2seA,19800
+pandas/tests/series/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/series/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_arithmetic.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_constructors.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_cumulative.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_iteration.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_logical_ops.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_missing.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_npfuncs.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_reductions.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_repr.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_subclass.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_ufunc.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_unary.cpython-39.pyc,,
+pandas/tests/series/__pycache__/test_validate.cpython-39.pyc,,
+pandas/tests/series/accessors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/series/accessors/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/series/accessors/__pycache__/test_cat_accessor.cpython-39.pyc,,
+pandas/tests/series/accessors/__pycache__/test_dt_accessor.cpython-39.pyc,,
+pandas/tests/series/accessors/__pycache__/test_sparse_accessor.cpython-39.pyc,,
+pandas/tests/series/accessors/__pycache__/test_str_accessor.cpython-39.pyc,,
+pandas/tests/series/accessors/test_cat_accessor.py,sha256=eai2pzxIG6NMeFDayOYVe2M-gRHYDz1mdQmk_p2SUKM,11281
+pandas/tests/series/accessors/test_dt_accessor.py,sha256=hs6UKXIbbDs6p_Z7_ORkfglVUaF-KHagsGZheYobxDw,28696
+pandas/tests/series/accessors/test_sparse_accessor.py,sha256=yPxK1Re7RDPLi5v2r9etrgsUfSL9NN45CAvuR3tYVwA,296
+pandas/tests/series/accessors/test_str_accessor.py,sha256=M29X62c2ekvH1FTv56yye2TLcXyYUCM5AegAQVWLFc8,853
+pandas/tests/series/indexing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/series/indexing/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_datetime.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_delitem.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_get.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_getitem.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_indexing.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_mask.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_set_value.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_setitem.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_take.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_where.cpython-39.pyc,,
+pandas/tests/series/indexing/__pycache__/test_xs.cpython-39.pyc,,
+pandas/tests/series/indexing/test_datetime.py,sha256=Hq78WT639CFvSLwUDNdmztd58rNftWzqK7t2-KLK9qA,13888
+pandas/tests/series/indexing/test_delitem.py,sha256=bQwJNiGqH3GQQUkq7linphR9PL2oXOQSeAitqupiRRQ,1979
+pandas/tests/series/indexing/test_get.py,sha256=i7eACQW-KC7Zg0_LeyHFXykN6MTh7gIr4dBA-0aDlWg,4877
+pandas/tests/series/indexing/test_getitem.py,sha256=Xbfn0GCSpi33gc8V025lE0ZEhUwoobbUSPpvtjegJag,23236
+pandas/tests/series/indexing/test_indexing.py,sha256=xVcs2RTSblCbM6wg24WOBIKHZEMe1sSxVwv_niEFH6c,12004
+pandas/tests/series/indexing/test_mask.py,sha256=bjoNDyGpyA_jmhOr3R6d7x_2RsPjjLMvlO-KyfnRw68,1661
+pandas/tests/series/indexing/test_set_value.py,sha256=UwVNpW3Fh3PKhNiFzZiVK07W871CmFM2fGtC6CTW5z0,991
+pandas/tests/series/indexing/test_setitem.py,sha256=85tBoJduG11Cr7GhUzaExltolqBKR4NAdTpYSkxCBss,52456
+pandas/tests/series/indexing/test_take.py,sha256=2B79IuWBesI849qvFO4hELdNiVsT2A90yq8wor_aRYk,963
+pandas/tests/series/indexing/test_where.py,sha256=Nn0S5mTDheBU8CeD99UtE5oSqdPceoiRtwCFNxXHxMA,12592
+pandas/tests/series/indexing/test_xs.py,sha256=lVKviJHi_bBQ00J62HKFZXO89AB85SxfA_kZiJ39KtM,2703
+pandas/tests/series/methods/__init__.py,sha256=zVXqGxDIQ-ebxxcetI9KcJ9ZEHeIC4086CoDvyc8CNM,225
+pandas/tests/series/methods/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_align.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_append.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_argsort.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_asof.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_astype.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_autocorr.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_between.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_clip.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_combine.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_combine_first.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_compare.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_convert.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_convert_dtypes.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_copy.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_count.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_cov_corr.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_describe.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_diff.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_drop.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_drop_duplicates.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_dropna.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_duplicated.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_equals.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_explode.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_fillna.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_get_numeric_data.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_head_tail.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_infer_objects.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_interpolate.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_is_monotonic.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_is_unique.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_isin.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_isna.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_item.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_matmul.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_nlargest.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_nunique.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_pct_change.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_pop.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_quantile.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_rank.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_reindex.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_reindex_like.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_rename.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_rename_axis.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_repeat.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_replace.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_reset_index.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_round.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_searchsorted.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_set_name.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_sort_index.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_sort_values.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_to_csv.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_to_dict.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_to_frame.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_truncate.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_tz_localize.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_unique.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_unstack.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_update.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_value_counts.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_values.cpython-39.pyc,,
+pandas/tests/series/methods/__pycache__/test_view.cpython-39.pyc,,
+pandas/tests/series/methods/test_align.py,sha256=kLnBVhnVRFCP551i97hViB0ktguZze5gvLqh60qkgpw,6682
+pandas/tests/series/methods/test_append.py,sha256=sZH2eDU6U4sodIyLmG4kvL0vu4ExwQ4AdYpOhp6rSog,9987
+pandas/tests/series/methods/test_argsort.py,sha256=mdgCjQM5ILs-PRtiM4fo0aU069RhtpHPTT7VgkzCJ8Y,2265
+pandas/tests/series/methods/test_asof.py,sha256=4U2wpJW5fwt7e3mXL6qozTdAjr5xjHjBAK_w3HuBEXI,6143
+pandas/tests/series/methods/test_astype.py,sha256=vWp8o_-qgtdwbs4oBldhSUMt86nJdmhLCKbDLcQxtPg,22931
+pandas/tests/series/methods/test_autocorr.py,sha256=pI9MsjcDr00_4uPYg_Re22IsmVPTDbOjU83P4NOh8ck,999
+pandas/tests/series/methods/test_between.py,sha256=jNhkqiVlGSUWNQ2wXIkmTy2vp63jhlVnXMdn1r4g8cc,3115
+pandas/tests/series/methods/test_clip.py,sha256=UvUdbBbCErTWImtvAaz1vcYTbidru-so6LW3mp7N4oI,5231
+pandas/tests/series/methods/test_combine.py,sha256=ye8pwpjolpG_kUKSFTC8ZoRdj3ze8qtJXvDUZ5gpap4,627
+pandas/tests/series/methods/test_combine_first.py,sha256=8BhTzkfBApPRp-8xI6e1Yx9avsDl9VRB2kfFIa_XBo0,3556
+pandas/tests/series/methods/test_compare.py,sha256=uRA4CKyOTPSzW3sihILLvxpxdSD1hb7mHrSydGFV2J4,4658
+pandas/tests/series/methods/test_convert.py,sha256=7_ZRSP0HU139OuzrhUb_AUomSZm-UgMMnapthpwYeEo,5059
+pandas/tests/series/methods/test_convert_dtypes.py,sha256=UBA_EKd5Imj9C9DObTh5jYLKXLNY_VqcVWTiw1MkjLI,6490
+pandas/tests/series/methods/test_copy.py,sha256=92oZUu1Hmdz3CItfm2oR_1dZNfhRaPYDl7MLkeFOVo4,2985
+pandas/tests/series/methods/test_count.py,sha256=xmLM3SLv_PRZ9NpX-tAYiqKlQGEm0ZZ0jlfe81KRESQ,3245
+pandas/tests/series/methods/test_cov_corr.py,sha256=e-rGOXTUk36586mH4dhMlL_FcpvJgwGhV6a-DW-Nwek,5222
+pandas/tests/series/methods/test_describe.py,sha256=SkS8VFCdX4Sxx5ZcEhTWPcc14EmLINhKQVyAyKlqNmg,6034
+pandas/tests/series/methods/test_diff.py,sha256=ctmz7_gFctiDK-C7YqqeeRnF3FPOcFIcG7ln7E4P-N4,2425
+pandas/tests/series/methods/test_drop.py,sha256=NZAJbjOaS4C7u1VwSjryrjBvyPh1Wr96ecpvDmLYotM,3816
+pandas/tests/series/methods/test_drop_duplicates.py,sha256=CVNWDGWAPTUSF-uFrcvg-PM8EQ1l6ZIcy0cYkLzfWpk,8763
+pandas/tests/series/methods/test_dropna.py,sha256=mjHBNX71WRiMnMn5l-FWYNdjFg64bcZNj7OMmVLuoAI,3488
+pandas/tests/series/methods/test_dtypes.py,sha256=lHRfyG6cfNxdpbmGnvCx1Znz0XCd3MGi7uYs4i5aIIQ,210
+pandas/tests/series/methods/test_duplicated.py,sha256=aq_S_byaiVpwxDOemCc9Zjctlnj5Z3Xwro0RA1tEXd0,1401
+pandas/tests/series/methods/test_equals.py,sha256=COA87kopgkU2kkuwHA_5Z77aalHoiD-0U-cPzVCQRzY,4002
+pandas/tests/series/methods/test_explode.py,sha256=xWWFC9BkzIQEn6S6Dtxw1wSQf2tv2YKhbcxpsUqAREk,4090
+pandas/tests/series/methods/test_fillna.py,sha256=STrQ9AEqfw2puMpWEPxyWl__WwNN55z3sS8jEMQfL6Y,34677
+pandas/tests/series/methods/test_get_numeric_data.py,sha256=Ycpmgn2g-PZtLM9NGCMLkwpEB7cRJeY6TABLKanRKiw,1085
+pandas/tests/series/methods/test_head_tail.py,sha256=1EWojjTzcLvYH34VvyvEHxczDy7zL3dMTyayFHsVSzY,343
+pandas/tests/series/methods/test_infer_objects.py,sha256=SioL1jaiK8W07ZbpSROpB2gBuVQHXnN-PjieVShP1J0,787
+pandas/tests/series/methods/test_interpolate.py,sha256=cX3T0LbRrYsBemwrhMxcW0yl3ZPgbT5wBrtGzISsdJ0,31664
+pandas/tests/series/methods/test_is_monotonic.py,sha256=73QtnoOngGu9cBE2uSdoSuOCubaFKAABF1FH0XLt8pE,824
+pandas/tests/series/methods/test_is_unique.py,sha256=zPoMzndgW09NOZ2ct-Kt_qrL8qczSwvf5auXxsvPaT8,1058
+pandas/tests/series/methods/test_isin.py,sha256=NL9R1yWI9_0mdxmkUDKPptvaUb0jIgWf_323-RcFWUQ,6812
+pandas/tests/series/methods/test_isna.py,sha256=TzNID2_dMG6ChWSwOMIqlF9AWcc1UjtjCHLNmT0vlBE,940
+pandas/tests/series/methods/test_item.py,sha256=z9gMBXHmc-Xhpyad9O0fT2RySMhlTa6MSrz2jPSUHxc,1627
+pandas/tests/series/methods/test_matmul.py,sha256=X1FquNdcBmOj50KAWmvnJP3wu3-CPEkN1l2HSVbHX7o,2668
+pandas/tests/series/methods/test_nlargest.py,sha256=bD1Td0vgAh_BoJQvNiAo-aZxRE8lJLO3tlaDv50p9JE,8212
+pandas/tests/series/methods/test_nunique.py,sha256=QS-vUWamlQr2qXrXV-R7CAAOStB3Fajn3JCjPc5POOQ,456
+pandas/tests/series/methods/test_pct_change.py,sha256=8tlMFm_99KBr4gQ4ETbHTo9GxCzVceVXc2ZchA3CIRM,2981
+pandas/tests/series/methods/test_pop.py,sha256=xr9ZuFCI7O2gTW8a3WBr-ooQcOhBzoUK4N1x0K5G380,295
+pandas/tests/series/methods/test_quantile.py,sha256=Kvf8i8Ggnpoah15sZfF6wFPxnuqknsAaEyP6bJnwrRA,7811
+pandas/tests/series/methods/test_rank.py,sha256=v_yI_UCLvl6Bhtm3eLdCdobONAc6VLLO3jwzxBQ6IlU,16989
+pandas/tests/series/methods/test_reindex.py,sha256=HJzLJAKqVXdPnhX9Ih6fexA2q5PL2j4UsotPODnnbDk,13752
+pandas/tests/series/methods/test_reindex_like.py,sha256=e_nuGo4QLgsdpnZrC49xDVfcz_prTGAOXGyjEEbkKM4,1245
+pandas/tests/series/methods/test_rename.py,sha256=DXKs51578xxNUcZH7xQ6Ra3I29vXsD3PTTUGU0zdd7E,5165
+pandas/tests/series/methods/test_rename_axis.py,sha256=TqGeZdhB3Ektvj48JfbX2Jr_qsCovtoWimpfX_ViJyg,1520
+pandas/tests/series/methods/test_repeat.py,sha256=0TaZACAEmsWYWv9ge1Yg7ErIH2n79AIBA-qwugpYxWY,1249
+pandas/tests/series/methods/test_replace.py,sha256=AXo8bwwSsFtyrqLtdUYmja7GVvh1EkPjQX2ftvrsLn0,25626
+pandas/tests/series/methods/test_reset_index.py,sha256=V0ibwKNioU0ZHl0SZf5Vh24O0cbMKvUVHikcK1ri5Xc,7378
+pandas/tests/series/methods/test_round.py,sha256=DgFQ4IJTE9XSunMKKLi5CxvrAHjjb5Az_nT-O_vQFa8,2273
+pandas/tests/series/methods/test_searchsorted.py,sha256=1FAW9hJVacvCpEB-sVtxwNVAFSWYR6G_NKkSMKDiFAI,2138
+pandas/tests/series/methods/test_set_name.py,sha256=rt1BK8BnWMd8D8vrO7yQNN4o-Fnapq5bRmlHyrYpxk4,595
+pandas/tests/series/methods/test_sort_index.py,sha256=-7-LW66dqJMr2fNI2WH9eIiHVyWKwjArE051L4P2wmk,12500
+pandas/tests/series/methods/test_sort_values.py,sha256=wQ3IQdXpRwcMhL3vbERLrzsHvHWsY1xREXCEoJLR9Qk,9648
+pandas/tests/series/methods/test_to_csv.py,sha256=SswJNFJXPwH40tbjw0MeZfSAg-2lzZYsbdPGztVZmNs,6222
+pandas/tests/series/methods/test_to_dict.py,sha256=dIzABUIwzHmhh7po9mYnx3dYF6qvmft7phy1aABCydo,1168
+pandas/tests/series/methods/test_to_frame.py,sha256=Y1q0FkiAAUebNMIZUmcOdBG6b3qVfa8vL8hWB7T9zLw,2015
+pandas/tests/series/methods/test_truncate.py,sha256=HTFv_k0XbCe8RjmwJZ1OxbGyZ2uZ-Fl0PNAoWrgE4wE,2282
+pandas/tests/series/methods/test_tz_localize.py,sha256=Ax2cUpZ8FXwwl3kOQcu5HrFy3Jhr71_oo1xntLe9Ml8,4000
+pandas/tests/series/methods/test_unique.py,sha256=MQB5s4KVopor1V1CgvF6lZNUSX6ZcOS2_H5JRYf7emU,2219
+pandas/tests/series/methods/test_unstack.py,sha256=dI4q6OLd4VRlMFQrPySlIsKCta-BVeL1CiPFs10V4Xo,4428
+pandas/tests/series/methods/test_update.py,sha256=9C5Zb78s4dxVLO4DqMZdlorK0Y3yoSqSkVj8NaZ08Ec,4757
+pandas/tests/series/methods/test_value_counts.py,sha256=hGJy0agFaWVdw_L4o-o1rLVKEtrKkhz8rBs7IsEeMY0,8742
+pandas/tests/series/methods/test_values.py,sha256=R_UAKfUwCkPa_hlOTus5-wYgdgpqYQq7FIQynNOQixQ,741
+pandas/tests/series/methods/test_view.py,sha256=1ZXDQORIEEYwIT3txFkKDLvRkKhTrYf9mmDj478zlIg,1700
+pandas/tests/series/test_api.py,sha256=dnEV8cF6x6cRwNKrfkxFTPmyXhhsoZS9CZ2rujiysIg,10407
+pandas/tests/series/test_arithmetic.py,sha256=hAKQEunkXd0Ggu0qemaeI7vvGVD1zmHRmaLoULEZU20,30158
+pandas/tests/series/test_constructors.py,sha256=gBznLO0rvsreHvCmM4dYMRCjaZnk2RoA2rxHFQ4AXDY,73661
+pandas/tests/series/test_cumulative.py,sha256=zAK8Fqmugopq3FekA6nGOGckAMLFon5qmVkQ4nfxy3o,4085
+pandas/tests/series/test_iteration.py,sha256=K42CLl5XXoIRsXw4NToC2jy8HZmo-c-u3tjpP07iGuQ,1268
+pandas/tests/series/test_logical_ops.py,sha256=hRtwVHCk7Xj0FTl8JZ1Jhfobkgzt4YmhR-dx6cAliAA,17755
+pandas/tests/series/test_missing.py,sha256=tBtnLVruKcA_vbgKP72XxQ0l0q0G5baCnam7MkwOPFw,3558
+pandas/tests/series/test_npfuncs.py,sha256=GLAdmqQ5lSRrj1NZfr2jRgSlVrEH-3Ayiee37ub5W2Y,382
+pandas/tests/series/test_reductions.py,sha256=VhyfCpFmS9Tb2WkFqmwKFGQDDWsnSo1y0FNKEo0wBhs,3878
+pandas/tests/series/test_repr.py,sha256=i_8OrdkdVMmUWib_Menw4Mh8SUCOzkTVeDlZzr23W8o,15846
+pandas/tests/series/test_subclass.py,sha256=bVgAwys6yirRv_ht-JQ4xpDvh5vJay7FDD9YFt2wF4E,2061
+pandas/tests/series/test_ufunc.py,sha256=sfQA7QZWOnlC4R6kQh-DiVmMtv7zKlQdkoRj4E1Iouc,15323
+pandas/tests/series/test_unary.py,sha256=Sbe_6gjcgMNCfy5dx1QRDxlLvHjNdDdWL3cBrz4x9x0,1622
+pandas/tests/series/test_validate.py,sha256=ziCmKi_jYuGyxcnsVaJpVgwSCjBgpHDJ0dbzWLa1-kA,668
+pandas/tests/strings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/strings/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_case_justify.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_cat.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_extract.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_find_replace.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_get_dummies.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_split_partition.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_string_array.cpython-39.pyc,,
+pandas/tests/strings/__pycache__/test_strings.cpython-39.pyc,,
+pandas/tests/strings/conftest.py,sha256=cwP9W0iBJ--8FcxKylK3VjxWrdV2G38laD6-PEo_uEA,5218
+pandas/tests/strings/test_api.py,sha256=7aMc9Hz0WcAAaY7i-EvfdjHhI-_Cgv3s07KkMpdP2fo,5014
+pandas/tests/strings/test_case_justify.py,sha256=LBxGKy-QxE5R8kVi4Sivli2uTCTThVMQxW3_2pB7uJY,13095
+pandas/tests/strings/test_cat.py,sha256=WWBy8Q73PiBlt2o7HVLDWbAklgU___sPHxIzdLzj9XI,12822
+pandas/tests/strings/test_extract.py,sha256=pXJZe8zVLcoGIGS8-NQzEvdxbu_eF6BYqI-30b5RtY8,25881
+pandas/tests/strings/test_find_replace.py,sha256=eX5wQVke3kk9-T2Vd1awuSRlkES4KUeDMbZwo6rV-Ug,39999
+pandas/tests/strings/test_get_dummies.py,sha256=LyWHwMrb5pgX69t4b9ouHflXKp4gBXadTCkaZSk_HB4,1608
+pandas/tests/strings/test_split_partition.py,sha256=S2yg2xrE3PvBcOhiM9kRzoaX7QIt5pjD4S2RfarVGRc,23220
+pandas/tests/strings/test_string_array.py,sha256=UyvgfkjX4zOTGeWFgf3B0g62XQ2hWC7wi5l5mhjJ39Q,3238
+pandas/tests/strings/test_strings.py,sha256=bJWVUtWU65RuzeBWTUujjo5jo4eT3VtfcFaCo_MceZc,29027
+pandas/tests/test_aggregation.py,sha256=-9GlIUg7qPr3Ppj_TNbBF85oKjSIMAv056hfcYZvhWw,2779
+pandas/tests/test_algos.py,sha256=fPodbUKZDKRn8E_rDzkn8AkNVJypyMejrae5nXDQ3Bc,83188
+pandas/tests/test_common.py,sha256=hgNhMXpaG3AnnVKTvTTEphPcZgT2HP_9tLU8tBknGyc,6654
+pandas/tests/test_downstream.py,sha256=YO6_LuGu8M_p0M9zOcQGNw_Z0EeNF0vmA9HXqScde_U,9786
+pandas/tests/test_errors.py,sha256=BARBb6UU4FA0t2-im_VLNkmqVjbwrFH75F8rdDgrATc,2658
+pandas/tests/test_expressions.py,sha256=uh6KWh9ri_16_MtTDPWoxQf6kgFuIUo-g6OALoYlZ_4,12918
+pandas/tests/test_flags.py,sha256=Dsu6pvQ5A6Manyt1VlQLK8pRpZtr-S2T3ubJvRQaRlA,1550
+pandas/tests/test_multilevel.py,sha256=LadELaaAKbD-Z8AFtfWnd3qSqOFFD7ehR5kgMeqgENg,14491
+pandas/tests/test_nanops.py,sha256=_N4TyspWwlEz7cJcoBYMeAV5IqlRj76THUMuOgqm0Uw,40301
+pandas/tests/test_optional_dependency.py,sha256=tT5SDWQaIRBCxX8-USqnMA68FVSOdUJfUA7TapBtsK0,2684
+pandas/tests/test_register_accessor.py,sha256=dk6OYo3zPjfUQ3zItcbCxqyqsAdFRyttbIjGc6tzhko,2687
+pandas/tests/test_sorting.py,sha256=6uqQO25Jkl6lQLv4LJ2HR42bUpol6fK9QSmmkiXUMwo,17977
+pandas/tests/test_take.py,sha256=d-9ukBaR_7Hdypm5mTqkxdhDMNFZBAnLytFLrdmsMV0,11995
+pandas/tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tools/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tools/__pycache__/test_to_datetime.cpython-39.pyc,,
+pandas/tests/tools/__pycache__/test_to_numeric.cpython-39.pyc,,
+pandas/tests/tools/__pycache__/test_to_time.cpython-39.pyc,,
+pandas/tests/tools/__pycache__/test_to_timedelta.cpython-39.pyc,,
+pandas/tests/tools/test_to_datetime.py,sha256=snQDuVlAeZk3GK__OO8Szn-Ol21ppEAgKcQCpt-0gDg,106161
+pandas/tests/tools/test_to_numeric.py,sha256=LDaX35_p2PkcOz1Atjbrs1hx0iQIkRD40efl86yB2Yo,23182
+pandas/tests/tools/test_to_time.py,sha256=m7TWi7CyeqOryQMbyVOyzWPDlgZOi-ehe4xvlcf7xGk,2546
+pandas/tests/tools/test_to_timedelta.py,sha256=rjOlMpSFx0ylwA8EukOooUTHiEmu9J7GndoVWe6udGI,9981
+pandas/tests/tseries/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tseries/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tseries/frequencies/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tseries/frequencies/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tseries/frequencies/__pycache__/test_freq_code.cpython-39.pyc,,
+pandas/tests/tseries/frequencies/__pycache__/test_frequencies.cpython-39.pyc,,
+pandas/tests/tseries/frequencies/__pycache__/test_inference.cpython-39.pyc,,
+pandas/tests/tseries/frequencies/test_freq_code.py,sha256=p6h32RFKW-Mj0-1MDFtTmU66io31nZne83iTewT9W9w,2474
+pandas/tests/tseries/frequencies/test_frequencies.py,sha256=tyI9e6ve7sEXdALy9GYjMV3mAQHmQF2IqW-xFzPdgjY,821
+pandas/tests/tseries/frequencies/test_inference.py,sha256=ZfZdjkT6Sl6yoOgkdjq23r98LDHNGaqerGCKX1OnfNw,14087
+pandas/tests/tseries/holiday/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tseries/holiday/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tseries/holiday/__pycache__/test_calendar.cpython-39.pyc,,
+pandas/tests/tseries/holiday/__pycache__/test_federal.cpython-39.pyc,,
+pandas/tests/tseries/holiday/__pycache__/test_holiday.cpython-39.pyc,,
+pandas/tests/tseries/holiday/__pycache__/test_observance.cpython-39.pyc,,
+pandas/tests/tseries/holiday/test_calendar.py,sha256=HBXCzENK_gROEDauPW5xrznHMgLkaob57j8mjVvibSM,3543
+pandas/tests/tseries/holiday/test_federal.py,sha256=TPMPlc2skaMCNbeJ8gDYS7JwsAZFQ16EjdJpN4pQysY,1157
+pandas/tests/tseries/holiday/test_holiday.py,sha256=zxwMWRXcjhczrsO2DJNx1fXIVorwydEcxLZAmOb2W5k,8846
+pandas/tests/tseries/holiday/test_observance.py,sha256=GJBqIF4W6QG4k3Yzz6_13WMOR4nHSVzPbixHxO8Tukw,2723
+pandas/tests/tseries/offsets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tseries/offsets/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/common.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_business_day.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_business_hour.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_business_month.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_business_quarter.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_business_year.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_custom_business_day.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_custom_business_hour.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_custom_business_month.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_dst.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_easter.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_fiscal.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_index.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_month.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_offsets.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_offsets_properties.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_quarter.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_ticks.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_week.cpython-39.pyc,,
+pandas/tests/tseries/offsets/__pycache__/test_year.cpython-39.pyc,,
+pandas/tests/tseries/offsets/common.py,sha256=kpLSymgi6GLEmXzZSIxXP0UrgWln2aiw2k4-IKanpbw,6522
+pandas/tests/tseries/offsets/conftest.py,sha256=p2K5qqXu2W4-jcyPlgqb9h_II1Kk-1Ren9ocykavMmk,698
+pandas/tests/tseries/offsets/test_business_day.py,sha256=guNLevrW0FryvXW4j1t_XZKpkxO3bRbEh9IskKMZKyw,7038
+pandas/tests/tseries/offsets/test_business_hour.py,sha256=xxHbj3rHVIDCA81PvSnt33jiBJPULVwDBBLjbHE2Uls,58361
+pandas/tests/tseries/offsets/test_business_month.py,sha256=40gFBTEIkUKsaJCD3NraNZ_hG64iDIk2qpJThwTgXM0,6880
+pandas/tests/tseries/offsets/test_business_quarter.py,sha256=fC_sJJ95Xo2jewypua3I2YixrlVjVpOy_q5PDVMCv48,12465
+pandas/tests/tseries/offsets/test_business_year.py,sha256=P1MCNY2V--v-MMSb6Esoi4_pPH_fXC_AGQYYg9Y12MQ,6644
+pandas/tests/tseries/offsets/test_custom_business_day.py,sha256=l9O-BCOZEAcxPui92uItKjJrXcOa3OBwwHTi2jymNXA,3186
+pandas/tests/tseries/offsets/test_custom_business_hour.py,sha256=XcpYMsZfDLv3r-xAR-GraASfp_yAUWd9xMzUkpLlqiA,12823
+pandas/tests/tseries/offsets/test_custom_business_month.py,sha256=aabbsTAONUdUXbSFDPYMrJMW0FgnNiVbPzpAoWax9kM,14134
+pandas/tests/tseries/offsets/test_dst.py,sha256=XXonYY6dLhPWod4gYVdVd4fBNtRyWaQIpiLT11FgUa8,7872
+pandas/tests/tseries/offsets/test_easter.py,sha256=CTZPZCwlsz9nlL5LEAcMQEFO2mPWAZB5F2ofk_oaj0c,1175
+pandas/tests/tseries/offsets/test_fiscal.py,sha256=RxbrPZD63MbgHkjPRHe573wRAOeLDyNdWgMk4SUI8is,28044
+pandas/tests/tseries/offsets/test_index.py,sha256=2e-wN5uf_y7SzO11Z7Jo6EjDC5fFPTVZLtx7G7H6ZWA,1145
+pandas/tests/tseries/offsets/test_month.py,sha256=pPOBqOjZJtdsV3EubIGU-xoId9zkFaBHFSzGogGBV3o,24236
+pandas/tests/tseries/offsets/test_offsets.py,sha256=2ijyZtz0-DAMyE7sMwxrghh0MLi0lGrsZ4LqsQfHAGs,35430
+pandas/tests/tseries/offsets/test_offsets_properties.py,sha256=P_16zBX7ocaGN-br0pEQBGTlewfiDpJsnf5R1ei83JQ,1971
+pandas/tests/tseries/offsets/test_quarter.py,sha256=L7vJGTrZBrXWlWB8K2dWA3v6VJd71qWJd4EvSmxV2Vg,11612
+pandas/tests/tseries/offsets/test_ticks.py,sha256=eijbAfJw0oS7YO0SSv6pICFOX9zRZrJfxeR_oo-yrfg,10951
+pandas/tests/tseries/offsets/test_week.py,sha256=vJ5Yd4vvSsFnVjRk7NKWTORWUMBtM2oFHzYiFaTVsyo,12621
+pandas/tests/tseries/offsets/test_year.py,sha256=7v2T5gKZxWJrn--LRCh8WMVtF-lM6qhaxC8eDpdfHd8,9989
+pandas/tests/tslibs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/tslibs/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_array_to_datetime.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_ccalendar.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_conversion.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_fields.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_libfrequencies.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_liboffsets.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_np_datetime.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_parse_iso8601.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_parsing.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_period_asfreq.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_resolution.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_timedeltas.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_timezones.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_to_offset.cpython-39.pyc,,
+pandas/tests/tslibs/__pycache__/test_tzconversion.cpython-39.pyc,,
+pandas/tests/tslibs/test_api.py,sha256=MNNqTflYQ_wZiIzl8ykDBNxfUSNceucN5XcaTXnv3dk,1433
+pandas/tests/tslibs/test_array_to_datetime.py,sha256=-_VstbinLrM022j14PDnoZefR9lqph5mrvPEP-rMW6I,5961
+pandas/tests/tslibs/test_ccalendar.py,sha256=8dmstj7tYOhTPe66bkpV-RQJp03zpBYMpmb-7DaJe_4,1887
+pandas/tests/tslibs/test_conversion.py,sha256=5cEvztCD7GM_SiGYj2d1_dVK1tLk9gWiJ70HW7NiRxA,4578
+pandas/tests/tslibs/test_fields.py,sha256=uYCMrFqDXV5LHRznIrz2_bL5uLrq6YxgHfDFYHd4Qfk,1349
+pandas/tests/tslibs/test_libfrequencies.py,sha256=1aQnyjAA2F2-xfTlTa081uVE3dTBb2CdkYv8Cry5Gn0,769
+pandas/tests/tslibs/test_liboffsets.py,sha256=958cVv4vva5nawrYcmSinfu62NIL7lYOXOHN7yU-gAE,5108
+pandas/tests/tslibs/test_np_datetime.py,sha256=n7MNYHw7i03w4ZcVTM6GkoRN7Y7UIGxnshjHph2eDPs,7889
+pandas/tests/tslibs/test_parse_iso8601.py,sha256=XIidGrTdVtTyauCww9brdCCIcnbXxXuWYqREVorC66E,2069
+pandas/tests/tslibs/test_parsing.py,sha256=sT3V7pFXXJRFw8R7s4OLrx5VszyVJbDy051vyVuwceE,9035
+pandas/tests/tslibs/test_period_asfreq.py,sha256=LQP7Er-5P2tBq1yDFXCJz0vHSEV23MpsQj7gwocRVDo,3119
+pandas/tests/tslibs/test_resolution.py,sha256=TfTpo9aGRlSU1JqTkSUWnXAL-pSS4bolKkZB1lLxsVY,641
+pandas/tests/tslibs/test_timedeltas.py,sha256=C0HYDP5qudL34n2SZXt5kNqJWrlVSQCI3s2UiOHYK9g,4272
+pandas/tests/tslibs/test_timezones.py,sha256=aNzivqY1BS_SORYuTYrMYxNMSl2xn7HLGtI7CPDmxhM,4574
+pandas/tests/tslibs/test_to_offset.py,sha256=V5Xv79KEnCgxNpM-lyftRXzbzdx959uMWzLcDpu1htI,4786
+pandas/tests/tslibs/test_tzconversion.py,sha256=6Ouplo1p8ArDrxCzPNyH9xpYkxERNPvbd4C_-WmTNd4,953
+pandas/tests/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/util/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/util/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_almost_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_attr_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_categorical_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_extension_array_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_frame_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_index_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_interval_array_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_numpy_array_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_produces_warning.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_assert_series_equal.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_deprecate.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_deprecate_kwarg.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_deprecate_nonkeyword_arguments.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_doc.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_hashing.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_make_objects.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_numba.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_rewrite_warning.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_safe_import.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_shares_memory.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_show_versions.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_util.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_validate_args.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_validate_args_and_kwargs.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_validate_inclusive.cpython-39.pyc,,
+pandas/tests/util/__pycache__/test_validate_kwargs.cpython-39.pyc,,
+pandas/tests/util/conftest.py,sha256=loEbQsEtHtv-T4Umeq_UeV6R7s8SO01GHbW6gn8lvlo,476
+pandas/tests/util/test_assert_almost_equal.py,sha256=iwDkpW1Qw8X6JyV1XzLGUDT-AiHj8IdYiAzI6fe5VK0,15168
+pandas/tests/util/test_assert_attr_equal.py,sha256=ZXTojP4V5Kle96QOFhxCZjq-dQf6gHvNOorYyOuFP1I,1045
+pandas/tests/util/test_assert_categorical_equal.py,sha256=l0eBVe0b0Vs0-Av22MqkSqHklSwFKnlNNezsQPZWvOE,2748
+pandas/tests/util/test_assert_extension_array_equal.py,sha256=NYDyksC73o4dSEHtldxv1oNxPV6rQlOvdGcYh4OxQWI,3462
+pandas/tests/util/test_assert_frame_equal.py,sha256=DQGzMle8iJgsQnwQwaBDqLngUOykvFHs-VbiA0E7IVg,12160
+pandas/tests/util/test_assert_index_equal.py,sha256=Yg4rdIehRJY_eDxajpqial3xswJhY-ibM8RjtovjhMg,8951
+pandas/tests/util/test_assert_interval_array_equal.py,sha256=ITqL0Z8AAy5D1knACPOHodI64AHxmNzxiG-i9FeU0b8,2158
+pandas/tests/util/test_assert_numpy_array_equal.py,sha256=fgb8GdUwX4EYiR3PWbjJULNfAJz4DfJ8RJXchssygO4,6624
+pandas/tests/util/test_assert_produces_warning.py,sha256=oMT6feUXCzQUpRxtUN76mU-UM6xmZkhYjGpJSm-gGdA,7355
+pandas/tests/util/test_assert_series_equal.py,sha256=VNc5HzJfJ9sXXs-KnP8ZW5gtmL9fb6hbd04GzJpS39Y,12336
+pandas/tests/util/test_deprecate.py,sha256=oZXuNwUnS_hAcMWPgl9ErjGCZSs4beoaivnsOTQzIys,1626
+pandas/tests/util/test_deprecate_kwarg.py,sha256=7T2QkCxXUoJHhCxUjAH_5_hM-BHC6nPWG635LFY35lo,2043
+pandas/tests/util/test_deprecate_nonkeyword_arguments.py,sha256=O4QmpXMWiR8xfg0d2_muJ6HdVhPZpyAEeC-pzM37mXA,4270
+pandas/tests/util/test_doc.py,sha256=u0fxCg4zZWhB4SkJYc2huQ0xv7sKKAt0OlpWldmhh_M,1492
+pandas/tests/util/test_hashing.py,sha256=mXIFpTceHLKehxW_4_9ZHfqGR78QwXV9vV8YTvhQx8w,13000
+pandas/tests/util/test_make_objects.py,sha256=bgRNC-fqEK025n2LSFked-_Pq8a4MjrIs7VviuUhpwI,253
+pandas/tests/util/test_numba.py,sha256=6eOVcokESth7h6yyeehVizx61FtwDdVbF8wV8j3t-Ic,308
+pandas/tests/util/test_rewrite_warning.py,sha256=AUHz_OT0HS6kXs-9e59GflBCP3Tb5jy8jl9FxBg5rDs,1151
+pandas/tests/util/test_safe_import.py,sha256=UxH90Ju9wyQ7Rs7SduRj3dkxroyehIwaWbBEz3ZzvEw,1020
+pandas/tests/util/test_shares_memory.py,sha256=pohzczmtzQtM9wOa-dUkJVCOYPb5VFTxrjlUJL9xmlA,345
+pandas/tests/util/test_show_versions.py,sha256=UtovYJXv6302PhfjIV7Xz-h0YW015SAKwAOPonJ0f4w,2733
+pandas/tests/util/test_util.py,sha256=P3fQqMjLt1sL0jOKYj_nYIyeiP2PwDXIy4BPUrf_c6k,1982
+pandas/tests/util/test_validate_args.py,sha256=qCMxjuQrUMvtaZP2QNRobPrqEj8ENUjUbj-MD1teFuY,1842
+pandas/tests/util/test_validate_args_and_kwargs.py,sha256=fSNH5lWiUrQoLOqrED8FLOAudPNvEX2oFXz_C90GniY,2391
+pandas/tests/util/test_validate_inclusive.py,sha256=w2twetJgIedm6KGQ4WmdmGC_6-RShFjXBMBVxR0gcME,896
+pandas/tests/util/test_validate_kwargs.py,sha256=vkVQ1LH1hXwQ3qH3EDy15Eq24WL40-RuSMtMGHRftTs,1755
+pandas/tests/window/__init__.py,sha256=1jg-FfAkeNqq2AoynrB6nQ1UCUATOF8cVYIaIwPfdTs,196
+pandas/tests/window/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/window/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_api.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_apply.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_base_indexer.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_cython_aggregations.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_dtypes.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_ewm.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_expanding.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_groupby.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_numba.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_online.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_pairwise.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_rolling.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_rolling_functions.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_rolling_quantile.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_rolling_skew_kurt.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_timeseries_window.cpython-39.pyc,,
+pandas/tests/window/__pycache__/test_win_type.cpython-39.pyc,,
+pandas/tests/window/conftest.py,sha256=L_O2fyvzOZN7gL0bfPcersoRQgxZe7trgacSPsPBXYI,3013
+pandas/tests/window/moments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+pandas/tests/window/moments/__pycache__/__init__.cpython-39.pyc,,
+pandas/tests/window/moments/__pycache__/conftest.cpython-39.pyc,,
+pandas/tests/window/moments/__pycache__/test_moments_consistency_ewm.cpython-39.pyc,,
+pandas/tests/window/moments/__pycache__/test_moments_consistency_expanding.cpython-39.pyc,,
+pandas/tests/window/moments/__pycache__/test_moments_consistency_rolling.cpython-39.pyc,,
+pandas/tests/window/moments/conftest.py,sha256=xSkyyVltsAkJETLDHJSksjRkjcVHsnhfyCiNvhsQ3no,1595
+pandas/tests/window/moments/test_moments_consistency_ewm.py,sha256=uA4Sz9D97pd-PfhoZlHvWzIiOiY8GEfiCRFvXHeApHM,8305
+pandas/tests/window/moments/test_moments_consistency_expanding.py,sha256=eUa5UFG7UAqmG56XsYmihGvesbDNrj0DPV7eJgpxksY,5541
+pandas/tests/window/moments/test_moments_consistency_rolling.py,sha256=4bcg6lGfz096yOU_AcI5qR5BKIjwULusj7ZALlFe8DU,7825
+pandas/tests/window/test_api.py,sha256=WcEOYm9xANqUYGFL_CVnXQKmKg3D4v466vcUSGZ1iA0,15576
+pandas/tests/window/test_apply.py,sha256=sui7UoleJ0E9zrnxSDksFZzWcWXpMci2treqMnl0pwI,9603
+pandas/tests/window/test_base_indexer.py,sha256=7A8gdmiA8vlRhM2DgG5NztYZ6HTmJ-64LfB_QIdzfFg,15621
+pandas/tests/window/test_cython_aggregations.py,sha256=wPAk76yfrG9D1-IzI0kDklpiTVqgp4xsEGjONe9lCY4,3967
+pandas/tests/window/test_dtypes.py,sha256=BN7Ft-ML6yNMY57TCHH5ZvuNZAnmhWvCTfALe9nXW7U,5782
+pandas/tests/window/test_ewm.py,sha256=X3bp11DZS9FxqgIcURCllZdNvld5JBMpDD5QwjL8mFY,24030
+pandas/tests/window/test_expanding.py,sha256=8LpOUJcsJhzxGZDUB_A5OmxZJtTD4DP5TEO4nIRwdmY,24111
+pandas/tests/window/test_groupby.py,sha256=kpr3EduzqgDYZaqPlDTNS56qrcC-ugFVNDqd71jHkqc,44307
+pandas/tests/window/test_numba.py,sha256=3Ys-p-EHYwPoFC-94Hyn7eZdSPXCSXI_9Z1UWKs1eU0,16459
+pandas/tests/window/test_online.py,sha256=YwKzN80dPZ5a9cya_5zgeUCgCO39H5T5b7YLll0ZXaM,3320
+pandas/tests/window/test_pairwise.py,sha256=0mm7ObeaiwXKscw9m-SEJKlQRG3wbp7nmBli7ngBwkk,15629
+pandas/tests/window/test_rolling.py,sha256=Uc6V4qeWcu8IOKu7AM8pMJ7oHhwvn2jhsO_N8eKTLlM,59711
+pandas/tests/window/test_rolling_functions.py,sha256=VHOFDst_GKU0Mr4TJb2c99GkBPTY_IT7mPnj-lPlw_0,17901
+pandas/tests/window/test_rolling_quantile.py,sha256=0Mi_NC7--PgTD0ETBxCanW0tafsc79GBl3Z4uB7XePM,5259
+pandas/tests/window/test_rolling_skew_kurt.py,sha256=7zT8rDyIdA1oUFP98swAmdK-Its5m7_T1Cf-P9cMnGs,7713
+pandas/tests/window/test_timeseries_window.py,sha256=dZFAY5a0nHsqLjEokt2jeDHTUSkyksuZNefljBnJlhk,23504
+pandas/tests/window/test_win_type.py,sha256=hasZmnrvXdE38r8EAg37IDZrpOoI-O1W1Gc2Qt2uWuw,17882
+pandas/tseries/__init__.py,sha256=cpq1wgIioh5SP0heBvHwxzlu_yu2CMFpGZu3WgevxFE,272
+pandas/tseries/__pycache__/__init__.cpython-39.pyc,,
+pandas/tseries/__pycache__/api.cpython-39.pyc,,
+pandas/tseries/__pycache__/frequencies.cpython-39.pyc,,
+pandas/tseries/__pycache__/holiday.cpython-39.pyc,,
+pandas/tseries/__pycache__/offsets.cpython-39.pyc,,
+pandas/tseries/api.py,sha256=v3j-wnb5AOSrS0dnSWrERby3e1FjCqIqLdCbZCisegw,152
+pandas/tseries/frequencies.py,sha256=Zw98z8RLgHFcBM4K2SeIt8oK9zVbSjyyFEo0MwNTrpg,18812
+pandas/tseries/holiday.py,sha256=oXkoZIinyri7K3IePbmUknNG76WCyZGFjK8FP_Qtd-M,17529
+pandas/tseries/offsets.py,sha256=wLWH1_fg7dYGDsHDRyBxc62788G9CDhLcpDeZHt5ixI,1531
+pandas/util/__init__.py,sha256=_bPL82aIhNUsRtFolxeAKARPlWsxUIasXQWruBRveRs,450
+pandas/util/__pycache__/__init__.cpython-39.pyc,,
+pandas/util/__pycache__/_decorators.cpython-39.pyc,,
+pandas/util/__pycache__/_doctools.cpython-39.pyc,,
+pandas/util/__pycache__/_exceptions.cpython-39.pyc,,
+pandas/util/__pycache__/_print_versions.cpython-39.pyc,,
+pandas/util/__pycache__/_test_decorators.cpython-39.pyc,,
+pandas/util/__pycache__/_tester.cpython-39.pyc,,
+pandas/util/__pycache__/_validators.cpython-39.pyc,,
+pandas/util/__pycache__/testing.cpython-39.pyc,,
+pandas/util/_decorators.py,sha256=5gnaN6-gudD6w7aKZ42XT76AN9PzZYihQmIXVml0r1o,18144
+pandas/util/_doctools.py,sha256=vK1FxXRG8_seyppQAtxZ2wMpx4KbAIZoBwlXHfyqZSE,6709
+pandas/util/_exceptions.py,sha256=iwx4c0ydqiFvyqGD8rQyK_X_Y3CgI4BBP9Xj5IhqCO4,2556
+pandas/util/_print_versions.py,sha256=7JqTZvo50323iQv-stlbyZoLuaIT7ik4IjS9f-0b91k,4290
+pandas/util/_test_decorators.py,sha256=Lk4QsEJxM1o2Hu0QnuKCyC6JC9SEZxBp5OK62fjqzh4,9182
+pandas/util/_tester.py,sha256=Yjd57ttjUbH3Idya1mgbZbfKwMn3wLoJq8Vc_mGHttY,941
+pandas/util/_validators.py,sha256=3EaMoulOYfb8eFWhYfDOPmAhUQe0MP8HC-TTL9JeFFM,17355
+pandas/util/testing.py,sha256=I3TS4ilRqUqKpI9UAcqkCvr2f6k6drTMjz5OLjhlj54,330
+pandas/util/version/__init__.py,sha256=UlyeVEsBXNh4s8ecrheLLuLJZdb8onHZXZ1mbYri_sI,16226
+pandas/util/version/__pycache__/__init__.cpython-39.pyc,,
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/WHEEL b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/WHEEL
new file mode 100644
index 00000000..2e266ab9
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.38.4)
+Root-Is-Purelib: false
+Tag: cp39-cp39-macosx_10_9_x86_64
+
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/entry_points.txt b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/entry_points.txt
new file mode 100644
index 00000000..69482a55
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/entry_points.txt
@@ -0,0 +1,2 @@
+[pandas_plotting_backends]
+matplotlib = pandas:plotting._matplotlib
diff --git a/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/top_level.txt b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/top_level.txt
new file mode 100644
index 00000000..fb6c7ed7
--- /dev/null
+++ b/venv/lib/python3.9/site-packages/pandas-1.5.3.dist-info/top_level.txt
@@ -0,0 +1 @@
+pandas