~pythonxy/pythonxy-upstream/+git/pandas-github:0.21.x

Last commit made on 2017-12-12
Get this branch:
git clone -b 0.21.x https://git.launchpad.net/~pythonxy/pythonxy-upstream/+git/pandas-github

Branch merges

Branch information

Recent commits

7bb204a... by Tom Augspurger <email address hidden>

RLS: v0.21.1

e5385a4... by Tom Augspurger <email address hidden>

DOC: Add date to whatsnew (#18740)

[ci skip]

(cherry picked from commit 99d384d4f7ef6e2b6cb5a4eebea127e8bddf521b)

2449bb8... by Tom Augspurger <email address hidden>

DOC: Include 0.21.1 whatsnew

1c5f62d... by Tom Augspurger <email address hidden>

DOC: Update relase notes (#18739)

[ci skip]

(cherry picked from commit d23fa5830e6e68dcef5814cf5927df8ff1f99723)

64e565a... by Tom Augspurger <email address hidden>

CFG: Ignore W503

Partial backport of https://github.com/pandas-dev/pandas/pull/18046/files

b02b9d7... by Joris Van den Bossche

DOC: fix options table (#18730)

* DOC: fix options table

* additional fix

(cherry picked from commit 8e34ec8cb92f14667f8e85c21ffaa02ab093f22a)

1062903... by Dave Hirschfeld <email address hidden>

ENH: support non default indexes in writing to Parquet (#18629)

fastparquet automatically names an index 'index' if it doesn't
already have a name

(cherry picked from commit 8d7e8766df87a97b0f4436b6bd84b9782db1a07c)

adf796a... by Hans <email address hidden>

BUG: Fix to_latex with longtable (#17959) (#17960)

closes #17959

(cherry picked from commit e909ea0b2a583bcc9cfe3e759652351d7f0266cb)

0e178f5... by Joris Van den Bossche

Parquet: Add error message for no engine found (#18717)

* patquet.py: Add error message for no engine found

Give a better error message for engine="auto" case when none of the
engines were found installed.

* clean-up to prevent merge conflicts with other PR

(cherry picked from commit b8b108c0c1e76025525d42fe382345ac3e72be62)

95735e0... by Sven <email address hidden>

BUG: Categorical data fails to load from hdf when all columns are NaN (#18652)

(cherry picked from commit 2db1cc098d939b7d7b41e18ad8525d18ad20c1ad)