forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.9.0 * tag 'v0.9.0': (43 commits) RLS: Version 0.9.0 final Fix groupby.median documentation BUG: need extra slash on windows for file:// BUG: default pandas.io.data start date 1/1/2000 per docs. close pandas-dev#2011 clean up tests Allow DataFrame.update to accept non DataFrame object and attempt to coerce. ENH: Use given name for DataFrame column name for FRED API BLD: quiet tox warning about missing dep BUG: reset_index fails with MultiIndex in columns pandas-dev#2017 BUG: with_statement in test_console_encode() (3a11f00) broke 2.5 test suite BUG: dict comprehension in (af3e13c) broke 2.6 test suite BUG: Timestamp dayofyear returns day of month pandas-dev#2021 BUG: pandas breaks mpl plot_date DOC: update parsers header, names args doc BUG: read_csv regression, moved date parsing to before type conversions now so can parse yymmdd hhmm format now pandas-dev#1905 Fix naming of ewmvar and ewmstd in documentation DOC: whats new for pandas-dev#2000 ENH: change default header names in read_* functions from X.1, X.2, ... to X0, X1, ... close pandas-dev#2000 TST: make test suite pass cleanly on python 3 with no matplotlib BUG: datetime64 formatting issues in DataFrame.to_csv. close pandas-dev#1993 ...
- Loading branch information
Showing
30 changed files
with
646 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.