Import pandas_0.20.3.orig.tar.gz
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 11 Jul 2017 00:00:59 +0000 (01:00 +0100)
committerYaroslav Halchenko <debian@onerussian.com>
Tue, 11 Jul 2017 00:00:59 +0000 (01:00 +0100)
commiteb301afd6da2a8410c995851b119f93ab137dece
tree535bb4942310593d2f166b6a9bf56b0ac57b8255
Import pandas_0.20.3.orig.tar.gz

[dgit import orig pandas_0.20.3.orig.tar.gz]
1189 files changed:
.binstar.yml [new file with mode: 0644]
.coveragerc [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/CONTRIBUTING.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE.md [new file with mode: 0644]
.github/PULL_REQUEST_TEMPLATE.md [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSES/MSGPACK_LICENSE [new file with mode: 0644]
LICENSES/MSGPACK_NUMPY_LICENSE [new file with mode: 0644]
LICENSES/NUMPY_LICENSE [new file with mode: 0644]
LICENSES/OTHER [new file with mode: 0644]
LICENSES/PSF_LICENSE [new file with mode: 0644]
LICENSES/SAS7BDAT_LICENSE [new file with mode: 0644]
LICENSES/SCIPY_LICENSE [new file with mode: 0644]
LICENSES/SIX [new file with mode: 0644]
LICENSES/ULTRAJSON_LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
RELEASE.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
asv_bench/asv.conf.json [new file with mode: 0644]
asv_bench/benchmarks/__init__.py [new file with mode: 0644]
asv_bench/benchmarks/algorithms.py [new file with mode: 0644]
asv_bench/benchmarks/attrs_caching.py [new file with mode: 0644]
asv_bench/benchmarks/binary_ops.py [new file with mode: 0644]
asv_bench/benchmarks/categoricals.py [new file with mode: 0644]
asv_bench/benchmarks/ctors.py [new file with mode: 0644]
asv_bench/benchmarks/eval.py [new file with mode: 0644]
asv_bench/benchmarks/frame_ctor.py [new file with mode: 0644]
asv_bench/benchmarks/frame_methods.py [new file with mode: 0644]
asv_bench/benchmarks/gil.py [new file with mode: 0644]
asv_bench/benchmarks/groupby.py [new file with mode: 0644]
asv_bench/benchmarks/hdfstore_bench.py [new file with mode: 0644]
asv_bench/benchmarks/index_object.py [new file with mode: 0644]
asv_bench/benchmarks/indexing.py [new file with mode: 0644]
asv_bench/benchmarks/inference.py [new file with mode: 0644]
asv_bench/benchmarks/io_bench.py [new file with mode: 0644]
asv_bench/benchmarks/io_sql.py [new file with mode: 0644]
asv_bench/benchmarks/join_merge.py [new file with mode: 0644]
asv_bench/benchmarks/packers.py [new file with mode: 0644]
asv_bench/benchmarks/pandas_vb_common.py [new file with mode: 0644]
asv_bench/benchmarks/panel_ctor.py [new file with mode: 0644]
asv_bench/benchmarks/panel_methods.py [new file with mode: 0644]
asv_bench/benchmarks/parser_vb.py [new file with mode: 0644]
asv_bench/benchmarks/period.py [new file with mode: 0644]
asv_bench/benchmarks/plotting.py [new file with mode: 0644]
asv_bench/benchmarks/reindex.py [new file with mode: 0644]
asv_bench/benchmarks/replace.py [new file with mode: 0644]
asv_bench/benchmarks/reshape.py [new file with mode: 0644]
asv_bench/benchmarks/series_methods.py [new file with mode: 0644]
asv_bench/benchmarks/sparse.py [new file with mode: 0644]
asv_bench/benchmarks/stat_ops.py [new file with mode: 0644]
asv_bench/benchmarks/strings.py [new file with mode: 0644]
asv_bench/benchmarks/timedelta.py [new file with mode: 0644]
asv_bench/benchmarks/timeseries.py [new file with mode: 0644]
asv_bench/vbench_to_asv.py [new file with mode: 0644]
bench/alignment.py [new file with mode: 0644]
bench/bench_dense_to_sparse.py [new file with mode: 0644]
bench/bench_get_put_value.py [new file with mode: 0644]
bench/bench_groupby.py [new file with mode: 0644]
bench/bench_join_panel.py [new file with mode: 0644]
bench/bench_khash_dict.py [new file with mode: 0644]
bench/bench_merge.R [new file with mode: 0644]
bench/bench_merge.py [new file with mode: 0644]
bench/bench_merge_sqlite.py [new file with mode: 0644]
bench/bench_pivot.R [new file with mode: 0644]
bench/bench_pivot.py [new file with mode: 0644]
bench/bench_take_indexing.py [new file with mode: 0644]
bench/bench_unique.py [new file with mode: 0644]
bench/bench_with_subset.R [new file with mode: 0644]
bench/bench_with_subset.py [new file with mode: 0644]
bench/better_unique.py [new file with mode: 0644]
bench/duplicated.R [new file with mode: 0644]
bench/io_roundtrip.py [new file with mode: 0644]
bench/larry.py [new file with mode: 0644]
bench/serialize.py [new file with mode: 0644]
bench/test.py [new file with mode: 0644]
bench/zoo_bench.R [new file with mode: 0644]
bench/zoo_bench.py [new file with mode: 0644]
ci/README.txt [new file with mode: 0644]
ci/before_install_travis.sh [new file with mode: 0755]
ci/build_docs.sh [new file with mode: 0755]
ci/check_cache.sh [new file with mode: 0755]
ci/install.ps1 [new file with mode: 0644]
ci/install_circle.sh [new file with mode: 0755]
ci/install_db_circle.sh [new file with mode: 0755]
ci/install_db_travis.sh [new file with mode: 0755]
ci/install_travis.sh [new file with mode: 0755]
ci/lint.sh [new file with mode: 0755]
ci/prep_cython_cache.sh [new file with mode: 0755]
ci/print_skipped.py [new file with mode: 0755]
ci/print_versions.py [new file with mode: 0755]
ci/requirements-2.7.build [new file with mode: 0644]
ci/requirements-2.7.pip [new file with mode: 0644]
ci/requirements-2.7.run [new file with mode: 0644]
ci/requirements-2.7.sh [new file with mode: 0644]
ci/requirements-2.7_BUILD_TEST.build [new file with mode: 0644]
ci/requirements-2.7_BUILD_TEST.pip [new file with mode: 0644]
ci/requirements-2.7_BUILD_TEST.sh [new file with mode: 0755]
ci/requirements-2.7_COMPAT.build [new file with mode: 0644]
ci/requirements-2.7_COMPAT.pip [new file with mode: 0644]
ci/requirements-2.7_COMPAT.run [new file with mode: 0644]
ci/requirements-2.7_LOCALE.build [new file with mode: 0644]
ci/requirements-2.7_LOCALE.pip [new file with mode: 0644]
ci/requirements-2.7_LOCALE.run [new file with mode: 0644]
ci/requirements-2.7_SLOW.build [new file with mode: 0644]
ci/requirements-2.7_SLOW.pip [new file with mode: 0644]
ci/requirements-2.7_SLOW.run [new file with mode: 0644]
ci/requirements-2.7_WIN.run [new file with mode: 0644]
ci/requirements-3.4.build [new file with mode: 0644]
ci/requirements-3.4.pip [new file with mode: 0644]
ci/requirements-3.4.run [new file with mode: 0644]
ci/requirements-3.4_SLOW.build [new file with mode: 0644]
ci/requirements-3.4_SLOW.run [new file with mode: 0644]
ci/requirements-3.4_SLOW.sh [new file with mode: 0644]
ci/requirements-3.5.build [new file with mode: 0644]
ci/requirements-3.5.pip [new file with mode: 0644]
ci/requirements-3.5.run [new file with mode: 0644]
ci/requirements-3.5.sh [new file with mode: 0644]
ci/requirements-3.5_ASCII.build [new file with mode: 0644]
ci/requirements-3.5_ASCII.run [new file with mode: 0644]
ci/requirements-3.5_DOC.build [new file with mode: 0644]
ci/requirements-3.5_DOC.run [new file with mode: 0644]
ci/requirements-3.5_DOC.sh [new file with mode: 0644]
ci/requirements-3.5_OSX.build [new file with mode: 0644]
ci/requirements-3.5_OSX.pip [new file with mode: 0644]
ci/requirements-3.5_OSX.run [new file with mode: 0644]
ci/requirements-3.5_OSX.sh [new file with mode: 0644]
ci/requirements-3.6.build [new file with mode: 0644]
ci/requirements-3.6.pip [new file with mode: 0644]
ci/requirements-3.6.run [new file with mode: 0644]
ci/requirements-3.6_NUMPY_DEV.build [new file with mode: 0644]
ci/requirements-3.6_NUMPY_DEV.build.sh [new file with mode: 0644]
ci/requirements-3.6_NUMPY_DEV.run [new file with mode: 0644]
ci/requirements-3.6_WIN.run [new file with mode: 0644]
ci/requirements_all.txt [new file with mode: 0644]
ci/requirements_dev.txt [new file with mode: 0644]
ci/run_build_docs.sh [new file with mode: 0755]
ci/run_circle.sh [new file with mode: 0755]
ci/run_with_env.cmd [new file with mode: 0644]
ci/script_multi.sh [new file with mode: 0755]
ci/script_single.sh [new file with mode: 0755]
ci/show_circle.sh [new file with mode: 0755]
ci/submit_cython_cache.sh [new file with mode: 0755]
ci/travis_encrypt_gbq.sh [new file with mode: 0755]
ci/travis_gbq.json.enc [new file with mode: 0644]
ci/travis_gbq_config.txt [new file with mode: 0644]
ci/travis_process_gbq_encryption.sh [new file with mode: 0755]
ci/upload_coverage.sh [new file with mode: 0755]
circle.yml [new file with mode: 0644]
codecov.yml [new file with mode: 0644]
conda.recipe/bld.bat [new file with mode: 0644]
conda.recipe/build.sh [new file with mode: 0644]
conda.recipe/meta.yaml [new file with mode: 0644]
doc/README.rst [new file with mode: 0644]
doc/_templates/api_redirect.html [new file with mode: 0644]
doc/_templates/autosummary/accessor.rst [new file with mode: 0644]
doc/_templates/autosummary/accessor_attribute.rst [new file with mode: 0644]
doc/_templates/autosummary/accessor_callable.rst [new file with mode: 0644]
doc/_templates/autosummary/accessor_method.rst [new file with mode: 0644]
doc/_templates/autosummary/class.rst [new file with mode: 0644]
doc/_templates/autosummary/class_without_autosummary.rst [new file with mode: 0644]
doc/cheatsheet/Pandas_Cheat_Sheet.pdf [new file with mode: 0644]
doc/cheatsheet/Pandas_Cheat_Sheet.pptx [new file with mode: 0644]
doc/cheatsheet/README.txt [new file with mode: 0644]
doc/data/baseball.csv [new file with mode: 0644]
doc/data/fx_prices [new file with mode: 0644]
doc/data/iris.data [new file with mode: 0644]
doc/data/mindex_ex.csv [new file with mode: 0644]
doc/data/test.xls [new file with mode: 0644]
doc/data/tips.csv [new file with mode: 0644]
doc/logo/pandas_logo.png [new file with mode: 0644]
doc/logo/pandas_logo.py [new file with mode: 0644]
doc/logo/pandas_logo.svg [new file with mode: 0644]
doc/make.py [new file with mode: 0755]
doc/plots/stats/moment_plots.py [new file with mode: 0644]
doc/plots/stats/moments_ewma.py [new file with mode: 0644]
doc/plots/stats/moments_ewmvol.py [new file with mode: 0644]
doc/plots/stats/moments_expw.py [new file with mode: 0644]
doc/plots/stats/moments_rolling.py [new file with mode: 0644]
doc/plots/stats/moments_rolling_binary.py [new file with mode: 0644]
doc/source/10min.rst [new file with mode: 0644]
doc/source/_static/banklist.html [new file with mode: 0644]
doc/source/_static/ci.png [new file with mode: 0644]
doc/source/_static/df_repr_truncated.png [new file with mode: 0644]
doc/source/_static/eval-perf-small.png [new file with mode: 0644]
doc/source/_static/eval-perf.png [new file with mode: 0644]
doc/source/_static/legacy_0.10.h5 [new file with mode: 0644]
doc/source/_static/new-excel-index.png [new file with mode: 0644]
doc/source/_static/old-excel-index.png [new file with mode: 0644]
doc/source/_static/option_unicode01.png [new file with mode: 0644]
doc/source/_static/option_unicode02.png [new file with mode: 0644]
doc/source/_static/option_unicode03.png [new file with mode: 0644]
doc/source/_static/option_unicode04.png [new file with mode: 0644]
doc/source/_static/query-perf-small.png [new file with mode: 0644]
doc/source/_static/query-perf.png [new file with mode: 0644]
doc/source/_static/stub [new file with mode: 0644]
doc/source/_static/style-excel.png [new file with mode: 0644]
doc/source/_static/trunc_after.png [new file with mode: 0644]
doc/source/_static/trunc_before.png [new file with mode: 0644]
doc/source/_static/whatsnew_assign.png [new file with mode: 0644]
doc/source/_static/whatsnew_plot_submethods.png [new file with mode: 0644]
doc/source/advanced.rst [new file with mode: 0644]
doc/source/api.rst [new file with mode: 0644]
doc/source/basics.rst [new file with mode: 0644]
doc/source/categorical.rst [new file with mode: 0644]
doc/source/comparison_with_r.rst [new file with mode: 0644]
doc/source/comparison_with_sas.rst [new file with mode: 0644]
doc/source/comparison_with_sql.rst [new file with mode: 0644]
doc/source/computation.rst [new file with mode: 0644]
doc/source/conf.py [new file with mode: 0644]
doc/source/contributing.rst [new file with mode: 0644]
doc/source/cookbook.rst [new file with mode: 0644]
doc/source/dsintro.rst [new file with mode: 0644]
doc/source/ecosystem.rst [new file with mode: 0644]
doc/source/enhancingperf.rst [new file with mode: 0644]
doc/source/gotchas.rst [new file with mode: 0644]
doc/source/groupby.rst [new file with mode: 0644]
doc/source/index.rst.template [new file with mode: 0644]
doc/source/indexing.rst [new file with mode: 0644]
doc/source/install.rst [new file with mode: 0644]
doc/source/internals.rst [new file with mode: 0644]
doc/source/io.rst [new file with mode: 0644]
doc/source/merging.rst [new file with mode: 0644]
doc/source/missing_data.rst [new file with mode: 0644]
doc/source/options.rst [new file with mode: 0644]
doc/source/overview.rst [new file with mode: 0644]
doc/source/r_interface.rst [new file with mode: 0644]
doc/source/release.rst [new file with mode: 0644]
doc/source/remote_data.rst [new file with mode: 0644]
doc/source/reshaping.rst [new file with mode: 0644]
doc/source/sparse.rst [new file with mode: 0644]
doc/source/style.ipynb [new file with mode: 0644]
doc/source/template_structure.html [new file with mode: 0644]
doc/source/text.rst [new file with mode: 0644]
doc/source/themes/nature_with_gtoc/layout.html [new file with mode: 0644]
doc/source/themes/nature_with_gtoc/static/nature.css_t [new file with mode: 0644]
doc/source/themes/nature_with_gtoc/theme.conf [new file with mode: 0644]
doc/source/timedeltas.rst [new file with mode: 0644]
doc/source/timeseries.rst [new file with mode: 0644]
doc/source/tutorials.rst [new file with mode: 0644]
doc/source/visualization.rst [new file with mode: 0644]
doc/source/whatsnew.rst [new file with mode: 0644]
doc/source/whatsnew/v0.10.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.10.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.11.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.12.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.13.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.13.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.14.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.14.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.15.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.15.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.15.2.txt [new file with mode: 0644]
doc/source/whatsnew/v0.16.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.16.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.16.2.txt [new file with mode: 0644]
doc/source/whatsnew/v0.17.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.17.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.18.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.18.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.19.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.19.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.19.2.txt [new file with mode: 0644]
doc/source/whatsnew/v0.20.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.20.2.txt [new file with mode: 0644]
doc/source/whatsnew/v0.20.3.txt [new file with mode: 0644]
doc/source/whatsnew/v0.21.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.4.x.txt [new file with mode: 0644]
doc/source/whatsnew/v0.5.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.6.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.6.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.7.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.7.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.7.2.txt [new file with mode: 0644]
doc/source/whatsnew/v0.7.3.txt [new file with mode: 0644]
doc/source/whatsnew/v0.8.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.8.1.txt [new file with mode: 0644]
doc/source/whatsnew/v0.9.0.txt [new file with mode: 0644]
doc/source/whatsnew/v0.9.1.txt [new file with mode: 0644]
doc/source/whatsnew/whatsnew_0171_html_table.html [new file with mode: 0644]
doc/sphinxext/README.rst [new file with mode: 0644]
doc/sphinxext/ipython_sphinxext/__init__.py [new file with mode: 0644]
doc/sphinxext/ipython_sphinxext/ipython_console_highlighting.py [new file with mode: 0644]
doc/sphinxext/ipython_sphinxext/ipython_directive.py [new file with mode: 0644]
doc/sphinxext/numpydoc/LICENSE.txt [new file with mode: 0644]
doc/sphinxext/numpydoc/README.rst [new file with mode: 0755]
doc/sphinxext/numpydoc/__init__.py [new file with mode: 0755]
doc/sphinxext/numpydoc/comment_eater.py [new file with mode: 0755]
doc/sphinxext/numpydoc/compiler_unparse.py [new file with mode: 0755]
doc/sphinxext/numpydoc/docscrape.py [new file with mode: 0755]
doc/sphinxext/numpydoc/docscrape_sphinx.py [new file with mode: 0755]
doc/sphinxext/numpydoc/linkcode.py [new file with mode: 0644]
doc/sphinxext/numpydoc/numpydoc.py [new file with mode: 0755]
doc/sphinxext/numpydoc/phantom_import.py [new file with mode: 0755]
doc/sphinxext/numpydoc/plot_directive.py [new file with mode: 0755]
doc/sphinxext/numpydoc/tests/test_docscrape.py [new file with mode: 0755]
doc/sphinxext/numpydoc/tests/test_linkcode.py [new file with mode: 0644]
doc/sphinxext/numpydoc/tests/test_phantom_import.py [new file with mode: 0644]
doc/sphinxext/numpydoc/tests/test_plot_directive.py [new file with mode: 0644]
doc/sphinxext/numpydoc/tests/test_traitsdoc.py [new file with mode: 0644]
doc/sphinxext/numpydoc/traitsdoc.py [new file with mode: 0755]
pandas/__init__.py [new file with mode: 0644]
pandas/_libs/__init__.py [new file with mode: 0644]
pandas/_libs/algos.pxd [new file with mode: 0644]
pandas/_libs/algos.pyx [new file with mode: 0644]
pandas/_libs/algos_common_helper.pxi.in [new file with mode: 0644]
pandas/_libs/algos_rank_helper.pxi.in [new file with mode: 0644]
pandas/_libs/algos_take_helper.pxi.in [new file with mode: 0644]
pandas/_libs/groupby.pyx [new file with mode: 0644]
pandas/_libs/groupby_helper.pxi.in [new file with mode: 0644]
pandas/_libs/hashing.pyx [new file with mode: 0644]
pandas/_libs/hashtable.pxd [new file with mode: 0644]
pandas/_libs/hashtable.pyx [new file with mode: 0644]
pandas/_libs/hashtable_class_helper.pxi.in [new file with mode: 0644]
pandas/_libs/hashtable_func_helper.pxi.in [new file with mode: 0644]
pandas/_libs/index.pyx [new file with mode: 0644]
pandas/_libs/index_class_helper.pxi.in [new file with mode: 0644]
pandas/_libs/interval.pyx [new file with mode: 0644]
pandas/_libs/intervaltree.pxi.in [new file with mode: 0644]
pandas/_libs/join.pyx [new file with mode: 0644]
pandas/_libs/join_func_helper.pxi.in [new file with mode: 0644]
pandas/_libs/join_helper.pxi.in [new file with mode: 0644]
pandas/_libs/lib.pxd [new file with mode: 0644]
pandas/_libs/lib.pyx [new file with mode: 0644]
pandas/_libs/parsers.pyx [new file with mode: 0644]
pandas/_libs/period.pyx [new file with mode: 0644]
pandas/_libs/reshape.pyx [new file with mode: 0644]
pandas/_libs/reshape_helper.pxi.in [new file with mode: 0644]
pandas/_libs/sparse.pyx [new file with mode: 0644]
pandas/_libs/sparse_op_helper.pxi.in [new file with mode: 0644]
pandas/_libs/src/compat_helper.h [new file with mode: 0644]
pandas/_libs/src/datetime.pxd [new file with mode: 0644]
pandas/_libs/src/datetime/np_datetime.c [new file with mode: 0644]
pandas/_libs/src/datetime/np_datetime.h [new file with mode: 0644]
pandas/_libs/src/datetime/np_datetime_strings.c [new file with mode: 0644]
pandas/_libs/src/datetime/np_datetime_strings.h [new file with mode: 0644]
pandas/_libs/src/datetime_helper.h [new file with mode: 0644]
pandas/_libs/src/headers/math.h [new file with mode: 0644]
pandas/_libs/src/headers/ms_inttypes.h [new file with mode: 0644]
pandas/_libs/src/headers/ms_stdint.h [new file with mode: 0644]
pandas/_libs/src/headers/portable.h [new file with mode: 0644]
pandas/_libs/src/headers/stdint.h [new file with mode: 0644]
pandas/_libs/src/helper.h [new file with mode: 0644]
pandas/_libs/src/inference.pyx [new file with mode: 0644]
pandas/_libs/src/khash.pxd [new file with mode: 0644]
pandas/_libs/src/klib/khash.h [new file with mode: 0644]
pandas/_libs/src/klib/khash_python.h [new file with mode: 0644]
pandas/_libs/src/klib/ktypes.h [new file with mode: 0644]
pandas/_libs/src/klib/kvec.h [new file with mode: 0644]
pandas/_libs/src/msgpack/pack.h [new file with mode: 0644]
pandas/_libs/src/msgpack/pack_template.h [new file with mode: 0644]
pandas/_libs/src/msgpack/sysdep.h [new file with mode: 0644]
pandas/_libs/src/msgpack/unpack.h [new file with mode: 0644]
pandas/_libs/src/msgpack/unpack_define.h [new file with mode: 0644]
pandas/_libs/src/msgpack/unpack_template.h [new file with mode: 0644]
pandas/_libs/src/numpy.pxd [new file with mode: 0644]
pandas/_libs/src/numpy_helper.h [new file with mode: 0644]
pandas/_libs/src/offsets.pyx [new file with mode: 0644]
pandas/_libs/src/parse_helper.h [new file with mode: 0644]
pandas/_libs/src/parser/.gitignore [new file with mode: 0644]
pandas/_libs/src/parser/Makefile [new file with mode: 0644]
pandas/_libs/src/parser/io.c [new file with mode: 0644]
pandas/_libs/src/parser/io.h [new file with mode: 0644]
pandas/_libs/src/parser/tokenizer.c [new file with mode: 0644]
pandas/_libs/src/parser/tokenizer.h [new file with mode: 0644]
pandas/_libs/src/period_helper.c [new file with mode: 0644]
pandas/_libs/src/period_helper.h [new file with mode: 0644]
pandas/_libs/src/properties.pyx [new file with mode: 0644]
pandas/_libs/src/reduce.pyx [new file with mode: 0644]
pandas/_libs/src/skiplist.h [new file with mode: 0644]
pandas/_libs/src/skiplist.pxd [new file with mode: 0644]
pandas/_libs/src/skiplist.pyx [new file with mode: 0644]
pandas/_libs/src/ujson/lib/ultrajson.h [new file with mode: 0644]
pandas/_libs/src/ujson/lib/ultrajsondec.c [new file with mode: 0644]
pandas/_libs/src/ujson/lib/ultrajsonenc.c [new file with mode: 0644]
pandas/_libs/src/ujson/python/JSONtoObj.c [new file with mode: 0644]
pandas/_libs/src/ujson/python/objToJSON.c [new file with mode: 0644]
pandas/_libs/src/ujson/python/py_defines.h [new file with mode: 0644]
pandas/_libs/src/ujson/python/ujson.c [new file with mode: 0644]
pandas/_libs/src/ujson/python/version.h [new file with mode: 0644]
pandas/_libs/src/util.pxd [new file with mode: 0644]
pandas/_libs/testing.pyx [new file with mode: 0644]
pandas/_libs/tslib.pxd [new file with mode: 0644]
pandas/_libs/tslib.pyx [new file with mode: 0644]
pandas/_libs/window.pyx [new file with mode: 0644]
pandas/_version.py [new file with mode: 0644]
pandas/api/__init__.py [new file with mode: 0644]
pandas/api/types/__init__.py [new file with mode: 0644]
pandas/compat/__init__.py [new file with mode: 0644]
pandas/compat/chainmap.py [new file with mode: 0644]
pandas/compat/chainmap_impl.py [new file with mode: 0644]
pandas/compat/numpy/__init__.py [new file with mode: 0644]
pandas/compat/numpy/function.py [new file with mode: 0644]
pandas/compat/openpyxl_compat.py [new file with mode: 0644]
pandas/compat/pickle_compat.py [new file with mode: 0644]
pandas/computation/__init__.py [new file with mode: 0644]
pandas/computation/expressions.py [new file with mode: 0644]
pandas/conftest.py [new file with mode: 0644]
pandas/core/__init__.py [new file with mode: 0644]
pandas/core/algorithms.py [new file with mode: 0644]
pandas/core/api.py [new file with mode: 0644]
pandas/core/base.py [new file with mode: 0644]
pandas/core/categorical.py [new file with mode: 0644]
pandas/core/common.py [new file with mode: 0644]
pandas/core/computation/__init__.py [new file with mode: 0644]
pandas/core/computation/align.py [new file with mode: 0644]
pandas/core/computation/api.py [new file with mode: 0644]
pandas/core/computation/common.py [new file with mode: 0644]
pandas/core/computation/engines.py [new file with mode: 0644]
pandas/core/computation/eval.py [new file with mode: 0644]
pandas/core/computation/expr.py [new file with mode: 0644]
pandas/core/computation/expressions.py [new file with mode: 0644]
pandas/core/computation/ops.py [new file with mode: 0644]
pandas/core/computation/pytables.py [new file with mode: 0644]
pandas/core/computation/scope.py [new file with mode: 0644]
pandas/core/config.py [new file with mode: 0644]
pandas/core/config_init.py [new file with mode: 0644]
pandas/core/datetools.py [new file with mode: 0644]
pandas/core/dtypes/__init__.py [new file with mode: 0644]
pandas/core/dtypes/api.py [new file with mode: 0644]
pandas/core/dtypes/cast.py [new file with mode: 0644]
pandas/core/dtypes/common.py [new file with mode: 0644]
pandas/core/dtypes/concat.py [new file with mode: 0644]
pandas/core/dtypes/dtypes.py [new file with mode: 0644]
pandas/core/dtypes/generic.py [new file with mode: 0644]
pandas/core/dtypes/inference.py [new file with mode: 0644]
pandas/core/dtypes/missing.py [new file with mode: 0644]
pandas/core/frame.py [new file with mode: 0644]
pandas/core/generic.py [new file with mode: 0644]
pandas/core/groupby.py [new file with mode: 0644]
pandas/core/index.py [new file with mode: 0644]
pandas/core/indexes/__init__.py [new file with mode: 0644]
pandas/core/indexes/accessors.py [new file with mode: 0644]
pandas/core/indexes/api.py [new file with mode: 0644]
pandas/core/indexes/base.py [new file with mode: 0644]
pandas/core/indexes/category.py [new file with mode: 0644]
pandas/core/indexes/datetimelike.py [new file with mode: 0644]
pandas/core/indexes/datetimes.py [new file with mode: 0644]
pandas/core/indexes/frozen.py [new file with mode: 0644]
pandas/core/indexes/interval.py [new file with mode: 0644]
pandas/core/indexes/multi.py [new file with mode: 0644]
pandas/core/indexes/numeric.py [new file with mode: 0644]
pandas/core/indexes/period.py [new file with mode: 0644]
pandas/core/indexes/range.py [new file with mode: 0644]
pandas/core/indexes/timedeltas.py [new file with mode: 0644]
pandas/core/indexing.py [new file with mode: 0755]
pandas/core/internals.py [new file with mode: 0644]
pandas/core/missing.py [new file with mode: 0644]
pandas/core/nanops.py [new file with mode: 0644]
pandas/core/ops.py [new file with mode: 0644]
pandas/core/panel.py [new file with mode: 0644]
pandas/core/panel4d.py [new file with mode: 0644]
pandas/core/panelnd.py [new file with mode: 0644]
pandas/core/resample.py [new file with mode: 0644]
pandas/core/reshape/__init__.py [new file with mode: 0644]
pandas/core/reshape/api.py [new file with mode: 0644]
pandas/core/reshape/concat.py [new file with mode: 0644]
pandas/core/reshape/merge.py [new file with mode: 0644]
pandas/core/reshape/pivot.py [new file with mode: 0644]
pandas/core/reshape/reshape.py [new file with mode: 0644]
pandas/core/reshape/tile.py [new file with mode: 0644]
pandas/core/reshape/util.py [new file with mode: 0644]
pandas/core/series.py [new file with mode: 0644]
pandas/core/sorting.py [new file with mode: 0644]
pandas/core/sparse/__init__.py [new file with mode: 0644]
pandas/core/sparse/api.py [new file with mode: 0644]
pandas/core/sparse/array.py [new file with mode: 0644]
pandas/core/sparse/frame.py [new file with mode: 0644]
pandas/core/sparse/list.py [new file with mode: 0644]
pandas/core/sparse/scipy_sparse.py [new file with mode: 0644]
pandas/core/sparse/series.py [new file with mode: 0644]
pandas/core/strings.py [new file with mode: 0644]
pandas/core/tools/__init__.py [new file with mode: 0644]
pandas/core/tools/datetimes.py [new file with mode: 0644]
pandas/core/tools/numeric.py [new file with mode: 0644]
pandas/core/tools/timedeltas.py [new file with mode: 0644]
pandas/core/util/__init__.py [new file with mode: 0644]
pandas/core/util/hashing.py [new file with mode: 0644]
pandas/core/window.py [new file with mode: 0644]
pandas/errors/__init__.py [new file with mode: 0644]
pandas/formats/__init__.py [new file with mode: 0644]
pandas/formats/style.py [new file with mode: 0644]
pandas/io/__init__.py [new file with mode: 0644]
pandas/io/api.py [new file with mode: 0644]
pandas/io/clipboard/__init__.py [new file with mode: 0644]
pandas/io/clipboard/clipboards.py [new file with mode: 0644]
pandas/io/clipboard/exceptions.py [new file with mode: 0644]
pandas/io/clipboard/windows.py [new file with mode: 0644]
pandas/io/clipboards.py [new file with mode: 0644]
pandas/io/common.py [new file with mode: 0644]
pandas/io/data.py [new file with mode: 0644]
pandas/io/date_converters.py [new file with mode: 0644]
pandas/io/excel.py [new file with mode: 0644]
pandas/io/feather_format.py [new file with mode: 0644]
pandas/io/formats/__init__.py [new file with mode: 0644]
pandas/io/formats/common.py [new file with mode: 0644]
pandas/io/formats/console.py [new file with mode: 0644]
pandas/io/formats/css.py [new file with mode: 0644]
pandas/io/formats/excel.py [new file with mode: 0644]
pandas/io/formats/format.py [new file with mode: 0644]
pandas/io/formats/printing.py [new file with mode: 0644]
pandas/io/formats/style.py [new file with mode: 0644]
pandas/io/formats/templates/html.tpl [new file with mode: 0644]
pandas/io/formats/terminal.py [new file with mode: 0644]
pandas/io/gbq.py [new file with mode: 0644]
pandas/io/html.py [new file with mode: 0644]
pandas/io/json/__init__.py [new file with mode: 0644]
pandas/io/json/json.py [new file with mode: 0644]
pandas/io/json/normalize.py [new file with mode: 0644]
pandas/io/json/table_schema.py [new file with mode: 0644]
pandas/io/msgpack/__init__.py [new file with mode: 0644]
pandas/io/msgpack/_packer.pyx [new file with mode: 0644]
pandas/io/msgpack/_unpacker.pyx [new file with mode: 0644]
pandas/io/msgpack/_version.py [new file with mode: 0644]
pandas/io/msgpack/exceptions.py [new file with mode: 0644]
pandas/io/packers.py [new file with mode: 0644]
pandas/io/parsers.py [new file with mode: 0755]
pandas/io/pickle.py [new file with mode: 0644]
pandas/io/pytables.py [new file with mode: 0644]
pandas/io/s3.py [new file with mode: 0644]
pandas/io/sas/__init__.py [new file with mode: 0644]
pandas/io/sas/sas.pyx [new file with mode: 0644]
pandas/io/sas/sas7bdat.py [new file with mode: 0644]
pandas/io/sas/sas_constants.py [new file with mode: 0644]
pandas/io/sas/sas_xport.py [new file with mode: 0644]
pandas/io/sas/sasreader.py [new file with mode: 0644]
pandas/io/sql.py [new file with mode: 0644]
pandas/io/stata.py [new file with mode: 0644]
pandas/io/wb.py [new file with mode: 0644]
pandas/json.py [new file with mode: 0644]
pandas/lib.py [new file with mode: 0644]
pandas/parser.py [new file with mode: 0644]
pandas/plotting/__init__.py [new file with mode: 0644]
pandas/plotting/_compat.py [new file with mode: 0644]
pandas/plotting/_converter.py [new file with mode: 0644]
pandas/plotting/_core.py [new file with mode: 0644]
pandas/plotting/_misc.py [new file with mode: 0644]
pandas/plotting/_style.py [new file with mode: 0644]
pandas/plotting/_timeseries.py [new file with mode: 0644]
pandas/plotting/_tools.py [new file with mode: 0644]
pandas/stats/__init__.py [new file with mode: 0644]
pandas/stats/api.py [new file with mode: 0644]
pandas/stats/moments.py [new file with mode: 0644]
pandas/testing.py [new file with mode: 0644]
pandas/tests/__init__.py [new file with mode: 0644]
pandas/tests/api/__init__.py [new file with mode: 0644]
pandas/tests/api/test_api.py [new file with mode: 0644]
pandas/tests/api/test_types.py [new file with mode: 0644]
pandas/tests/computation/__init__.py [new file with mode: 0644]
pandas/tests/computation/test_compat.py [new file with mode: 0644]
pandas/tests/computation/test_eval.py [new file with mode: 0644]
pandas/tests/data/iris.csv [new file with mode: 0644]
pandas/tests/data/tips.csv [new file with mode: 0644]
pandas/tests/dtypes/__init__.py [new file with mode: 0644]
pandas/tests/dtypes/test_cast.py [new file with mode: 0644]
pandas/tests/dtypes/test_common.py [new file with mode: 0644]
pandas/tests/dtypes/test_concat.py [new file with mode: 0644]
pandas/tests/dtypes/test_convert.py [new file with mode: 0644]
pandas/tests/dtypes/test_dtypes.py [new file with mode: 0644]
pandas/tests/dtypes/test_generic.py [new file with mode: 0644]
pandas/tests/dtypes/test_inference.py [new file with mode: 0644]
pandas/tests/dtypes/test_io.py [new file with mode: 0644]
pandas/tests/dtypes/test_missing.py [new file with mode: 0644]
pandas/tests/frame/__init__.py [new file with mode: 0644]
pandas/tests/frame/common.py [new file with mode: 0644]
pandas/tests/frame/test_alter_axes.py [new file with mode: 0644]
pandas/tests/frame/test_analytics.py [new file with mode: 0644]
pandas/tests/frame/test_api.py [new file with mode: 0644]
pandas/tests/frame/test_apply.py [new file with mode: 0644]
pandas/tests/frame/test_asof.py [new file with mode: 0644]
pandas/tests/frame/test_axis_select_reindex.py [new file with mode: 0644]
pandas/tests/frame/test_block_internals.py [new file with mode: 0644]
pandas/tests/frame/test_combine_concat.py [new file with mode: 0644]
pandas/tests/frame/test_constructors.py [new file with mode: 0644]
pandas/tests/frame/test_convert_to.py [new file with mode: 0644]
pandas/tests/frame/test_dtypes.py [new file with mode: 0644]
pandas/tests/frame/test_indexing.py [new file with mode: 0644]
pandas/tests/frame/test_join.py [new file with mode: 0644]
pandas/tests/frame/test_missing.py [new file with mode: 0644]
pandas/tests/frame/test_mutate_columns.py [new file with mode: 0644]
pandas/tests/frame/test_nonunique_indexes.py [new file with mode: 0644]
pandas/tests/frame/test_operators.py [new file with mode: 0644]
pandas/tests/frame/test_period.py [new file with mode: 0644]
pandas/tests/frame/test_quantile.py [new file with mode: 0644]
pandas/tests/frame/test_query_eval.py [new file with mode: 0644]
pandas/tests/frame/test_rank.py [new file with mode: 0644]
pandas/tests/frame/test_replace.py [new file with mode: 0644]
pandas/tests/frame/test_repr_info.py [new file with mode: 0644]
pandas/tests/frame/test_reshape.py [new file with mode: 0644]
pandas/tests/frame/test_sorting.py [new file with mode: 0644]
pandas/tests/frame/test_subclass.py [new file with mode: 0644]
pandas/tests/frame/test_timeseries.py [new file with mode: 0644]
pandas/tests/frame/test_to_csv.py [new file with mode: 0644]
pandas/tests/frame/test_validate.py [new file with mode: 0644]
pandas/tests/groupby/__init__.py [new file with mode: 0644]
pandas/tests/groupby/common.py [new file with mode: 0644]
pandas/tests/groupby/test_aggregate.py [new file with mode: 0644]
pandas/tests/groupby/test_bin_groupby.py [new file with mode: 0644]
pandas/tests/groupby/test_categorical.py [new file with mode: 0644]
pandas/tests/groupby/test_counting.py [new file with mode: 0644]
pandas/tests/groupby/test_filters.py [new file with mode: 0644]
pandas/tests/groupby/test_groupby.py [new file with mode: 0644]
pandas/tests/groupby/test_nth.py [new file with mode: 0644]
pandas/tests/groupby/test_timegrouper.py [new file with mode: 0644]
pandas/tests/groupby/test_transform.py [new file with mode: 0644]
pandas/tests/groupby/test_value_counts.py [new file with mode: 0644]
pandas/tests/groupby/test_whitelist.py [new file with mode: 0644]
pandas/tests/indexes/__init__.py [new file with mode: 0644]
pandas/tests/indexes/common.py [new file with mode: 0644]
pandas/tests/indexes/data/mindex_073.pickle [new file with mode: 0644]
pandas/tests/indexes/data/multiindex_v1.pickle [new file with mode: 0644]
pandas/tests/indexes/datetimelike.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/__init__.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_astype.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_construction.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_date_range.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_datetime.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_datetimelike.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_formats.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_indexing.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_misc.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_missing.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_ops.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_partial_slicing.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_setops.py [new file with mode: 0644]
pandas/tests/indexes/datetimes/test_tools.py [new file with mode: 0644]
pandas/tests/indexes/period/__init__.py [new file with mode: 0644]
pandas/tests/indexes/period/test_asfreq.py [new file with mode: 0644]
pandas/tests/indexes/period/test_construction.py [new file with mode: 0644]
pandas/tests/indexes/period/test_formats.py [new file with mode: 0644]
pandas/tests/indexes/period/test_indexing.py [new file with mode: 0644]
pandas/tests/indexes/period/test_ops.py [new file with mode: 0644]
pandas/tests/indexes/period/test_partial_slicing.py [new file with mode: 0644]
pandas/tests/indexes/period/test_period.py [new file with mode: 0644]
pandas/tests/indexes/period/test_setops.py [new file with mode: 0644]
pandas/tests/indexes/period/test_tools.py [new file with mode: 0644]
pandas/tests/indexes/test_base.py [new file with mode: 0644]
pandas/tests/indexes/test_category.py [new file with mode: 0644]
pandas/tests/indexes/test_frozen.py [new file with mode: 0644]
pandas/tests/indexes/test_interval.py [new file with mode: 0644]
pandas/tests/indexes/test_multi.py [new file with mode: 0644]
pandas/tests/indexes/test_numeric.py [new file with mode: 0644]
pandas/tests/indexes/test_range.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/__init__.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_astype.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_construction.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_indexing.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_ops.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_partial_slicing.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_setops.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_timedelta.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_timedelta_range.py [new file with mode: 0644]
pandas/tests/indexes/timedeltas/test_tools.py [new file with mode: 0644]
pandas/tests/indexing/__init__.py [new file with mode: 0644]
pandas/tests/indexing/common.py [new file with mode: 0644]
pandas/tests/indexing/test_callable.py [new file with mode: 0644]
pandas/tests/indexing/test_categorical.py [new file with mode: 0644]
pandas/tests/indexing/test_chaining_and_caching.py [new file with mode: 0644]
pandas/tests/indexing/test_coercion.py [new file with mode: 0644]
pandas/tests/indexing/test_datetime.py [new file with mode: 0644]
pandas/tests/indexing/test_floats.py [new file with mode: 0644]
pandas/tests/indexing/test_iloc.py [new file with mode: 0644]
pandas/tests/indexing/test_indexing.py [new file with mode: 0644]
pandas/tests/indexing/test_indexing_slow.py [new file with mode: 0644]
pandas/tests/indexing/test_interval.py [new file with mode: 0644]
pandas/tests/indexing/test_ix.py [new file with mode: 0644]
pandas/tests/indexing/test_loc.py [new file with mode: 0644]
pandas/tests/indexing/test_multiindex.py [new file with mode: 0644]
pandas/tests/indexing/test_panel.py [new file with mode: 0644]
pandas/tests/indexing/test_partial.py [new file with mode: 0644]
pandas/tests/indexing/test_scalar.py [new file with mode: 0644]
pandas/tests/indexing/test_timedelta.py [new file with mode: 0644]
pandas/tests/io/__init__.py [new file with mode: 0644]
pandas/tests/io/data/S4_EDUC1.dta [new file with mode: 0644]
pandas/tests/io/data/banklist.csv [new file with mode: 0644]
pandas/tests/io/data/banklist.html [new file with mode: 0644]
pandas/tests/io/data/blank.xls [new file with mode: 0644]
pandas/tests/io/data/blank.xlsm [new file with mode: 0644]
pandas/tests/io/data/blank.xlsx [new file with mode: 0644]
pandas/tests/io/data/blank_with_header.xls [new file with mode: 0644]
pandas/tests/io/data/blank_with_header.xlsm [new file with mode: 0644]
pandas/tests/io/data/blank_with_header.xlsx [new file with mode: 0644]
pandas/tests/io/data/categorical_0_14_1.pickle [new file with mode: 0644]
pandas/tests/io/data/categorical_0_15_2.pickle [new file with mode: 0644]
pandas/tests/io/data/computer_sales_page.html [new file with mode: 0644]
pandas/tests/io/data/gbq_fake_job.txt [new file with mode: 0644]
pandas/tests/io/data/html_encoding/chinese_utf-16.html [new file with mode: 0644]
pandas/tests/io/data/html_encoding/chinese_utf-32.html [new file with mode: 0644]
pandas/tests/io/data/html_encoding/chinese_utf-8.html [new file with mode: 0644]
pandas/tests/io/data/html_encoding/letz_latin1.html [new file with mode: 0644]
pandas/tests/io/data/iris.csv [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/datetimetz_object.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/legacy_0.10.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/legacy_table.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/legacy_table_0.11.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/periodindex_0.20.1_x86_64_darwin_2.7.13.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/pytables_native.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_hdf/pytables_native2.h5 [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_AMD64_windows_3.4.4.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_x86_64_darwin_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_x86_64_darwin_3.4.4.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_x86_64_linux_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.0_x86_64_linux_3.4.4.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.1_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.0/0.17.1_AMD64_windows_3.5.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_3.5.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_3.5.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_3.4.4.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_3.5.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_2.7.11.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_3.5.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.1/0.18.1_x86_64_darwin_2.7.12.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.18.1/0.18.1_x86_64_darwin_3.5.2.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.19.2/0.19.2_x86_64_darwin_2.7.12.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_msgpack/0.19.2/0.19.2_x86_64_darwin_3.6.1.msgpack [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.14.1/0.14.1_x86_64_darwin_2.7.12.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.15.0/0.15.0_x86_64_darwin_2.7.12.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_AMD64_windows_3.4.4.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_x86_64_darwin_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_x86_64_darwin_3.4.4.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_x86_64_linux_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.0_x86_64_linux_3.4.4.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.0/0.17.1_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.1/0.17.1_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.17.1/0.17.1_x86_64_darwin_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_3.5.1.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_2.7.11.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_3.5.1.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.1/0.18.1_x86_64_darwin_2.7.12.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.18.1/0.18.1_x86_64_darwin_3.5.2.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_2.7.12.pickle [new file with mode: 0644]
pandas/tests/io/data/legacy_pickle/0.19.2/0.19.2_x86_64_darwin_3.6.1.pickle [new file with mode: 0644]
pandas/tests/io/data/macau.html [new file with mode: 0644]
pandas/tests/io/data/nyse_wsj.html [new file with mode: 0644]
pandas/tests/io/data/spam.html [new file with mode: 0644]
pandas/tests/io/data/stata10_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata10_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata11_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata11_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata12_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata14_118.dta [new file with mode: 0644]
pandas/tests/io/data/stata15.dta [new file with mode: 0644]
pandas/tests/io/data/stata1_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata1_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata1_encoding.dta [new file with mode: 0644]
pandas/tests/io/data/stata2_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata2_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata2_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata2_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata3.csv [new file with mode: 0644]
pandas/tests/io/data/stata3_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata3_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata3_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata3_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata4_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata4_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata4_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata4_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata5.csv [new file with mode: 0644]
pandas/tests/io/data/stata5_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata5_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata5_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata5_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata6.csv [new file with mode: 0644]
pandas/tests/io/data/stata6_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata6_114.dta [new file with mode: 0644]
pandas/tests/io/data/stata6_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata6_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata7_111.dta [new file with mode: 0644]
pandas/tests/io/data/stata7_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata7_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata8_113.dta [new file with mode: 0644]
pandas/tests/io/data/stata8_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata8_117.dta [new file with mode: 0644]
pandas/tests/io/data/stata9_115.dta [new file with mode: 0644]
pandas/tests/io/data/stata9_117.dta [new file with mode: 0644]
pandas/tests/io/data/test1.csv [new file with mode: 0644]
pandas/tests/io/data/test1.xls [new file with mode: 0644]
pandas/tests/io/data/test1.xlsm [new file with mode: 0644]
pandas/tests/io/data/test1.xlsx [new file with mode: 0644]
pandas/tests/io/data/test2.xls [new file with mode: 0644]
pandas/tests/io/data/test2.xlsm [new file with mode: 0644]
pandas/tests/io/data/test2.xlsx [new file with mode: 0644]
pandas/tests/io/data/test3.xls [new file with mode: 0644]
pandas/tests/io/data/test3.xlsm [new file with mode: 0644]
pandas/tests/io/data/test3.xlsx [new file with mode: 0644]
pandas/tests/io/data/test4.xls [new file with mode: 0644]
pandas/tests/io/data/test4.xlsm [new file with mode: 0644]
pandas/tests/io/data/test4.xlsx [new file with mode: 0644]
pandas/tests/io/data/test5.xls [new file with mode: 0644]
pandas/tests/io/data/test5.xlsm [new file with mode: 0644]
pandas/tests/io/data/test5.xlsx [new file with mode: 0644]
pandas/tests/io/data/test_converters.xls [new file with mode: 0644]
pandas/tests/io/data/test_converters.xlsm [new file with mode: 0644]
pandas/tests/io/data/test_converters.xlsx [new file with mode: 0644]
pandas/tests/io/data/test_index_name_pre17.xls [new file with mode: 0644]
pandas/tests/io/data/test_index_name_pre17.xlsm [new file with mode: 0644]
pandas/tests/io/data/test_index_name_pre17.xlsx [new file with mode: 0644]
pandas/tests/io/data/test_mmap.csv [new file with mode: 0644]
pandas/tests/io/data/test_multisheet.xls [new file with mode: 0644]
pandas/tests/io/data/test_multisheet.xlsm [new file with mode: 0644]
pandas/tests/io/data/test_multisheet.xlsx [new file with mode: 0644]
pandas/tests/io/data/test_squeeze.xls [new file with mode: 0644]
pandas/tests/io/data/test_squeeze.xlsm [new file with mode: 0644]
pandas/tests/io/data/test_squeeze.xlsx [new file with mode: 0644]
pandas/tests/io/data/test_types.xls [new file with mode: 0644]
pandas/tests/io/data/test_types.xlsm [new file with mode: 0644]
pandas/tests/io/data/test_types.xlsx [new file with mode: 0644]
pandas/tests/io/data/testdateoverflow.xls [new file with mode: 0644]
pandas/tests/io/data/testdateoverflow.xlsm [new file with mode: 0644]
pandas/tests/io/data/testdateoverflow.xlsx [new file with mode: 0644]
pandas/tests/io/data/testdtype.xls [new file with mode: 0644]
pandas/tests/io/data/testdtype.xlsm [new file with mode: 0644]
pandas/tests/io/data/testdtype.xlsx [new file with mode: 0644]
pandas/tests/io/data/testmultiindex.xls [new file with mode: 0644]
pandas/tests/io/data/testmultiindex.xlsm [new file with mode: 0644]
pandas/tests/io/data/testmultiindex.xlsx [new file with mode: 0644]
pandas/tests/io/data/testskiprows.xls [new file with mode: 0644]
pandas/tests/io/data/testskiprows.xlsm [new file with mode: 0644]
pandas/tests/io/data/testskiprows.xlsx [new file with mode: 0644]
pandas/tests/io/data/times_1900.xls [new file with mode: 0644]
pandas/tests/io/data/times_1900.xlsm [new file with mode: 0644]
pandas/tests/io/data/times_1900.xlsx [new file with mode: 0644]
pandas/tests/io/data/times_1904.xls [new file with mode: 0644]
pandas/tests/io/data/times_1904.xlsm [new file with mode: 0644]
pandas/tests/io/data/times_1904.xlsx [new file with mode: 0644]
pandas/tests/io/data/tips.csv [new file with mode: 0644]
pandas/tests/io/data/valid_markup.html [new file with mode: 0644]
pandas/tests/io/data/wikipedia_states.html [new file with mode: 0644]
pandas/tests/io/formats/__init__.py [new file with mode: 0644]
pandas/tests/io/formats/data/unicode_series.csv [new file with mode: 0644]
pandas/tests/io/formats/test_css.py [new file with mode: 0644]
pandas/tests/io/formats/test_eng_formatting.py [new file with mode: 0644]
pandas/tests/io/formats/test_format.py [new file with mode: 0644]
pandas/tests/io/formats/test_printing.py [new file with mode: 0644]
pandas/tests/io/formats/test_style.py [new file with mode: 0644]
pandas/tests/io/formats/test_to_csv.py [new file with mode: 0644]
pandas/tests/io/formats/test_to_excel.py [new file with mode: 0644]
pandas/tests/io/formats/test_to_html.py [new file with mode: 0644]
pandas/tests/io/formats/test_to_latex.py [new file with mode: 0644]
pandas/tests/io/generate_legacy_storage_files.py [new file with mode: 0755]
pandas/tests/io/json/__init__.py [new file with mode: 0644]
pandas/tests/io/json/data/tsframe_iso_v012.json [new file with mode: 0644]
pandas/tests/io/json/data/tsframe_v012.json [new file with mode: 0644]
pandas/tests/io/json/test_json_table_schema.py [new file with mode: 0644]
pandas/tests/io/json/test_normalize.py [new file with mode: 0644]
pandas/tests/io/json/test_pandas.py [new file with mode: 0644]
pandas/tests/io/json/test_ujson.py [new file with mode: 0644]
pandas/tests/io/msgpack/__init__.py [new file with mode: 0644]
pandas/tests/io/msgpack/common.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_buffer.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_case.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_except.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_extension.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_format.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_limits.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_newspec.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_obj.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_pack.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_read_size.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_seq.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_sequnpack.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_subtype.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_unpack.py [new file with mode: 0644]
pandas/tests/io/msgpack/test_unpack_raw.py [new file with mode: 0644]
pandas/tests/io/parser/__init__.py [new file with mode: 0644]
pandas/tests/io/parser/c_parser_only.py [new file with mode: 0644]
pandas/tests/io/parser/comment.py [new file with mode: 0644]
pandas/tests/io/parser/common.py [new file with mode: 0644]
pandas/tests/io/parser/compression.py [new file with mode: 0644]
pandas/tests/io/parser/converters.py [new file with mode: 0644]
pandas/tests/io/parser/data/iris.csv [new file with mode: 0644]
pandas/tests/io/parser/data/salaries.csv [new file with mode: 0644]
pandas/tests/io/parser/data/salaries.csv.bz2 [new file with mode: 0644]
pandas/tests/io/parser/data/salaries.csv.gz [new file with mode: 0644]
pandas/tests/io/parser/data/salaries.csv.xz [new file with mode: 0644]
pandas/tests/io/parser/data/salaries.csv.zip [new file with mode: 0644]
pandas/tests/io/parser/data/sauron.SHIFT_JIS.csv [new file with mode: 0644]
pandas/tests/io/parser/data/tar_csv.tar [new file with mode: 0644]
pandas/tests/io/parser/data/tar_csv.tar.gz [new file with mode: 0644]
pandas/tests/io/parser/data/test1.csv [new file with mode: 0644]
pandas/tests/io/parser/data/test1.csv.bz2 [new file with mode: 0644]
pandas/tests/io/parser/data/test1.csv.gz [new file with mode: 0644]
pandas/tests/io/parser/data/test2.csv [new file with mode: 0644]
pandas/tests/io/parser/data/test_mmap.csv [new file with mode: 0644]
pandas/tests/io/parser/data/tips.csv [new file with mode: 0644]
pandas/tests/io/parser/data/unicode_series.csv [new file with mode: 0644]
pandas/tests/io/parser/data/utf16_ex.txt [new file with mode: 0644]
pandas/tests/io/parser/dialect.py [new file with mode: 0644]
pandas/tests/io/parser/dtypes.py [new file with mode: 0644]
pandas/tests/io/parser/header.py [new file with mode: 0644]
pandas/tests/io/parser/index_col.py [new file with mode: 0644]
pandas/tests/io/parser/multithread.py [new file with mode: 0644]
pandas/tests/io/parser/na_values.py [new file with mode: 0644]
pandas/tests/io/parser/parse_dates.py [new file with mode: 0644]
pandas/tests/io/parser/python_parser_only.py [new file with mode: 0644]
pandas/tests/io/parser/quoting.py [new file with mode: 0644]
pandas/tests/io/parser/skiprows.py [new file with mode: 0644]
pandas/tests/io/parser/test_network.py [new file with mode: 0644]
pandas/tests/io/parser/test_parsers.py [new file with mode: 0644]
pandas/tests/io/parser/test_read_fwf.py [new file with mode: 0644]
pandas/tests/io/parser/test_textreader.py [new file with mode: 0644]
pandas/tests/io/parser/test_unsupported.py [new file with mode: 0644]
pandas/tests/io/parser/usecols.py [new file with mode: 0644]
pandas/tests/io/sas/__init__.py [new file with mode: 0644]
pandas/tests/io/sas/data/DEMO_G.csv [new file with mode: 0644]
pandas/tests/io/sas/data/DEMO_G.xpt [new file with mode: 0644]
pandas/tests/io/sas/data/DRXFCD_G.csv [new file with mode: 0644]
pandas/tests/io/sas/data/DRXFCD_G.xpt [new file with mode: 0644]
pandas/tests/io/sas/data/SSHSV1_A.csv [new file with mode: 0644]
pandas/tests/io/sas/data/SSHSV1_A.xpt [new file with mode: 0644]
pandas/tests/io/sas/data/airline.csv [new file with mode: 0644]
pandas/tests/io/sas/data/airline.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/paxraw_d_short.csv [new file with mode: 0644]
pandas/tests/io/sas/data/paxraw_d_short.xpt [new file with mode: 0644]
pandas/tests/io/sas/data/productsales.csv [new file with mode: 0644]
pandas/tests/io/sas/data/productsales.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test1.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test10.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test11.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test12.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test13.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test14.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test15.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test16.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test2.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test3.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test4.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test5.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test6.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test7.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test8.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test9.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test_12659.csv [new file with mode: 0644]
pandas/tests/io/sas/data/test_12659.sas7bdat [new file with mode: 0644]
pandas/tests/io/sas/data/test_sas7bdat_1.csv [new file with mode: 0644]
pandas/tests/io/sas/data/test_sas7bdat_2.csv [new file with mode: 0644]
pandas/tests/io/sas/test_sas.py [new file with mode: 0644]
pandas/tests/io/sas/test_sas7bdat.py [new file with mode: 0644]
pandas/tests/io/sas/test_xport.py [new file with mode: 0644]
pandas/tests/io/test_clipboard.py [new file with mode: 0644]
pandas/tests/io/test_common.py [new file with mode: 0644]
pandas/tests/io/test_excel.py [new file with mode: 0644]
pandas/tests/io/test_feather.py [new file with mode: 0644]
pandas/tests/io/test_gbq.py [new file with mode: 0644]
pandas/tests/io/test_html.py [new file with mode: 0644]
pandas/tests/io/test_packers.py [new file with mode: 0644]
pandas/tests/io/test_pickle.py [new file with mode: 0644]
pandas/tests/io/test_pytables.py [new file with mode: 0644]
pandas/tests/io/test_s3.py [new file with mode: 0644]
pandas/tests/io/test_sql.py [new file with mode: 0644]
pandas/tests/io/test_stata.py [new file with mode: 0644]
pandas/tests/plotting/__init__.py [new file with mode: 0644]
pandas/tests/plotting/common.py [new file with mode: 0644]
pandas/tests/plotting/test_boxplot_method.py [new file with mode: 0644]
pandas/tests/plotting/test_converter.py [new file with mode: 0644]
pandas/tests/plotting/test_datetimelike.py [new file with mode: 0644]
pandas/tests/plotting/test_deprecated.py [new file with mode: 0644]
pandas/tests/plotting/test_frame.py [new file with mode: 0644]
pandas/tests/plotting/test_groupby.py [new file with mode: 0644]
pandas/tests/plotting/test_hist_method.py [new file with mode: 0644]
pandas/tests/plotting/test_misc.py [new file with mode: 0644]
pandas/tests/plotting/test_series.py [new file with mode: 0644]
pandas/tests/reshape/__init__.py [new file with mode: 0644]
pandas/tests/reshape/data/allow_exact_matches.csv [new file with mode: 0644]
pandas/tests/reshape/data/allow_exact_matches_and_tolerance.csv [new file with mode: 0644]
pandas/tests/reshape/data/asof.csv [new file with mode: 0644]
pandas/tests/reshape/data/asof2.csv [new file with mode: 0644]
pandas/tests/reshape/data/cut_data.csv [new file with mode: 0644]
pandas/tests/reshape/data/quotes.csv [new file with mode: 0644]
pandas/tests/reshape/data/quotes2.csv [new file with mode: 0644]
pandas/tests/reshape/data/tolerance.csv [new file with mode: 0644]
pandas/tests/reshape/data/trades.csv [new file with mode: 0644]
pandas/tests/reshape/data/trades2.csv [new file with mode: 0644]
pandas/tests/reshape/test_concat.py [new file with mode: 0644]
pandas/tests/reshape/test_join.py [new file with mode: 0644]
pandas/tests/reshape/test_merge.py [new file with mode: 0644]
pandas/tests/reshape/test_merge_asof.py [new file with mode: 0644]
pandas/tests/reshape/test_merge_ordered.py [new file with mode: 0644]
pandas/tests/reshape/test_pivot.py [new file with mode: 0644]
pandas/tests/reshape/test_reshape.py [new file with mode: 0644]
pandas/tests/reshape/test_tile.py [new file with mode: 0644]
pandas/tests/reshape/test_union_categoricals.py [new file with mode: 0644]
pandas/tests/reshape/test_util.py [new file with mode: 0644]
pandas/tests/scalar/__init__.py [new file with mode: 0644]
pandas/tests/scalar/test_interval.py [new file with mode: 0644]
pandas/tests/scalar/test_nat.py [new file with mode: 0644]
pandas/tests/scalar/test_period.py [new file with mode: 0644]
pandas/tests/scalar/test_period_asfreq.py [new file with mode: 0644]
pandas/tests/scalar/test_timedelta.py [new file with mode: 0644]
pandas/tests/scalar/test_timestamp.py [new file with mode: 0644]
pandas/tests/series/__init__.py [new file with mode: 0644]
pandas/tests/series/common.py [new file with mode: 0644]
pandas/tests/series/test_alter_axes.py [new file with mode: 0644]
pandas/tests/series/test_analytics.py [new file with mode: 0644]
pandas/tests/series/test_api.py [new file with mode: 0644]
pandas/tests/series/test_apply.py [new file with mode: 0644]
pandas/tests/series/test_asof.py [new file with mode: 0644]
pandas/tests/series/test_combine_concat.py [new file with mode: 0644]
pandas/tests/series/test_constructors.py [new file with mode: 0644]
pandas/tests/series/test_datetime_values.py [new file with mode: 0644]
pandas/tests/series/test_dtypes.py [new file with mode: 0644]
pandas/tests/series/test_indexing.py [new file with mode: 0644]
pandas/tests/series/test_internals.py [new file with mode: 0644]
pandas/tests/series/test_io.py [new file with mode: 0644]
pandas/tests/series/test_missing.py [new file with mode: 0644]
pandas/tests/series/test_operators.py [new file with mode: 0644]
pandas/tests/series/test_period.py [new file with mode: 0644]
pandas/tests/series/test_quantile.py [new file with mode: 0644]
pandas/tests/series/test_rank.py [new file with mode: 0644]
pandas/tests/series/test_replace.py [new file with mode: 0644]
pandas/tests/series/test_repr.py [new file with mode: 0644]
pandas/tests/series/test_sorting.py [new file with mode: 0644]
pandas/tests/series/test_subclass.py [new file with mode: 0644]
pandas/tests/series/test_timeseries.py [new file with mode: 0644]
pandas/tests/series/test_validate.py [new file with mode: 0644]
pandas/tests/sparse/__init__.py [new file with mode: 0644]
pandas/tests/sparse/common.py [new file with mode: 0644]
pandas/tests/sparse/test_arithmetics.py [new file with mode: 0644]
pandas/tests/sparse/test_array.py [new file with mode: 0644]
pandas/tests/sparse/test_combine_concat.py [new file with mode: 0644]
pandas/tests/sparse/test_format.py [new file with mode: 0644]
pandas/tests/sparse/test_frame.py [new file with mode: 0644]
pandas/tests/sparse/test_groupby.py [new file with mode: 0644]
pandas/tests/sparse/test_indexing.py [new file with mode: 0644]
pandas/tests/sparse/test_libsparse.py [new file with mode: 0644]
pandas/tests/sparse/test_list.py [new file with mode: 0644]
pandas/tests/sparse/test_pivot.py [new file with mode: 0644]
pandas/tests/sparse/test_series.py [new file with mode: 0644]
pandas/tests/test_algos.py [new file with mode: 0644]
pandas/tests/test_base.py [new file with mode: 0644]
pandas/tests/test_categorical.py [new file with mode: 0644]
pandas/tests/test_common.py [new file with mode: 0644]
pandas/tests/test_compat.py [new file with mode: 0644]
pandas/tests/test_config.py [new file with mode: 0644]
pandas/tests/test_downstream.py [new file with mode: 0644]
pandas/tests/test_errors.py [new file with mode: 0644]
pandas/tests/test_expressions.py [new file with mode: 0644]
pandas/tests/test_internals.py [new file with mode: 0644]
pandas/tests/test_join.py [new file with mode: 0644]
pandas/tests/test_lib.py [new file with mode: 0644]
pandas/tests/test_multilevel.py [new file with mode: 0644]
pandas/tests/test_nanops.py [new file with mode: 0644]
pandas/tests/test_panel.py [new file with mode: 0644]
pandas/tests/test_panel4d.py [new file with mode: 0644]
pandas/tests/test_panelnd.py [new file with mode: 0644]
pandas/tests/test_resample.py [new file with mode: 0644]
pandas/tests/test_sorting.py [new file with mode: 0644]
pandas/tests/test_strings.py [new file with mode: 0644]
pandas/tests/test_take.py [new file with mode: 0644]
pandas/tests/test_window.py [new file with mode: 0644]
pandas/tests/tools/__init__.py [new file with mode: 0644]
pandas/tests/tools/test_numeric.py [new file with mode: 0644]
pandas/tests/tseries/__init__.py [new file with mode: 0644]
pandas/tests/tseries/data/cday-0.14.1.pickle [new file with mode: 0644]
pandas/tests/tseries/data/dateoffset_0_15_2.pickle [new file with mode: 0644]
pandas/tests/tseries/test_frequencies.py [new file with mode: 0644]
pandas/tests/tseries/test_holiday.py [new file with mode: 0644]
pandas/tests/tseries/test_offsets.py [new file with mode: 0644]
pandas/tests/tseries/test_timezones.py [new file with mode: 0644]
pandas/tests/util/__init__.py [new file with mode: 0644]
pandas/tests/util/test_hashing.py [new file with mode: 0644]
pandas/tests/util/test_testing.py [new file with mode: 0644]
pandas/tests/util/test_util.py [new file with mode: 0644]
pandas/tools/__init__.py [new file with mode: 0644]
pandas/tools/hashing.py [new file with mode: 0644]
pandas/tools/merge.py [new file with mode: 0644]
pandas/tools/plotting.py [new file with mode: 0644]
pandas/tseries/__init__.py [new file with mode: 0644]
pandas/tseries/api.py [new file with mode: 0644]
pandas/tseries/converter.py [new file with mode: 0644]
pandas/tseries/frequencies.py [new file with mode: 0644]
pandas/tseries/holiday.py [new file with mode: 0644]
pandas/tseries/offsets.py [new file with mode: 0644]
pandas/tseries/plotting.py [new file with mode: 0644]
pandas/tseries/util.py [new file with mode: 0644]
pandas/tslib.py [new file with mode: 0644]
pandas/types/__init__.py [new file with mode: 0644]
pandas/types/common.py [new file with mode: 0644]
pandas/types/concat.py [new file with mode: 0644]
pandas/util/__init__.py [new file with mode: 0644]
pandas/util/_decorators.py [new file with mode: 0644]
pandas/util/_depr_module.py [new file with mode: 0644]
pandas/util/_doctools.py [new file with mode: 0644]
pandas/util/_print_versions.py [new file with mode: 0644]
pandas/util/_tester.py [new file with mode: 0644]
pandas/util/_validators.py [new file with mode: 0644]
pandas/util/decorators.py [new file with mode: 0644]
pandas/util/hashing.py [new file with mode: 0644]
pandas/util/move.c [new file with mode: 0644]
pandas/util/testing.py [new file with mode: 0644]
release_stats.sh [new file with mode: 0755]
scripts/api_rst_coverage.py [new file with mode: 0644]
scripts/bench_join.R [new file with mode: 0644]
scripts/bench_join.py [new file with mode: 0644]
scripts/bench_join_multi.py [new file with mode: 0644]
scripts/bench_refactor.py [new file with mode: 0644]
scripts/boxplot_test.py [new file with mode: 0644]
scripts/build_dist.sh [new file with mode: 0755]
scripts/build_dist_for_release.sh [new file with mode: 0644]
scripts/count_code.sh [new file with mode: 0755]
scripts/faster_xs.py [new file with mode: 0644]
scripts/file_sizes.py [new file with mode: 0644]
scripts/find_commits_touching_func.py [new file with mode: 0755]
scripts/find_undoc_args.py [new file with mode: 0755]
scripts/gen_release_notes.py [new file with mode: 0644]
scripts/git-mrb [new file with mode: 0644]
scripts/git_code_churn.py [new file with mode: 0644]
scripts/groupby_sample.py [new file with mode: 0644]
scripts/groupby_speed.py [new file with mode: 0644]
scripts/groupby_test.py [new file with mode: 0644]
scripts/hdfstore_panel_perf.py [new file with mode: 0644]
scripts/json_manip.py [new file with mode: 0644]
scripts/leak.py [new file with mode: 0644]
scripts/merge-pr.py [new file with mode: 0755]
scripts/parser_magic.py [new file with mode: 0644]
scripts/preepoch_test.py [new file with mode: 0644]
scripts/pypistats.py [new file with mode: 0644]
scripts/roll_median_leak.py [new file with mode: 0644]
scripts/runtests.py [new file with mode: 0644]
scripts/test_py27.bat [new file with mode: 0644]
scripts/testmed.py [new file with mode: 0644]
scripts/touchup_gh_issues.py [new file with mode: 0755]
scripts/use_build_cache.py [new file with mode: 0755]
scripts/winbuild_py27.bat [new file with mode: 0644]
scripts/windows_builder/build_27-32.bat [new file with mode: 0644]
scripts/windows_builder/build_27-64.bat [new file with mode: 0644]
scripts/windows_builder/build_34-32.bat [new file with mode: 0644]
scripts/windows_builder/build_34-64.bat [new file with mode: 0644]
scripts/windows_builder/check_and_build.bat [new file with mode: 0644]
scripts/windows_builder/check_and_build.py [new file with mode: 0644]
scripts/windows_builder/readme.txt [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]
test.bat [new file with mode: 0644]
test.sh [new file with mode: 0755]
test_fast.bat [new file with mode: 0644]
test_fast.sh [new file with mode: 0755]
test_rebuild.sh [new file with mode: 0755]
tox.ini [new file with mode: 0644]
versioneer.py [new file with mode: 0644]