Import pandas_0.18.1.orig.tar.gz
authorYaroslav Halchenko <debian@onerussian.com>
Wed, 13 Jul 2016 14:42:00 +0000 (14:42 +0000)
committerYaroslav Halchenko <debian@onerussian.com>
Wed, 13 Jul 2016 14:42:00 +0000 (14:42 +0000)
commit96d180424cec1e1a3eb5eb38274c6ad176b114ab
treedb19044637f132bd4684a1131a1dccd082cdbd45
Import pandas_0.18.1.orig.tar.gz

[dgit import orig pandas_0.18.1.orig.tar.gz]
1026 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/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/miscellaneous.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_sparse.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]
build_dist.sh [new file with mode: 0755]
ci/README.txt [new file with mode: 0644]
ci/appveyor.recipe/bld.bat [new file with mode: 0644]
ci/appveyor.recipe/build.sh [new file with mode: 0644]
ci/appveyor.recipe/meta.yaml [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/cron/go_doc.sh [new file with mode: 0755]
ci/install-2.7_NUMPY_DEV.sh [new file with mode: 0644]
ci/install-3.5_NUMPY_DEV.sh [new file with mode: 0644]
ci/install.ps1 [new file with mode: 0644]
ci/install_appveyor.ps1 [new file with mode: 0644]
ci/install_db.sh [new file with mode: 0755]
ci/install_test.sh [new file with mode: 0755]
ci/install_travis.sh [new file with mode: 0755]
ci/ironcache/get.py [new file with mode: 0644]
ci/ironcache/put.py [new file with mode: 0644]
ci/lint.sh [new file with mode: 0755]
ci/prep_ccache.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-64.run [new file with mode: 0644]
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_BUILD_TEST.build [new file with mode: 0644]
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_DOC_BUILD.build [new file with mode: 0644]
ci/requirements-2.7_DOC_BUILD.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_NUMPY_DEV.build [new file with mode: 0644]
ci/requirements-2.7_NUMPY_DEV.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-3.4-64.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.5-64.run [new file with mode: 0644]
ci/requirements-3.5.build [new file with mode: 0644]
ci/requirements-3.5.run [new file with mode: 0644]
ci/requirements-3.5_NUMPY_DEV.build [new file with mode: 0644]
ci/requirements-3.5_NUMPY_DEV.run [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_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_with_env.cmd [new file with mode: 0644]
ci/script.sh [new file with mode: 0755]
ci/speedpack/Vagrantfile [new file with mode: 0644]
ci/speedpack/build.sh [new file with mode: 0755]
ci/speedpack/nginx/nginx.conf.template [new file with mode: 0644]
ci/submit_ccache.sh [new file with mode: 0755]
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/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/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/rplot-seaborn-example1.png [new file with mode: 0644]
doc/source/_static/rplot-seaborn-example2.png [new file with mode: 0644]
doc/source/_static/rplot-seaborn-example3.png [new file with mode: 0644]
doc/source/_static/rplot-seaborn-example3b.png [new file with mode: 0644]
doc/source/_static/rplot-seaborn-example4.png [new file with mode: 0644]
doc/source/_static/rplot-seaborn-example6.png [new file with mode: 0644]
doc/source/_static/stub [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/faq.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/html-styling.ipynb [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.rst [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: 0755]
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: 0755]
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.18.2.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: 0755]
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/_version.py [new file with mode: 0644]
pandas/algos.pyx [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/align.py [new file with mode: 0644]
pandas/computation/api.py [new file with mode: 0644]
pandas/computation/common.py [new file with mode: 0644]
pandas/computation/engines.py [new file with mode: 0644]
pandas/computation/eval.py [new file with mode: 0644]
pandas/computation/expr.py [new file with mode: 0644]
pandas/computation/expressions.py [new file with mode: 0644]
pandas/computation/ops.py [new file with mode: 0644]
pandas/computation/pytables.py [new file with mode: 0644]
pandas/computation/scope.py [new file with mode: 0644]
pandas/computation/tests/__init__.py [new file with mode: 0644]
pandas/computation/tests/test_compat.py [new file with mode: 0644]
pandas/computation/tests/test_eval.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/config.py [new file with mode: 0644]
pandas/core/config_init.py [new file with mode: 0644]
pandas/core/convert.py [new file with mode: 0644]
pandas/core/datetools.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/indexing.py [new file with mode: 0644]
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/reshape.py [new file with mode: 0644]
pandas/core/series.py [new file with mode: 0644]
pandas/core/sparse.py [new file with mode: 0644]
pandas/core/strings.py [new file with mode: 0644]
pandas/core/window.py [new file with mode: 0644]
pandas/formats/__init__.py [new file with mode: 0644]
pandas/formats/format.py [new file with mode: 0644]
pandas/formats/printing.py [new file with mode: 0644]
pandas/formats/style.py [new file with mode: 0644]
pandas/hashtable.pxd [new file with mode: 0644]
pandas/hashtable.pyx [new file with mode: 0644]
pandas/index.pyx [new file with mode: 0644]
pandas/indexes/__init__.py [new file with mode: 0644]
pandas/indexes/api.py [new file with mode: 0644]
pandas/indexes/base.py [new file with mode: 0644]
pandas/indexes/category.py [new file with mode: 0644]
pandas/indexes/multi.py [new file with mode: 0644]
pandas/indexes/numeric.py [new file with mode: 0644]
pandas/indexes/range.py [new file with mode: 0644]
pandas/info.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/auth.py [new file with mode: 0644]
pandas/io/clipboard.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/ga.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.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/sas/__init__.py [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/saslib.pyx [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/tests/__init__.py [new file with mode: 0644]
pandas/io/tests/data/S4_EDUC1.dta [new file with mode: 0644]
pandas/io/tests/data/banklist.csv [new file with mode: 0644]
pandas/io/tests/data/banklist.html [new file with mode: 0644]
pandas/io/tests/data/blank.xls [new file with mode: 0755]
pandas/io/tests/data/blank.xlsm [new file with mode: 0755]
pandas/io/tests/data/blank.xlsx [new file with mode: 0755]
pandas/io/tests/data/blank_with_header.xls [new file with mode: 0755]
pandas/io/tests/data/blank_with_header.xlsm [new file with mode: 0755]
pandas/io/tests/data/blank_with_header.xlsx [new file with mode: 0755]
pandas/io/tests/data/computer_sales_page.html [new file with mode: 0644]
pandas/io/tests/data/gbq_fake_job.txt [new file with mode: 0644]
pandas/io/tests/data/html_encoding/chinese_utf-16.html [new file with mode: 0644]
pandas/io/tests/data/html_encoding/chinese_utf-32.html [new file with mode: 0644]
pandas/io/tests/data/html_encoding/chinese_utf-8.html [new file with mode: 0644]
pandas/io/tests/data/html_encoding/letz_latin1.html [new file with mode: 0644]
pandas/io/tests/data/iris.csv [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/datetimetz_object.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/legacy.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/legacy_0.10.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/legacy_table.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/legacy_table_0.11.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/pytables_native.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_hdf/pytables_native2.h5 [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.0/0.16.0_x86_64_darwin_2.7.9.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_2.7.10.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_AMD64_windows_3.4.3.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.10.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_2.7.9.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_darwin_3.4.3.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_2.7.10.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.16.2/0.16.2_x86_64_linux_3.4.3.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_AMD64_windows_3.5.1.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_2.7.11.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_darwin_3.5.1.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_2.7.11.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.17.1/0.17.1_x86_64_linux_3.4.4.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_2.7.11.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_AMD64_windows_3.5.1.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_2.7.11.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_msgpack/0.18.0/0.18.0_x86_64_darwin_3.5.1.msgpack [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.10.1/AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.10.1/x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.11.0/0.11.0_x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.11.0/x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.12.0/0.12.0_x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_AMD64_windows_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.6.5.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_i686_linux_3.2.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.5.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_darwin_2.7.6.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.13.0/0.13.0_x86_64_linux_3.3.0.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_darwin_2.7.6.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.14.0/0.14.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.14.1/0.14.1_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.15.0/0.15.0_x86_64_linux_2.7.8.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.15.2/0.15.2_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.0/0.16.0_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_2.7.10.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_AMD64_windows_3.4.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.10.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_2.7.9.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_darwin_3.4.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_2.7.10.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.16.2/0.16.2_x86_64_linux_3.4.3.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.17.1/0.17.1_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.17.1/0.17.1_x86_64_darwin_2.7.11.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_2.7.11.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_AMD64_windows_3.5.1.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_2.7.11.pickle [new file with mode: 0644]
pandas/io/tests/data/legacy_pickle/0.18.0/0.18.0_x86_64_darwin_3.5.1.pickle [new file with mode: 0644]
pandas/io/tests/data/macau.html [new file with mode: 0644]
pandas/io/tests/data/nyse_wsj.html [new file with mode: 0644]
pandas/io/tests/data/spam.html [new file with mode: 0644]
pandas/io/tests/data/stata10_115.dta [new file with mode: 0755]
pandas/io/tests/data/stata10_117.dta [new file with mode: 0755]
pandas/io/tests/data/stata11_115.dta [new file with mode: 0755]
pandas/io/tests/data/stata11_117.dta [new file with mode: 0755]
pandas/io/tests/data/stata12_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata14_118.dta [new file with mode: 0644]
pandas/io/tests/data/stata1_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata1_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata1_encoding.dta [new file with mode: 0644]
pandas/io/tests/data/stata2_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata2_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata2_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata2_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata3.csv [new file with mode: 0644]
pandas/io/tests/data/stata3_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata3_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata3_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata3_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata4_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata4_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata4_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata4_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata5.csv [new file with mode: 0644]
pandas/io/tests/data/stata5_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata5_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata5_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata5_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata6.csv [new file with mode: 0644]
pandas/io/tests/data/stata6_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata6_114.dta [new file with mode: 0644]
pandas/io/tests/data/stata6_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata6_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata7_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata7_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata8_113.dta [new file with mode: 0644]
pandas/io/tests/data/stata8_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata8_117.dta [new file with mode: 0644]
pandas/io/tests/data/stata9_115.dta [new file with mode: 0644]
pandas/io/tests/data/stata9_117.dta [new file with mode: 0644]
pandas/io/tests/data/test1.csv [new file with mode: 0644]
pandas/io/tests/data/test1.xls [new file with mode: 0644]
pandas/io/tests/data/test1.xlsm [new file with mode: 0644]
pandas/io/tests/data/test1.xlsx [new file with mode: 0644]
pandas/io/tests/data/test2.xls [new file with mode: 0644]
pandas/io/tests/data/test2.xlsm [new file with mode: 0644]
pandas/io/tests/data/test2.xlsx [new file with mode: 0644]
pandas/io/tests/data/test3.xls [new file with mode: 0644]
pandas/io/tests/data/test3.xlsm [new file with mode: 0644]
pandas/io/tests/data/test3.xlsx [new file with mode: 0644]
pandas/io/tests/data/test4.xls [new file with mode: 0644]
pandas/io/tests/data/test4.xlsm [new file with mode: 0644]
pandas/io/tests/data/test4.xlsx [new file with mode: 0644]
pandas/io/tests/data/test_converters.xls [new file with mode: 0644]
pandas/io/tests/data/test_converters.xlsm [new file with mode: 0644]
pandas/io/tests/data/test_converters.xlsx [new file with mode: 0644]
pandas/io/tests/data/test_index_name_pre17.xls [new file with mode: 0644]
pandas/io/tests/data/test_index_name_pre17.xlsm [new file with mode: 0644]
pandas/io/tests/data/test_index_name_pre17.xlsx [new file with mode: 0644]
pandas/io/tests/data/test_multisheet.xls [new file with mode: 0644]
pandas/io/tests/data/test_multisheet.xlsm [new file with mode: 0644]
pandas/io/tests/data/test_multisheet.xlsx [new file with mode: 0644]
pandas/io/tests/data/test_squeeze.xls [new file with mode: 0644]
pandas/io/tests/data/test_squeeze.xlsm [new file with mode: 0644]
pandas/io/tests/data/test_squeeze.xlsx [new file with mode: 0644]
pandas/io/tests/data/test_types.xls [new file with mode: 0644]
pandas/io/tests/data/test_types.xlsm [new file with mode: 0644]
pandas/io/tests/data/test_types.xlsx [new file with mode: 0644]
pandas/io/tests/data/testmultiindex.xls [new file with mode: 0644]
pandas/io/tests/data/testmultiindex.xlsm [new file with mode: 0644]
pandas/io/tests/data/testmultiindex.xlsx [new file with mode: 0644]
pandas/io/tests/data/testskiprows.xls [new file with mode: 0644]
pandas/io/tests/data/testskiprows.xlsm [new file with mode: 0644]
pandas/io/tests/data/testskiprows.xlsx [new file with mode: 0644]
pandas/io/tests/data/times_1900.xls [new file with mode: 0644]
pandas/io/tests/data/times_1900.xlsm [new file with mode: 0644]
pandas/io/tests/data/times_1900.xlsx [new file with mode: 0644]
pandas/io/tests/data/times_1904.xls [new file with mode: 0644]
pandas/io/tests/data/times_1904.xlsm [new file with mode: 0644]
pandas/io/tests/data/times_1904.xlsx [new file with mode: 0644]
pandas/io/tests/data/tips.csv [new file with mode: 0644]
pandas/io/tests/data/valid_markup.html [new file with mode: 0644]
pandas/io/tests/data/wikipedia_states.html [new file with mode: 0644]
pandas/io/tests/data/yahoo_options1.html [new file with mode: 0644]
pandas/io/tests/data/yahoo_options2.html [new file with mode: 0644]
pandas/io/tests/data/yahoo_options3.html [new file with mode: 0644]
pandas/io/tests/generate_legacy_storage_files.py [new file with mode: 0644]
pandas/io/tests/json/__init__.py [new file with mode: 0644]
pandas/io/tests/json/data/tsframe_iso_v012.json [new file with mode: 0644]
pandas/io/tests/json/data/tsframe_v012.json [new file with mode: 0644]
pandas/io/tests/json/test_json_norm.py [new file with mode: 0644]
pandas/io/tests/json/test_pandas.py [new file with mode: 0644]
pandas/io/tests/json/test_ujson.py [new file with mode: 0644]
pandas/io/tests/parser/__init__.py [new file with mode: 0644]
pandas/io/tests/parser/c_parser_only.py [new file with mode: 0644]
pandas/io/tests/parser/comment.py [new file with mode: 0644]
pandas/io/tests/parser/common.py [new file with mode: 0644]
pandas/io/tests/parser/compression.py [new file with mode: 0644]
pandas/io/tests/parser/converters.py [new file with mode: 0644]
pandas/io/tests/parser/data/iris.csv [new file with mode: 0644]
pandas/io/tests/parser/data/salary.table.csv [new file with mode: 0644]
pandas/io/tests/parser/data/salary.table.gz [new file with mode: 0644]
pandas/io/tests/parser/data/test1.csv [new file with mode: 0644]
pandas/io/tests/parser/data/test1.csv.bz2 [new file with mode: 0644]
pandas/io/tests/parser/data/test1.csv.gz [new file with mode: 0644]
pandas/io/tests/parser/data/test2.csv [new file with mode: 0644]
pandas/io/tests/parser/data/tips.csv [new file with mode: 0644]
pandas/io/tests/parser/data/unicode_series.csv [new file with mode: 0644]
pandas/io/tests/parser/data/utf16_ex.txt [new file with mode: 0644]
pandas/io/tests/parser/header.py [new file with mode: 0644]
pandas/io/tests/parser/index_col.py [new file with mode: 0644]
pandas/io/tests/parser/multithread.py [new file with mode: 0644]
pandas/io/tests/parser/na_values.py [new file with mode: 0644]
pandas/io/tests/parser/parse_dates.py [new file with mode: 0644]
pandas/io/tests/parser/python_parser_only.py [new file with mode: 0644]
pandas/io/tests/parser/skiprows.py [new file with mode: 0644]
pandas/io/tests/parser/test_network.py [new file with mode: 0644]
pandas/io/tests/parser/test_parsers.py [new file with mode: 0644]
pandas/io/tests/parser/test_read_fwf.py [new file with mode: 0644]
pandas/io/tests/parser/test_textreader.py [new file with mode: 0644]
pandas/io/tests/parser/test_unsupported.py [new file with mode: 0644]
pandas/io/tests/parser/usecols.py [new file with mode: 0644]
pandas/io/tests/sas/data/DEMO_G.csv [new file with mode: 0644]
pandas/io/tests/sas/data/DEMO_G.xpt [new file with mode: 0644]
pandas/io/tests/sas/data/DRXFCD_G.csv [new file with mode: 0644]
pandas/io/tests/sas/data/DRXFCD_G.xpt [new file with mode: 0644]
pandas/io/tests/sas/data/SSHSV1_A.csv [new file with mode: 0644]
pandas/io/tests/sas/data/SSHSV1_A.xpt [new file with mode: 0644]
pandas/io/tests/sas/data/airline.csv [new file with mode: 0644]
pandas/io/tests/sas/data/airline.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/paxraw_d_short.csv [new file with mode: 0644]
pandas/io/tests/sas/data/paxraw_d_short.xpt [new file with mode: 0644]
pandas/io/tests/sas/data/productsales.csv [new file with mode: 0644]
pandas/io/tests/sas/data/productsales.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test1.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test10.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test11.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test12.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test13.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test14.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test15.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test16.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test2.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test3.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test4.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test5.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test6.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test7.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test8.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test9.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test_12659.csv [new file with mode: 0644]
pandas/io/tests/sas/data/test_12659.sas7bdat [new file with mode: 0644]
pandas/io/tests/sas/data/test_sas7bdat_1.csv [new file with mode: 0644]
pandas/io/tests/sas/data/test_sas7bdat_2.csv [new file with mode: 0644]
pandas/io/tests/sas/test_sas7bdat.py [new file with mode: 0644]
pandas/io/tests/sas/test_xport.py [new file with mode: 0644]
pandas/io/tests/test_clipboard.py [new file with mode: 0644]
pandas/io/tests/test_common.py [new file with mode: 0644]
pandas/io/tests/test_data.py [new file with mode: 0644]
pandas/io/tests/test_date_converters.py [new file with mode: 0644]
pandas/io/tests/test_excel.py [new file with mode: 0644]
pandas/io/tests/test_ga.py [new file with mode: 0644]
pandas/io/tests/test_gbq.py [new file with mode: 0644]
pandas/io/tests/test_html.py [new file with mode: 0644]
pandas/io/tests/test_packers.py [new file with mode: 0644]
pandas/io/tests/test_pickle.py [new file with mode: 0644]
pandas/io/tests/test_pytables.py [new file with mode: 0644]
pandas/io/tests/test_sql.py [new file with mode: 0644]
pandas/io/tests/test_stata.py [new file with mode: 0644]
pandas/io/tests/test_wb.py [new file with mode: 0644]
pandas/io/wb.py [new file with mode: 0644]
pandas/lib.pxd [new file with mode: 0644]
pandas/lib.pyx [new file with mode: 0644]
pandas/msgpack/__init__.py [new file with mode: 0644]
pandas/msgpack/_packer.pyx [new file with mode: 0644]
pandas/msgpack/_unpacker.pyx [new file with mode: 0644]
pandas/msgpack/_version.py [new file with mode: 0644]
pandas/msgpack/exceptions.py [new file with mode: 0644]
pandas/parser.pyx [new file with mode: 0644]
pandas/rpy/__init__.py [new file with mode: 0644]
pandas/rpy/base.py [new file with mode: 0644]
pandas/rpy/common.py [new file with mode: 0644]
pandas/rpy/mass.py [new file with mode: 0644]
pandas/rpy/tests/__init__.py [new file with mode: 0644]
pandas/rpy/tests/test_common.py [new file with mode: 0644]
pandas/rpy/vars.py [new file with mode: 0644]
pandas/sandbox/__init__.py [new file with mode: 0644]
pandas/sandbox/qtpandas.py [new file with mode: 0644]
pandas/sparse/__init__.py [new file with mode: 0644]
pandas/sparse/api.py [new file with mode: 0644]
pandas/sparse/array.py [new file with mode: 0644]
pandas/sparse/frame.py [new file with mode: 0644]
pandas/sparse/list.py [new file with mode: 0644]
pandas/sparse/panel.py [new file with mode: 0644]
pandas/sparse/scipy_sparse.py [new file with mode: 0644]
pandas/sparse/series.py [new file with mode: 0644]
pandas/sparse/tests/__init__.py [new file with mode: 0644]
pandas/sparse/tests/test_array.py [new file with mode: 0644]
pandas/sparse/tests/test_combine_concat.py [new file with mode: 0644]
pandas/sparse/tests/test_frame.py [new file with mode: 0644]
pandas/sparse/tests/test_indexing.py [new file with mode: 0644]
pandas/sparse/tests/test_libsparse.py [new file with mode: 0644]
pandas/sparse/tests/test_list.py [new file with mode: 0644]
pandas/sparse/tests/test_panel.py [new file with mode: 0644]
pandas/sparse/tests/test_series.py [new file with mode: 0644]
pandas/src/datetime.pxd [new file with mode: 0644]
pandas/src/datetime/np_datetime.c [new file with mode: 0644]
pandas/src/datetime/np_datetime.h [new file with mode: 0644]
pandas/src/datetime/np_datetime_strings.c [new file with mode: 0644]
pandas/src/datetime/np_datetime_strings.h [new file with mode: 0644]
pandas/src/datetime_helper.h [new file with mode: 0644]
pandas/src/generate_code.py [new file with mode: 0644]
pandas/src/generated.pyx [new file with mode: 0644]
pandas/src/headers/math.h [new file with mode: 0644]
pandas/src/headers/ms_inttypes.h [new file with mode: 0644]
pandas/src/headers/ms_stdint.h [new file with mode: 0644]
pandas/src/headers/portable.h [new file with mode: 0644]
pandas/src/headers/stdint.h [new file with mode: 0644]
pandas/src/helper.h [new file with mode: 0644]
pandas/src/inference.pyx [new file with mode: 0644]
pandas/src/join.pyx [new file with mode: 0644]
pandas/src/khash.pxd [new file with mode: 0644]
pandas/src/klib/khash.h [new file with mode: 0644]
pandas/src/klib/khash_python.h [new file with mode: 0644]
pandas/src/klib/ktypes.h [new file with mode: 0644]
pandas/src/klib/kvec.h [new file with mode: 0644]
pandas/src/msgpack/pack.h [new file with mode: 0644]
pandas/src/msgpack/pack_template.h [new file with mode: 0644]
pandas/src/msgpack/sysdep.h [new file with mode: 0644]
pandas/src/msgpack/unpack.h [new file with mode: 0644]
pandas/src/msgpack/unpack_define.h [new file with mode: 0644]
pandas/src/msgpack/unpack_template.h [new file with mode: 0644]
pandas/src/numpy.pxd [new file with mode: 0644]
pandas/src/numpy_helper.h [new file with mode: 0644]
pandas/src/offsets.pyx [new file with mode: 0644]
pandas/src/parse_helper.h [new file with mode: 0644]
pandas/src/parser/.gitignore [new file with mode: 0644]
pandas/src/parser/Makefile [new file with mode: 0644]
pandas/src/parser/io.c [new file with mode: 0644]
pandas/src/parser/io.h [new file with mode: 0644]
pandas/src/parser/tokenizer.c [new file with mode: 0644]
pandas/src/parser/tokenizer.h [new file with mode: 0644]
pandas/src/period.pyx [new file with mode: 0644]
pandas/src/period_helper.c [new file with mode: 0644]
pandas/src/period_helper.h [new file with mode: 0644]
pandas/src/properties.pyx [new file with mode: 0644]
pandas/src/reduce.pyx [new file with mode: 0644]
pandas/src/skiplist.h [new file with mode: 0644]
pandas/src/skiplist.pxd [new file with mode: 0644]
pandas/src/skiplist.pyx [new file with mode: 0644]
pandas/src/sparse.pyx [new file with mode: 0644]
pandas/src/testing.pyx [new file with mode: 0644]
pandas/src/ujson/lib/ultrajson.h [new file with mode: 0644]
pandas/src/ujson/lib/ultrajsondec.c [new file with mode: 0644]
pandas/src/ujson/lib/ultrajsonenc.c [new file with mode: 0644]
pandas/src/ujson/python/JSONtoObj.c [new file with mode: 0644]
pandas/src/ujson/python/objToJSON.c [new file with mode: 0644]
pandas/src/ujson/python/py_defines.h [new file with mode: 0644]
pandas/src/ujson/python/ujson.c [new file with mode: 0644]
pandas/src/ujson/python/version.h [new file with mode: 0644]
pandas/src/util.pxd [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/common.py [new file with mode: 0644]
pandas/stats/fama_macbeth.py [new file with mode: 0644]
pandas/stats/interface.py [new file with mode: 0644]
pandas/stats/math.py [new file with mode: 0644]
pandas/stats/misc.py [new file with mode: 0644]
pandas/stats/moments.py [new file with mode: 0644]
pandas/stats/ols.py [new file with mode: 0644]
pandas/stats/plm.py [new file with mode: 0644]
pandas/stats/tests/__init__.py [new file with mode: 0644]
pandas/stats/tests/common.py [new file with mode: 0644]
pandas/stats/tests/test_fama_macbeth.py [new file with mode: 0644]
pandas/stats/tests/test_math.py [new file with mode: 0644]
pandas/stats/tests/test_ols.py [new file with mode: 0644]
pandas/stats/tests/test_var.py [new file with mode: 0644]
pandas/stats/var.py [new file with mode: 0644]
pandas/tests/__init__.py [new file with mode: 0644]
pandas/tests/data/categorical_0_14_1.pickle [new file with mode: 0644]
pandas/tests/data/categorical_0_15_2.pickle [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/formats/__init__.py [new file with mode: 0644]
pandas/tests/formats/data/unicode_series.csv [new file with mode: 0644]
pandas/tests/formats/test_format.py [new file with mode: 0644]
pandas/tests/formats/test_printing.py [new file with mode: 0644]
pandas/tests/formats/test_style.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_apply.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_misc_api.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_quantile.py [new file with mode: 0644]
pandas/tests/frame/test_query_eval.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/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/data/s1-0.12.0.pickle [new file with mode: 0644]
pandas/tests/indexes/data/s2-0.12.0.pickle [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_datetimelike.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/indexing/__init__.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_coercion.py [new file with mode: 0644]
pandas/tests/indexing/test_floats.py [new file with mode: 0644]
pandas/tests/indexing/test_indexing.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_apply.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_misc_api.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_quantile.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_subclass.py [new file with mode: 0644]
pandas/tests/series/test_timeseries.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_expressions.py [new file with mode: 0644]
pandas/tests/test_generic.py [new file with mode: 0644]
pandas/tests/test_graphics.py [new file with mode: 0644]
pandas/tests/test_graphics_others.py [new file with mode: 0644]
pandas/tests/test_groupby.py [new file with mode: 0644]
pandas/tests/test_internals.py [new file with mode: 0644]
pandas/tests/test_lib.py [new file with mode: 0644]
pandas/tests/test_msgpack/__init__.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_buffer.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_case.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_except.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_extension.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_format.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_limits.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_newspec.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_obj.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_pack.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_read_size.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_seq.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_sequnpack.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_subtype.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_unpack.py [new file with mode: 0644]
pandas/tests/test_msgpack/test_unpack_raw.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_reshape.py [new file with mode: 0644]
pandas/tests/test_rplot.py [new file with mode: 0644]
pandas/tests/test_stats.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_testing.py [new file with mode: 0644]
pandas/tests/test_tseries.py [new file with mode: 0644]
pandas/tests/test_util.py [new file with mode: 0644]
pandas/tests/test_window.py [new file with mode: 0644]
pandas/tests/types/__init__.py [new file with mode: 0644]
pandas/tests/types/test_dtypes.py [new file with mode: 0644]
pandas/tests/types/test_generic.py [new file with mode: 0644]
pandas/tools/__init__.py [new file with mode: 0644]
pandas/tools/merge.py [new file with mode: 0644]
pandas/tools/pivot.py [new file with mode: 0644]
pandas/tools/plotting.py [new file with mode: 0644]
pandas/tools/rplot.py [new file with mode: 0644]
pandas/tools/tests/__init__.py [new file with mode: 0644]
pandas/tools/tests/cut_data.csv [new file with mode: 0644]
pandas/tools/tests/test_merge.py [new file with mode: 0644]
pandas/tools/tests/test_pivot.py [new file with mode: 0644]
pandas/tools/tests/test_tile.py [new file with mode: 0644]
pandas/tools/tests/test_util.py [new file with mode: 0644]
pandas/tools/tile.py [new file with mode: 0644]
pandas/tools/util.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/base.py [new file with mode: 0644]
pandas/tseries/common.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/index.py [new file with mode: 0644]
pandas/tseries/interval.py [new file with mode: 0644]
pandas/tseries/offsets.py [new file with mode: 0644]
pandas/tseries/period.py [new file with mode: 0644]
pandas/tseries/plotting.py [new file with mode: 0644]
pandas/tseries/resample.py [new file with mode: 0644]
pandas/tseries/tdi.py [new file with mode: 0644]
pandas/tseries/tests/__init__.py [new file with mode: 0644]
pandas/tseries/tests/data/cday-0.14.1.pickle [new file with mode: 0644]
pandas/tseries/tests/data/dateoffset_0_15_2.pickle [new file with mode: 0644]
pandas/tseries/tests/data/daterange_073.pickle [new file with mode: 0644]
pandas/tseries/tests/data/frame.pickle [new file with mode: 0644]
pandas/tseries/tests/data/series.pickle [new file with mode: 0644]
pandas/tseries/tests/data/series_daterange0.pickle [new file with mode: 0644]
pandas/tseries/tests/test_base.py [new file with mode: 0644]
pandas/tseries/tests/test_converter.py [new file with mode: 0644]
pandas/tseries/tests/test_daterange.py [new file with mode: 0644]
pandas/tseries/tests/test_frequencies.py [new file with mode: 0644]
pandas/tseries/tests/test_holiday.py [new file with mode: 0644]
pandas/tseries/tests/test_offsets.py [new file with mode: 0644]
pandas/tseries/tests/test_period.py [new file with mode: 0644]
pandas/tseries/tests/test_plotting.py [new file with mode: 0644]
pandas/tseries/tests/test_resample.py [new file with mode: 0644]
pandas/tseries/tests/test_timedeltas.py [new file with mode: 0644]
pandas/tseries/tests/test_timeseries.py [new file with mode: 0644]
pandas/tseries/tests/test_timeseries_legacy.py [new file with mode: 0644]
pandas/tseries/tests/test_timezones.py [new file with mode: 0644]
pandas/tseries/tests/test_tslib.py [new file with mode: 0644]
pandas/tseries/tests/test_util.py [new file with mode: 0644]
pandas/tseries/timedeltas.py [new file with mode: 0644]
pandas/tseries/tools.py [new file with mode: 0644]
pandas/tseries/util.py [new file with mode: 0644]
pandas/tslib.pxd [new file with mode: 0644]
pandas/tslib.pyx [new file with mode: 0644]
pandas/types/__init__.py [new file with mode: 0644]
pandas/types/api.py [new file with mode: 0644]
pandas/types/concat.py [new file with mode: 0644]
pandas/types/dtypes.py [new file with mode: 0644]
pandas/types/generic.py [new file with mode: 0644]
pandas/util/__init__.py [new file with mode: 0644]
pandas/util/clipboard.py [new file with mode: 0644]
pandas/util/decorators.py [new file with mode: 0644]
pandas/util/doctools.py [new file with mode: 0644]
pandas/util/move.c [new file with mode: 0644]
pandas/util/nosetester.py [new file with mode: 0644]
pandas/util/print_versions.py [new file with mode: 0644]
pandas/util/terminal.py [new file with mode: 0644]
pandas/util/testing.py [new file with mode: 0644]
pandas/util/validators.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/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-py.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.sh [new file with mode: 0755]
test_multi.sh [new file with mode: 0755]
test_perf.sh [new file with mode: 0755]
test_rebuild.sh [new file with mode: 0755]
tox.ini [new file with mode: 0644]
vb_suite/.gitignore [new file with mode: 0644]
vb_suite/attrs_caching.py [new file with mode: 0644]
vb_suite/binary_ops.py [new file with mode: 0644]
vb_suite/categoricals.py [new file with mode: 0644]
vb_suite/ctors.py [new file with mode: 0644]
vb_suite/eval.py [new file with mode: 0644]
vb_suite/frame_ctor.py [new file with mode: 0644]
vb_suite/frame_methods.py [new file with mode: 0644]
vb_suite/generate_rst_files.py [new file with mode: 0644]
vb_suite/gil.py [new file with mode: 0644]
vb_suite/groupby.py [new file with mode: 0644]
vb_suite/hdfstore_bench.py [new file with mode: 0644]
vb_suite/index_object.py [new file with mode: 0644]
vb_suite/indexing.py [new file with mode: 0644]
vb_suite/inference.py [new file with mode: 0644]
vb_suite/io_bench.py [new file with mode: 0644]
vb_suite/io_sql.py [new file with mode: 0644]
vb_suite/join_merge.py [new file with mode: 0644]
vb_suite/make.py [new file with mode: 0755]
vb_suite/measure_memory_consumption.py [new file with mode: 0755]
vb_suite/miscellaneous.py [new file with mode: 0644]
vb_suite/packers.py [new file with mode: 0644]
vb_suite/pandas_vb_common.py [new file with mode: 0644]
vb_suite/panel_ctor.py [new file with mode: 0644]
vb_suite/panel_methods.py [new file with mode: 0644]
vb_suite/parser_vb.py [new file with mode: 0644]
vb_suite/perf_HEAD.py [new file with mode: 0755]
vb_suite/plotting.py [new file with mode: 0644]
vb_suite/reindex.py [new file with mode: 0644]
vb_suite/replace.py [new file with mode: 0644]
vb_suite/reshape.py [new file with mode: 0644]
vb_suite/run_suite.py [new file with mode: 0755]
vb_suite/series_methods.py [new file with mode: 0644]
vb_suite/source/_static/stub [new file with mode: 0644]
vb_suite/source/conf.py [new file with mode: 0644]
vb_suite/source/themes/agogo/layout.html [new file with mode: 0644]
vb_suite/source/themes/agogo/static/agogo.css_t [new file with mode: 0644]
vb_suite/source/themes/agogo/static/bgfooter.png [new file with mode: 0644]
vb_suite/source/themes/agogo/static/bgtop.png [new file with mode: 0644]
vb_suite/source/themes/agogo/theme.conf [new file with mode: 0644]
vb_suite/sparse.py [new file with mode: 0644]
vb_suite/stat_ops.py [new file with mode: 0644]
vb_suite/strings.py [new file with mode: 0644]
vb_suite/suite.py [new file with mode: 0644]
vb_suite/test.py [new file with mode: 0644]
vb_suite/test_perf.py [new file with mode: 0755]
vb_suite/timedelta.py [new file with mode: 0644]
vb_suite/timeseries.py [new file with mode: 0644]
versioneer.py [new file with mode: 0644]