Import pandas_0.8.0.orig.tar.gz
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 29 Jun 2012 17:02:28 +0000 (17:02 +0000)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 29 Jun 2012 17:02:28 +0000 (17:02 +0000)
commit99ee88aeb64e822f66692b0c7456c0fb07bae8df
tree6b8e84c26e2fc309c7454b880834db4148327dbe
Import pandas_0.8.0.orig.tar.gz

[dgit import orig pandas_0.8.0.orig.tar.gz]
367 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
NP_LICENSE.txt [new file with mode: 0644]
README.rst [new file with mode: 0644]
RELEASE.rst [new file with mode: 0644]
TODO.rst [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/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]
doc/data/baseball.csv [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/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/_static/stub [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/computation.rst [new file with mode: 0644]
doc/source/conf.py [new file with mode: 0644]
doc/source/dsintro.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 [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/overview.rst [new file with mode: 0644]
doc/source/r_interface.rst [new file with mode: 0644]
doc/source/related.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/themes/agogo/layout.html [new file with mode: 0644]
doc/source/themes/agogo/static/agogo.css_t [new file with mode: 0644]
doc/source/themes/agogo/static/bgfooter.png [new file with mode: 0644]
doc/source/themes/agogo/static/bgtop.png [new file with mode: 0644]
doc/source/themes/agogo/theme.conf [new file with mode: 0644]
doc/source/timeseries.rst [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/visualization.rst [new file with mode: 0644]
doc/source/whatsnew.rst [new file with mode: 0644]
doc/sphinxext/LICENSE.txt [new file with mode: 0755]
doc/sphinxext/MANIFEST.in [new file with mode: 0755]
doc/sphinxext/README.txt [new file with mode: 0755]
doc/sphinxext/__init__.py [new file with mode: 0755]
doc/sphinxext/comment_eater.py [new file with mode: 0755]
doc/sphinxext/compiler_unparse.py [new file with mode: 0755]
doc/sphinxext/docscrape.py [new file with mode: 0755]
doc/sphinxext/docscrape_sphinx.py [new file with mode: 0755]
doc/sphinxext/ipython_console_highlighting.py [new file with mode: 0644]
doc/sphinxext/ipython_directive.py [new file with mode: 0644]
doc/sphinxext/numpydoc.py [new file with mode: 0755]
doc/sphinxext/only_directives.py [new file with mode: 0755]
doc/sphinxext/phantom_import.py [new file with mode: 0755]
doc/sphinxext/plot_directive.py [new file with mode: 0755]
doc/sphinxext/setup.py [new file with mode: 0755]
doc/sphinxext/tests/test_docscrape.py [new file with mode: 0755]
doc/sphinxext/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/compat/__init__.py [new file with mode: 0644]
pandas/compat/scipy.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/categorical.py [new file with mode: 0644]
pandas/core/common.py [new file with mode: 0644]
pandas/core/daterange.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/panel.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/info.py [new file with mode: 0644]
pandas/io/__init__.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/parsers.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/tests/__init__.py [new file with mode: 0644]
pandas/io/tests/legacy.h5 [new file with mode: 0644]
pandas/io/tests/salary.table [new file with mode: 0644]
pandas/io/tests/test.xls [new file with mode: 0644]
pandas/io/tests/test.xlsx [new file with mode: 0644]
pandas/io/tests/test1.csv [new file with mode: 0644]
pandas/io/tests/test2.csv [new file with mode: 0644]
pandas/io/tests/test2.xls [new file with mode: 0644]
pandas/io/tests/test3.xls [new file with mode: 0644]
pandas/io/tests/test_date_converters.py [new file with mode: 0644]
pandas/io/tests/test_parsers.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_yahoo.py [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/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/sandbox/stats/__init__.py [new file with mode: 0644]
pandas/sandbox/stats/rls.py [new file with mode: 0644]
pandas/setup.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/cppsandbox.pyx [new file with mode: 0644]
pandas/src/data_algos.pyx [new file with mode: 0644]
pandas/src/datetime.pxd [new file with mode: 0644]
pandas/src/datetime.pyx [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/engines.pyx [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/groupby.pyx [new file with mode: 0644]
pandas/src/hashtable.pxd [new file with mode: 0644]
pandas/src/hashtable.pyx [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.h [new file with mode: 0644]
pandas/src/khash.pxd [new file with mode: 0644]
pandas/src/ktypes.h [new file with mode: 0644]
pandas/src/kvec.h [new file with mode: 0644]
pandas/src/moments.pyx [new file with mode: 0644]
pandas/src/ms_inttypes.h [new file with mode: 0644]
pandas/src/ms_stdint.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/period.c [new file with mode: 0644]
pandas/src/period.h [new file with mode: 0644]
pandas/src/plib.pyx [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/reindex.pyx [new file with mode: 0644]
pandas/src/sandbox.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/stats.pyx [new file with mode: 0644]
pandas/src/stdint.h [new file with mode: 0644]
pandas/src/tseries.pyx [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/unicode_series.csv [new file with mode: 0644]
pandas/tests/test_algos.py [new file with mode: 0644]
pandas/tests/test_common.py [new file with mode: 0644]
pandas/tests/test_factor.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_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_internals.py [new file with mode: 0644]
pandas/tests/test_multilevel.py [new file with mode: 0644]
pandas/tests/test_ndframe.py [new file with mode: 0644]
pandas/tests/test_panel.py [new file with mode: 0644]
pandas/tests/test_reshape.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_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/tests/__init__.py [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/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/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_cursor.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_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_timeseries.py [new file with mode: 0644]
pandas/tseries/tests/test_timezones.py [new file with mode: 0644]
pandas/tseries/tests/test_util.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/util/__init__.py [new file with mode: 0644]
pandas/util/clipboard.py [new file with mode: 0644]
pandas/util/compat.py [new file with mode: 0644]
pandas/util/counter.py [new file with mode: 0644]
pandas/util/decorators.py [new file with mode: 0644]
pandas/util/map.py [new file with mode: 0644]
pandas/util/misc.py [new file with mode: 0644]
pandas/util/py3compat.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/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/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/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/winbuild_py25.bat [new file with mode: 0644]
scripts/winbuild_py27.bat [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_rebuild.sh [new file with mode: 0755]
tox.ini [new file with mode: 0644]
ts_todo.txt [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/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/index_object.py [new file with mode: 0644]
vb_suite/indexing.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/miscellaneous.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/parser.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: 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/suite.py [new file with mode: 0644]
vb_suite/test.py [new file with mode: 0644]
vb_suite/timeseries.py [new file with mode: 0644]