Pandas 1.1.0 is a minor release, which includes some new features, bug
fixes, and performance improvements. Changes are explained at
https://pandas.pydata.org/pandas-docs/dev/whatsnew/v1.1.0.html.
Run tested on amd64 (while running $DAYJOB related tools).
Comments/OK?
diff --git Makefile Makefile
index 55ca90e54b0..02503ab2195 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
COMMENT = data analysis and manipulation library
-MODPY_EGG_VERSION = 1.0.5
+MODPY_EGG_VERSION = 1.1.0
DISTNAME = pandas-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
@@ -26,13 +26,13 @@ WANTLIB += ${COMPILER_LIBCXX} m ${MODPY_WANTLIB}
COMPILER = base-clang ports-gcc base-gcc
-BUILD_DEPENDS += lang/cython${MODPY_FLAVOR} \
- math/py-numpy${MODPY_FLAVOR}>=1.13.3
+BUILD_DEPENDS += lang/cython${MODPY_FLAVOR}>=0.29.16 \
+ math/py-numpy${MODPY_FLAVOR}>=1.15.4
-RUN_DEPENDS += devel/py-dateutil${MODPY_FLAVOR}>=2.6.1 \
+RUN_DEPENDS += devel/py-dateutil${MODPY_FLAVOR}>=2.7.3 \
devel/py-tz${MODPY_FLAVOR}>=2017.2 \
- lang/cython${MODPY_FLAVOR} \
- math/py-numpy${MODPY_FLAVOR}>=1.13.3
+ lang/cython${MODPY_FLAVOR}>=0.29.16 \
+ math/py-numpy${MODPY_FLAVOR}>=1.15.4
TEST_DEPENDS += databases/py-mysqlclient${MODPY_FLAVOR} \
databases/py-psycopg2${MODPY_FLAVOR} \
diff --git distinfo distinfo
index 0b99eba959e..1165021ef2b 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (pandas-1.0.5.tar.gz) = acXZIKCyqYOOZ3949N3lBrleqOTTDaJYWdtkad7YT6g=
-SIZE (pandas-1.0.5.tar.gz) = 5007108
+SHA256 (pandas-1.1.0.tar.gz) = s5UIVirQuz84Sw2yTafWiiYIud3IWx2THMqqktXkUnM=
+SIZE (pandas-1.1.0.tar.gz) = 5211071
diff --git patches/patch-setup_cfg patches/patch-setup_cfg
index 62e8906b29a..cb716ac7da5 100644
--- patches/patch-setup_cfg
+++ patches/patch-setup_cfg
@@ -3,10 +3,10 @@ $OpenBSD: patch-setup_cfg,v 1.3 2020/02/27 18:23:39 bket Exp $
Index: setup.cfg
--- setup.cfg.orig
+++ setup.cfg
-@@ -52,7 +52,6 @@ markers =
- high_memory: mark a test as a high-memory only
- clipboard: mark a pd.read_clipboard test
- doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL
+@@ -46,7 +46,6 @@ exclude =
+ minversion = 4.0.2
+ testpaths = pandas
+ doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL ELLIPSIS
-addopts = --strict-data-files
xfail_strict = True
filterwarnings =
diff --git patches/patch-setup_py patches/patch-setup_py
new file mode 100644
index 00000000000..701c42a9379
--- /dev/null
+++ patches/patch-setup_py
@@ -0,0 +1,17 @@
+$OpenBSD$
+
+Fix Py38 build issue. Adapted from
+https://github.com/pandas-dev/pandas/pull/33431
+
+Index: setup.py
+--- setup.py.orig
++++ setup.py
+@@ -433,7 +433,7 @@ if is_platform_windows():
+ extra_compile_args.append("/Z7")
+ extra_link_args.append("/DEBUG")
+ else:
+- extra_compile_args = ["-Werror"]
++ extra_compile_args = ["-Werror", "-Wno-error=deprecated-declarations"]
+ extra_link_args = []
+ if debugging_symbols_requested:
+ extra_compile_args.append("-g")
diff --git pkg/PLIST pkg/PLIST
index 612f65f0556..c650de0bfda 100644
--- pkg/PLIST
+++ pkg/PLIST
@@ -59,22 +59,22 @@
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/c_timestamp.so
+@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/base.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/ccalendar.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/conversion.so
+@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/dtypes.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/fields.so
-@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/frequencies.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/nattype.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/np_datetime.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/offsets.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/parsing.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/period.so
-@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/resolution.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/strptime.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/timedeltas.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/timestamps.so
@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/timezones.so
@so
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/tzconversion.so
+@so lib/python${MODPY_VERSION}/site-packages/pandas/_libs/tslibs/vectorized.so
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/window/
lib/python${MODPY_VERSION}/site-packages/pandas/_libs/window/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/_libs/window/${MODPY_PYCACHE}/
@@ -127,6 +127,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}accessor.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}aggregation.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}algorithms.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}api.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}apply.${MODPY_PYC_MAGIC_TAG}pyc
@@ -143,17 +144,28 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}missing.${M
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}nanops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}resample.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}series.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}shared_docs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}sorting.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/${MODPY_PYCACHE}strings.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/accessor.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/aggregation.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/algorithms.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/api.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/apply.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/${MODPY_PYCACHE}masked_reductions.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/${MODPY_PYCACHE}transforms.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/masked_reductions.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/array_algos/transforms.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}_arrow_utils.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}_mixins.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}_ranges.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}base.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}boolean.${MODPY_PYC_MAGIC_TAG}pyc
@@ -168,6 +180,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}peri
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}string_.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/${MODPY_PYCACHE}timedeltas.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/_arrow_utils.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/_mixins.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/_ranges.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/base.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/arrays/boolean.py
@@ -308,10 +321,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/${MODPY_PYCACHE}b
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/${MODPY_PYCACHE}concat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/${MODPY_PYCACHE}construction.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/${MODPY_PYCACHE}managers.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/${MODPY_PYCACHE}ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/blocks.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/concat.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/construction.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/managers.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/internals/ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/missing.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/nanops.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/ops/
@@ -358,6 +373,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/reshape/reshape.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/reshape/tile.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/reshape/util.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/series.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/shared_docs.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/sorting.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/sparse/
lib/python${MODPY_VERSION}/site-packages/pandas/core/sparse/__init__.py
@@ -373,15 +389,19 @@
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/${MODPY_PYCACHE}__ini
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/${MODPY_PYCACHE}datetimes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/${MODPY_PYCACHE}numeric.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/${MODPY_PYCACHE}timedeltas.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/${MODPY_PYCACHE}times.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/datetimes.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/numeric.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/timedeltas.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/tools/times.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/util/
lib/python${MODPY_VERSION}/site-packages/pandas/core/util/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/core/util/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/core/util/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/util/${MODPY_PYCACHE}hashing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/core/util/${MODPY_PYCACHE}numba_.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/core/util/hashing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/core/util/numba_.py
lib/python${MODPY_VERSION}/site-packages/pandas/core/window/
lib/python${MODPY_VERSION}/site-packages/pandas/core/window/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/core/window/${MODPY_PYCACHE}/
@@ -412,14 +432,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}common.${MODP
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}date_converters.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}feather_format.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}gbq.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}gcs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}html.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}orc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}parquet.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}parsers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}pickle.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}pytables.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}s3.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}spss.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}sql.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/${MODPY_PYCACHE}stata.${MODPY_PYC_MAGIC_TAG}pyc
@@ -437,6 +455,7 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_base.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_odfreader.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_odswriter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_openpyxl.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_pyxlsb.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_util.${MODPY_PYC_MAGIC_TAG}pyc
@@ -445,6 +464,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_xlsxwr
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/${MODPY_PYCACHE}_xlwt.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_base.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_odfreader.py
+lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_odswriter.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_openpyxl.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_pyxlsb.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/excel/_util.py
@@ -462,6 +482,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}csvs.
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}excel.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}format.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}html.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}info.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}latex.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}printing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/${MODPY_PYCACHE}style.${MODPY_PYC_MAGIC_TAG}pyc
@@ -471,13 +492,13 @@
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/csvs.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/excel.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/format.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/html.py
+lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/info.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/latex.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/printing.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/style.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/templates/
lib/python${MODPY_VERSION}/site-packages/pandas/io/formats/templates/html.tpl
lib/python${MODPY_VERSION}/site-packages/pandas/io/gbq.py
-lib/python${MODPY_VERSION}/site-packages/pandas/io/gcs.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/html.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/json/
lib/python${MODPY_VERSION}/site-packages/pandas/io/json/__init__.py
@@ -494,7 +515,6 @@
lib/python${MODPY_VERSION}/site-packages/pandas/io/parquet.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/parsers.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/pickle.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/pytables.py
-lib/python${MODPY_VERSION}/site-packages/pandas/io/s3.py
lib/python${MODPY_VERSION}/site-packages/pandas/io/sas/
lib/python${MODPY_VERSION}/site-packages/pandas/io/sas/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/io/sas/${MODPY_PYCACHE}/
@@ -546,9 +566,9 @@ lib/python${MODPY_VERSION}/site-packages/pandas/tests/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_aggregation.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_algos.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_common.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_downstream.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_errors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/${MODPY_PYCACHE}test_expressions.${MODPY_PYC_MAGIC_TAG}pyc
@@ -575,6 +595,7 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}test_array_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}test_datetime64.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}test_interval.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}test_numeric.${MODPY_PYC_MAGIC_TAG}pyc
@@ -583,6 +604,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/${MODPY_PYCACHE}test_timedelta64.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/conftest.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/test_array_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/test_datetime64.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/test_interval.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arithmetic/test_numeric.py
@@ -594,13 +616,35 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_array.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_boolean.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_datetimelike.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_datetimes.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_integer.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_numpy.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_period.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/${MODPY_PYCACHE}test_timedeltas.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_comparison.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_construction.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_function.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_logical.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_reduction.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/${MODPY_PYCACHE}test_repr.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_arithmetic.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_astype.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_comparison.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_construction.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_function.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_logical.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_ops.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_reduction.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/boolean/test_repr.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}/
@@ -635,6 +679,28 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_re
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_sorting.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_subclass.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_warnings.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_comparison.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_concat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_construction.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_function.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/${MODPY_PYCACHE}test_repr.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/conftest.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_arithmetic.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_comparison.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_concat.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_construction.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_dtypes.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_function.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/integer/test_repr.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/${MODPY_PYCACHE}/
@@ -643,6 +709,14 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/${MODPY_PY
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/test_interval.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/interval/test_ops.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/${MODPY_PYCACHE}test_arrow_compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/test_arithmetic.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/masked/test_arrow_compat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/sparse/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/sparse/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/sparse/${MODPY_PYCACHE}/
@@ -666,10 +740,8 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/string_/${MODPY_PYC
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/string_/${MODPY_PYCACHE}test_string.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/string_/test_string.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_array.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_boolean.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_datetimelike.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_datetimes.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_integer.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_numpy.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_period.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/test_timedeltas.py
@@ -677,12 +749,26 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_conversion.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_drop_duplicates.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_factorize.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_misc.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_transpose.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_unique.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/${MODPY_PYCACHE}test_value_counts.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_constructors.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_conversion.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_ops.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_drop_duplicates.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_factorize.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_fillna.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_misc.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_transpose.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_unique.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/base/test_value_counts.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/computation/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/computation/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/computation/${MODPY_PYCACHE}/
@@ -844,7 +930,6 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}conf
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_alter_axes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_analytics.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_api.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_apply.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_axis_select_reindex.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_block_internals.${MODPY_PYC_MAGIC_TAG}pyc
@@ -854,7 +939,6 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_mutate_columns.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_nonunique_indexes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_operators.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_period.${MODPY_PYC_MAGIC_TAG}pyc
@@ -867,64 +951,127 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_timezones.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_to_csv.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/${MODPY_PYCACHE}test_validate.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/${MODPY_PYCACHE}test_apply_relabeling.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/${MODPY_PYCACHE}test_frame_apply.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/test_apply_relabeling.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/apply/test_frame_apply.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_align.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_append.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_asfreq.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_asof.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_assign.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_at_time.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_between_time.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_clip.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_combine.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_combine_first.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_compare.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_count.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_cov_corr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_describe.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_diff.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_drop.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_drop_duplicates.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_droplevel.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_duplicated.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_explode.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_filter.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_first_and_last.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_head_tail.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_interpolate.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_isin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_nlargest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_pct_change.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_pop.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_quantile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_rank.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_reindex_like.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_rename.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_rename_axis.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_replace.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_reset_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_round.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_select_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_set_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_shift.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_sort_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_sort_values.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_to_dict.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_to_period.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_to_records.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_to_timestamp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_transpose.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_truncate.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_tz_convert.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_tz_localize.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_update.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/${MODPY_PYCACHE}test_value_counts.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_align.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_append.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_asfreq.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_asof.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_assign.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_astype.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_at_time.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_between_time.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_clip.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_combine.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_combine_first.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_compare.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_count.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_cov_corr.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_describe.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_diff.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_drop.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_drop_duplicates.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_droplevel.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_duplicated.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_explode.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_filter.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_first_and_last.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_head_tail.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_interpolate.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_isin.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_nlargest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_pct_change.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_pop.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_quantile.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_rank.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_reindex_like.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_rename.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_rename_axis.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_replace.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_reset_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_round.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_select_dtypes.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_set_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_shift.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_sort_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_sort_values.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_to_dict.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_to_period.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_to_records.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_to_timestamp.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_transpose.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_truncate.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_tz_convert.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_tz_localize.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_update.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/methods/test_value_counts.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_alter_axes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_analytics.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_api.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_apply.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_arithmetic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_axis_select_reindex.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_block_internals.py
@@ -934,7 +1081,6 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_cumulative.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_dtypes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_join.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_missing.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_mutate_columns.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_nonunique_indexes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_operators.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/frame/test_period.py
@@ -951,60 +1097,100 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_finalize.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_frame.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_generic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_label_or_level_utils.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_series.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/${MODPY_PYCACHE}test_to_xarray.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}test_dot.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}test_first_valid_index.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}test_reorder_levels.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/${MODPY_PYCACHE}test_set_axis.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/test_dot.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/test_first_valid_index.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/test_reorder_levels.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/methods/test_set_axis.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_finalize.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_frame.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_generic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_label_or_level_utils.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_series.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/generic/test_to_xarray.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_allowlist.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_apply.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_apply_mutate.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_bin_groupby.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_categorical.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_counting.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_filters.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_function.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_groupby.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_groupby_dropna.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_groupby_subclass.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_grouping.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_index_as_string.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_nth.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_nunique.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_pipe.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_quantile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_rank.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_sample.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_size.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_timegrouper.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_transform.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_value_counts.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/${MODPY_PYCACHE}test_whitelist.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}test_aggregate.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}test_cython.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}test_numba.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/${MODPY_PYCACHE}test_other.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/test_aggregate.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/test_cython.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/test_numba.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/aggregate/test_other.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/conftest.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_allowlist.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_apply.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_apply_mutate.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_bin_groupby.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_categorical.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_counting.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_filters.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_function.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_groupby.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_groupby_dropna.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_groupby_subclass.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_grouping.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_index_as_string.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_nth.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_nunique.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_pipe.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_quantile.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_rank.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_sample.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_size.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_timegrouper.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_transform.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_value_counts.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/test_whitelist.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/${MODPY_PYCACHE}test_numba.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/${MODPY_PYCACHE}test_transform.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/test_numba.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/groupby/transform/test_transform.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}/
@@ -1012,20 +1198,46 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}__
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}datetimelike.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_any_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_base.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_common.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_engines.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_frozen.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_index_new.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_numeric.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_numpy_compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/${MODPY_PYCACHE}test_reshape.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/test_constructors.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/test_reshape.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/base_class/test_setops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_category.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_map.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/${MODPY_PYCACHE}test_reindex.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_astype.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_category.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_constructors.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_fillna.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_formats.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_map.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/categorical/test_reindex.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimelike.py
@@ -1038,35 +1250,45 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_date_range.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_datetime.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_datetimelike.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_delete.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_insert.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_map.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_misc.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_partial_slicing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_pickle.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_scalar_compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_shift.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_snap.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_timezones.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_tools.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_to_period.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_astype.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_constructors.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_date_range.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_datetime.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_datetimelike.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_delete.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_fillna.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_formats.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_insert.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_join.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_map.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_misc.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_missing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_partial_slicing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_pickle.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_scalar_compat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_setops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_shift.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_snap.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_timezones.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_tools.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_to_period.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/interval/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/interval/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/interval/${MODPY_PYCACHE}/
@@ -1098,17 +1320,19 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCA
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_compat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_contains.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_conversion.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_copy.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_drop.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_duplicates.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_equivalence.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_format.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_get_level_values.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_get_set.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_integrity.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_isin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_lexsort.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_monotonic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_names.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1117,22 +1341,25 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCA
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_reshape.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_sorting.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/${MODPY_PYCACHE}test_take.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_analytics.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_astype.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_compat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_constructors.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_contains.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_conversion.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_copy.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_drop.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_duplicates.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_equivalence.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_format.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_formats.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_get_level_values.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_get_set.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_indexing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_integrity.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_isin.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_join.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_lexsort.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_missing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_monotonic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_names.py
@@ -1141,6 +1368,17 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_reindex
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_reshape.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_setops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_sorting.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/multi/test_take.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/test_astype.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/numeric/test_join.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}/
@@ -1148,42 +1386,62 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYC
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_asfreq.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_factorize.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_monotonic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_partial_slicing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_period.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_period_range.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_scalar_compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_searchsorted.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_shift.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_to_timestamp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/${MODPY_PYCACHE}test_tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_asfreq.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_astype.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_constructors.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_factorize.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_fillna.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_formats.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_join.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_monotonic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_partial_slicing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_period.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_period_range.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_scalar_compat.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_searchsorted.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_setops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_shift.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_to_timestamp.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/period/test_tools.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}test_range.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/test_constructors.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/test_join.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/test_range.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ranges/test_setops.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_any_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_base.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_common.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_engines.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_frozen.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_index_new.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_indexing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_numeric.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_numpy_compat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/test_setops.py
@@ -1193,36 +1451,41 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/ti
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_delete.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_insert.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_partial_slicing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_scalar_compat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_searchsorted.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_setops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_shift.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_timedelta.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_timedelta_range.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_tools.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_astype.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_constructors.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_delete.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_fillna.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_formats.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_indexing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_insert.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_join.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_searchsorted.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_setops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_shift.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_timedelta.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_timedelta_range.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_tools.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_callable.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_categorical.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_chaining_and_caching.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1231,8 +1494,8 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}t
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_datetime.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_floats.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_iloc.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_indexers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_indexing_engines.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_indexing_slow.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_loc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_na_indexing.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1240,7 +1503,6 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}t
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_scalar.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/${MODPY_PYCACHE}test_timedelta.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/common.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/interval/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/interval/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/interval/${MODPY_PYCACHE}/
@@ -1259,11 +1521,11 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODP
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_getitem.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_iloc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_indexing_slow.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_insert.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_ix.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_loc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_multiindex.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_partial.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_set_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_setitem.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_slice.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/${MODPY_PYCACHE}test_sorted.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1274,11 +1536,11 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_d
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_getitem.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_iloc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_indexing_slow.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_insert.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_ix.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_loc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_multiindex.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_partial.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_set_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_setitem.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_slice.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/multiindex/test_sorted.py
@@ -1291,8 +1553,8 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_coercion.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_datetime.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_floats.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_iloc.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_indexers.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_indexing.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_indexing_engines.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_indexing_slow.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_loc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexing/test_na_indexing.py
@@ -1316,6 +1578,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_co
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_compression.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_date_converters.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_feather.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_fsspec.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_gbq.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_gcs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/${MODPY_PYCACHE}test_html.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1333,6 +1596,7 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/$
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_odf.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_odswriter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_openpyxl.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_readers.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_style.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1342,6 +1606,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}t
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/${MODPY_PYCACHE}test_xlwt.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/test_odf.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/test_odswriter.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/test_openpyxl.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/test_readers.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/excel/test_style.py
@@ -1357,6 +1622,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_css.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_eng_formatting.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_format.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_info.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_printing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_style.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/${MODPY_PYCACHE}test_to_csv.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1368,6 +1634,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_console.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_css.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_eng_formatting.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_format.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_info.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_printing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_style.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/formats/test_to_csv.py
@@ -1382,6 +1649,7 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_compression.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_deprecated_kwargs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_json_table_schema.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_normalize.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_pandas.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1389,6 +1657,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}te
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/${MODPY_PYCACHE}test_ujson.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/test_compression.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/test_deprecated_kwargs.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/test_json_table_schema.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/test_normalize.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/json/test_pandas.py
@@ -1477,6 +1746,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_compression.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_date_converters.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_feather.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_fsspec.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_gbq.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_gcs.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/io/test_html.py
@@ -1494,6 +1764,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}_
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_backend.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_boxplot_method.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_common.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_converter.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_datetimelike.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}test_frame.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1504,6 +1775,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/${MODPY_PYCACHE}t
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_backend.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_boxplot_method.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_common.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_converter.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_datetimelike.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/plotting/test_frame.py
@@ -1526,6 +1798,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}_
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}conftest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_base.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_datetime_index.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_deprecated.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_period_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_resample_api.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}test_resampler_grouper.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1534,6 +1807,7 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/${MODPY_PYCACHE}t
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_base.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_datetime_index.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_deprecated.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_period_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_resample_api.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/resample/test_resampler_grouper.py
@@ -1544,11 +1818,13 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_concat.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_crosstab.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_cut.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_get_dummies.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_melt.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_pivot.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_pivot_multilevel.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_qcut.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_reshape.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_union_categoricals.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/${MODPY_PYCACHE}test_util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/merge/
@@ -1570,11 +1846,13 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/merge/test_merge_o
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/merge/test_multi.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/merge/test_pivot_old.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_concat.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_crosstab.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_cut.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_get_dummies.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_melt.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_pivot.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_pivot_multilevel.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_qcut.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_reshape.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_union_categoricals.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/reshape/test_util.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/
@@ -1587,8 +1865,10 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/${MODPY_PYCACHE}test_interval.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/test_arithmetic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/test_interval.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/interval/test_ops.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/period/
@@ -1619,12 +1899,14 @@
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/tim
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_comparisons.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_rendering.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_timestamp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_timezones.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/${MODPY_PYCACHE}test_unary_ops.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_arithmetic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_comparisons.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_constructors.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_rendering.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_timestamp.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/scalar/timestamp/test_timezones.py
@@ -1637,12 +1919,10 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}con
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_alter_axes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_analytics.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_api.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_apply.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_arithmetic.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_block_internals.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_combine_concat.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_convert_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_cumulative.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_datetime_values.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1652,12 +1932,21 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}tes
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_operators.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_period.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_reductions.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_repr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_subclass.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_timeseries.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_timezones.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_ufunc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/${MODPY_PYCACHE}test_validate.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/__init__.py
+${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/${MODPY_PYCACHE}/
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/${MODPY_PYCACHE}test_apply_relabeling.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/${MODPY_PYCACHE}test_series_apply.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/test_apply_relabeling.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/apply/test_series_apply.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/conftest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/__init__.py
@@ -1667,81 +1956,153 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PY
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_boolean.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_callable.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_datetime.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_delitem.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_get.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_getitem.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_iloc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_loc.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_mask.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_multiindex.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_numeric.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_setitem.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_take.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_where.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/${MODPY_PYCACHE}test_xs.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_alter_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_boolean.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_callable.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_datetime.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_delitem.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_get.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_getitem.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_iloc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_indexing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_loc.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_mask.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_multiindex.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_numeric.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_setitem.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_take.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_where.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/indexing/test_xs.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_align.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_append.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_argsort.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_asfreq.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_asof.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_astype.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_at_time.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_autocorr.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_between.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_between_time.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_clip.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_combine.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_combine_first.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_compare.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_convert_dtypes.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_count.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_cov_corr.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_describe.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_diff.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_drop.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_drop_duplicates.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_droplevel.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_duplicated.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_equals.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_explode.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_fillna.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_first_and_last.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_head_tail.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_interpolate.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_isin.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_nlargest.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_pct_change.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_quantile.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_rank.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_reindex_like.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_rename.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_rename_axis.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_replace.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_reset_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_round.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_searchsorted.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_shift.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_sort_index.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_sort_values.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_to_dict.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_to_period.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_to_timestamp.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_truncate.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_tz_convert.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_tz_localize.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_unstack.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_update.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/${MODPY_PYCACHE}test_value_counts.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_align.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_append.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_argsort.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_asfreq.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_asof.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_astype.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_at_time.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_autocorr.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_between.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_between_time.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_clip.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_combine.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_combine_first.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_compare.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_convert_dtypes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_count.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_cov_corr.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_describe.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_diff.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_drop.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_drop_duplicates.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_droplevel.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_duplicated.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_equals.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_explode.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_fillna.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_first_and_last.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_head_tail.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_interpolate.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_isin.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_nlargest.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_pct_change.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_quantile.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_rank.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_reindex_like.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_rename.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_rename_axis.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_replace.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_reset_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_round.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_searchsorted.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_shift.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_sort_index.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_sort_values.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_to_dict.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_to_period.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_to_timestamp.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_truncate.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_tz_convert.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_tz_localize.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_unstack.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_update.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/methods/test_value_counts.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_alter_axes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_analytics.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_api.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_apply.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_arithmetic.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_block_internals.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_combine_concat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_constructors.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_convert_dtypes.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_cumulative.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_datetime_values.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_dtypes.py
@@ -1751,15 +2112,16 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_io.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_missing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_operators.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_period.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_reductions.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_repr.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_subclass.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_timeseries.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_timezones.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_ufunc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/series/test_validate.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_aggregation.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_algos.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_common.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_compat.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_downstream.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_errors.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/test_expressions.py
@@ -1776,8 +2138,14 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}test_numeric.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/test_numeric.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}test_to_datetime.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}test_to_numeric.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}test_to_time.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/${MODPY_PYCACHE}test_to_timedelta.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/test_to_datetime.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/test_to_numeric.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/test_to_time.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tools/test_to_timedelta.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/${MODPY_PYCACHE}/
@@ -1787,11 +2155,11 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/__init
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}test_freq_code.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}test_frequencies.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}test_inference.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/${MODPY_PYCACHE}test_to_offset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/test_freq_code.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/test_frequencies.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/test_inference.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/frequencies/test_to_offset.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/holiday/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/holiday/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/tseries/holiday/${MODPY_PYCACHE}/
@@ -1833,12 +2201,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}tes
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_fields.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_libfrequencies.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_liboffsets.${MODPY_PYC_MAGIC_TAG}pyc
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_normalize_date.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_parse_iso8601.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_parsing.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_period_asfreq.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_timedeltas.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_timezones.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/${MODPY_PYCACHE}test_to_offset.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_api.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_array_to_datetime.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_ccalendar.py
@@ -1846,12 +2214,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_conversion.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_fields.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_libfrequencies.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_liboffsets.py
-lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_normalize_date.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_parse_iso8601.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_parsing.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_period_asfreq.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_timedeltas.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_timezones.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/tslibs/test_to_offset.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/__init__.py
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}/
@@ -1868,8 +2236,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_assert_series_equal.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_deprecate.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_deprecate_kwarg.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_deprecate_nonkeyword_arguments.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_doc.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_hashing.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_numba.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_safe_import.${MODPY_PYC_MAGIC_TAG}pyc
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_show_versions.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_util.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_validate_args.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/${MODPY_PYCACHE}test_validate_args_and_kwargs.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1886,8 +2258,12 @@
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_assert_produces_
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_assert_series_equal.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_deprecate.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_deprecate_kwarg.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_deprecate_nonkeyword_arguments.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_doc.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_hashing.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_numba.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_safe_import.py
+lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_show_versions.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_util.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_validate_args.py
lib/python${MODPY_VERSION}/site-packages/pandas/tests/util/test_validate_args_and_kwargs.py