You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* commit 'v0.8.1-203-g67121af': (193 commits)
BUG: DataFrame column formatting issue in length-truncated column closepandas-dev#1906
BUG: override min/max in DatetimeIndex to function as expected closepandas-dev#1895
BUG: DataFrame mixed-type arithmetic column-wise, fix DataFrame.diff upcasting->object bug closepandas-dev#1896
BUG: treat nobs=1 >= min_periods case in rolling_std/variance as 0 trivially. closepandas-dev#1884
TST: skip to_file test if URLError occurs on some systems
VB: resolve test name conflict and update make script
DOC: minor change to build script to help auto build process
DOC: fixed extlinks in sphinx conf
TST: oops import in wrong place
TST: skip test_console_encode if sys.stdin.encoding is None
TST: unit test for pandas-dev#1902 and default to csv.QUOTE_MINIMAL
Make it possible to set quoting for to_csv
ENH: clean up pandas-dev#1691 changes, rls note
ENH: add more possible bool values to read_csv pandas-dev#1295
BUG: fix rolling_max/min for small inputs and large windows. Add a check that the min_period <= window size. Fixespandas-dev#1897.
Mention Ubuntu for NeuroDebian repository
BUG: don't clobber color keyword in Series.plot, closepandas-dev#1890
DOC: add intersphinx mapping for python library, closepandas-dev#1556
BUG: fix mixed-integer .ix indexing bugs. close#1799
BUG: unicode sheet name in to_excel pandas-dev#1828
...
http://pandas.pydata.org/pandas-docs/stable/io.html#io-dialect
to
http://docs.python.org/library/csv.html#csv.Dialect
using intersphinx
The text was updated successfully, but these errors were encountered: