Import pandas_0.14.1.orig.tar.gz
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 11 Jul 2014 03:38:49 +0000 (03:38 +0000)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 11 Jul 2014 03:38:49 +0000 (03:38 +0000)
commitc4cc0adb2426642b46cb56d2ec679e6047916a76
tree6ee6e381ee48fb5bbbc489ed75eb02421f97bbcd
Import pandas_0.14.1.orig.tar.gz

[dgit import orig pandas_0.14.1.orig.tar.gz]
647 files changed:
.coveragerc [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CONTRIBUTING.md [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/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]
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]
ci/README.txt [new file with mode: 0644]
ci/after_script.sh [new file with mode: 0755]
ci/before_install.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.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/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.6.txt [new file with mode: 0644]
ci/requirements-2.7.txt [new file with mode: 0644]
ci/requirements-2.7_LOCALE.txt [new file with mode: 0644]
ci/requirements-2.7_NUMPY_DEV_1_8_x.txt [new file with mode: 0644]
ci/requirements-2.7_NUMPY_DEV_master.txt [new file with mode: 0644]
ci/requirements-3.2.txt [new file with mode: 0644]
ci/requirements-3.3.txt [new file with mode: 0644]
ci/requirements-3.4.txt [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]
doc/README.rst [new file with mode: 0644]
doc/_templates/autosummary/class.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/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/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/trunc_after.png [new file with mode: 0644]
doc/source/_static/trunc_before.png [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/comparison_with_r.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/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/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/rplot.rst [new file with mode: 0644]
doc/source/sparse.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/timeseries.rst [new file with mode: 0644]
doc/source/tutorials.rst [new file with mode: 0644]
doc/source/v0.10.0.txt [new file with mode: 0644]
doc/source/v0.10.1.txt [new file with mode: 0644]
doc/source/v0.11.0.txt [new file with mode: 0644]
doc/source/v0.12.0.txt [new file with mode: 0644]
doc/source/v0.13.0.txt [new file with mode: 0644]
doc/source/v0.13.1.txt [new file with mode: 0644]
doc/source/v0.14.0.txt [new file with mode: 0644]
doc/source/v0.14.1.txt [new file with mode: 0644]
doc/source/v0.15.0.txt [new file with mode: 0644]
doc/source/v0.4.x.txt [new file with mode: 0644]
doc/source/v0.5.0.txt [new file with mode: 0644]
doc/source/v0.6.0.txt [new file with mode: 0644]
doc/source/v0.6.1.txt [new file with mode: 0644]
doc/source/v0.7.0.txt [new file with mode: 0644]
doc/source/v0.7.1.txt [new file with mode: 0644]
doc/source/v0.7.2.txt [new file with mode: 0644]
doc/source/v0.7.3.txt [new file with mode: 0644]
doc/source/v0.8.0.txt [new file with mode: 0644]
doc/source/v0.8.1.txt [new file with mode: 0644]
doc/source/v0.9.0.txt [new file with mode: 0644]
doc/source/v0.9.1.txt [new file with mode: 0644]
doc/source/visualization.rst [new file with mode: 0644]
doc/source/whatsnew.rst [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]
examples/data/SOURCES [new file with mode: 0644]
examples/finance.py [new file with mode: 0644]
examples/regressions.py [new file with mode: 0644]
ez_setup.py [new file with mode: 0644]
fake_pyrex/Pyrex/Distutils/__init__.py [new file with mode: 0644]
fake_pyrex/Pyrex/Distutils/build_ext.py [new file with mode: 0644]
fake_pyrex/Pyrex/__init__.py [new file with mode: 0644]
pandas/__init__.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/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_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/array.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/datetools.py [new file with mode: 0644]
pandas/core/format.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/matrix.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/hashtable.pxd [new file with mode: 0644]
pandas/hashtable.pyx [new file with mode: 0644]
pandas/index.pyx [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: 0644]
pandas/io/pickle.py [new file with mode: 0644]
pandas/io/pytables.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/banklist.csv [new file with mode: 0644]
pandas/io/tests/data/banklist.html [new file with mode: 0644]
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_utf16.html [new file with mode: 0644]
pandas/io/tests/data/html_encoding/chinese_utf32.html [new file with mode: 0644]
pandas/io/tests/data/html_encoding/chinese_utf8.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/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_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_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/macau.html [new file with mode: 0644]
pandas/io/tests/data/nyse_wsj.html [new file with mode: 0644]
pandas/io/tests/data/salary.table [new file with mode: 0644]
pandas/io/tests/data/spam.html [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_115.dta~1dc157c... Added additional data files for testing alternative Stata file formats [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_115.dta~1dc157c... Added additional data files for testing alternative Stata file formats [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_115.dta~1dc157c... Added additional data files for testing alternative Stata file formats [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/test.xls [new file with mode: 0644]
pandas/io/tests/data/test.xlsm [new file with mode: 0644]
pandas/io/tests/data/test.xlsx [new file with mode: 0644]
pandas/io/tests/data/test1.csv [new file with mode: 0644]
pandas/io/tests/data/test2.csv [new file with mode: 0644]
pandas/io/tests/data/test2.xls [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/test_types.xls [new file with mode: 0644]
pandas/io/tests/data/test_types.xlsx [new file with mode: 0644]
pandas/io/tests/data/times_1900.xls [new file with mode: 0644]
pandas/io/tests/data/times_1904.xls [new file with mode: 0644]
pandas/io/tests/data/tips.csv [new file with mode: 0644]
pandas/io/tests/data/unicode_series.csv [new file with mode: 0644]
pandas/io/tests/data/utf16_ex.txt [new file with mode: 0644]
pandas/io/tests/data/valid_markup.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/generate_legacy_pickles.py [new file with mode: 0644]
pandas/io/tests/test_clipboard.py [new file with mode: 0644]
pandas/io/tests/test_cparser.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_json/__init__.py [new file with mode: 0644]
pandas/io/tests/test_json/data/tsframe_iso_v012.json [new file with mode: 0644]
pandas/io/tests/test_json/data/tsframe_v012.json [new file with mode: 0644]
pandas/io/tests/test_json/test_pandas.py [new file with mode: 0644]
pandas/io/tests/test_json/test_ujson.py [new file with mode: 0644]
pandas/io/tests/test_json_norm.py [new file with mode: 0644]
pandas/io/tests/test_packers.py [new file with mode: 0644]
pandas/io/tests/test_parsers.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.pyx [new file with mode: 0644]
pandas/msgpack.pyx [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/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_libsparse.py [new file with mode: 0644]
pandas/sparse/tests/test_list.py [new file with mode: 0644]
pandas/sparse/tests/test_sparse.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.c [new file with mode: 0644]
pandas/src/period.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_moments.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/iris.csv [new file with mode: 0644]
pandas/tests/data/mindex_073.pickle [new file with mode: 0644]
pandas/tests/data/multiindex_v1.pickle [new file with mode: 0644]
pandas/tests/data/tips.csv [new file with mode: 0644]
pandas/tests/data/unicode_series.csv [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_format.py [new file with mode: 0644]
pandas/tests/test_frame.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_groupby.py [new file with mode: 0644]
pandas/tests/test_index.py [new file with mode: 0644]
pandas/tests/test_indexing.py [new file with mode: 0644]
pandas/tests/test_internals.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_format.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_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_series.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_testing.py [new file with mode: 0644]
pandas/tests/test_tseries.py [new file with mode: 0644]
pandas/tools/__init__.py [new file with mode: 0644]
pandas/tools/describe.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_tools.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/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/tests/__init__.py [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_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/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/misc.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]
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/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_py25.bat [new file with mode: 0644]
scripts/test_py26.bat [new file with mode: 0644]
scripts/test_py27.bat [new file with mode: 0644]
scripts/test_py31.bat [new file with mode: 0644]
scripts/test_py32.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_py25.bat [new file with mode: 0644]
scripts/winbuild_py27.bat [new file with mode: 0644]
scripts/windows_builder/build_26-32.bat [new file with mode: 0644]
scripts/windows_builder/build_26-64.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_33-32.bat [new file with mode: 0644]
scripts/windows_builder/build_33-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.py [new file with mode: 0755]
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/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/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/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]