@@ -406,7 +406,7 @@ of all enhancements and bugs that have been fixed in 0.20.1.
406
406
407
407
.. note ::
408
408
409
- This is a combined release for 0.20.0 and and 0.20.1.
409
+ This is a combined release for 0.20.0 and 0.20.1.
410
410
Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils `` routines. (:issue: `16250 `)
411
411
412
412
Thanks
@@ -2918,7 +2918,7 @@ Improvements to existing features
2918
2918
- clipboard functions use pyperclip (no dependencies on Windows, alternative
2919
2919
dependencies offered for Linux) (:issue: `3837 `).
2920
2920
- Plotting functions now raise a ``TypeError `` before trying to plot anything
2921
- if the associated objects have have a dtype of ``object `` (:issue: `1818 `,
2921
+ if the associated objects have a dtype of ``object `` (:issue: `1818 `,
2922
2922
:issue: `3572 `, :issue: `3911 `, :issue: `3912 `), but they will try to convert object
2923
2923
arrays to numeric arrays if possible so that you can still plot, for example, an
2924
2924
object array with floats. This happens before any drawing takes place which
@@ -4082,7 +4082,7 @@ Bug Fixes
4082
4082
columns (:issue: `1943 `)
4083
4083
- Fix time zone localization bug causing improper fields (e.g. hours) in time
4084
4084
zones that have not had a UTC transition in a long time (:issue: `1946 `)
4085
- - Fix errors when parsing and working with with fixed offset timezones
4085
+ - Fix errors when parsing and working with fixed offset timezones
4086
4086
(:issue: `1922 `, :issue: `1928 `)
4087
4087
- Fix text parser bug when handling UTC datetime objects generated by
4088
4088
dateutil (:issue: `1693 `)
@@ -4383,7 +4383,7 @@ Bug Fixes
4383
4383
error (:issue: `1090 `)
4384
4384
- Consistently set name on groupby pieces (:issue: `184 `)
4385
4385
- Treat dict return values as Series in GroupBy.apply (:issue: `823 `)
4386
- - Respect column selection for DataFrame in in GroupBy.transform (:issue: `1365 `)
4386
+ - Respect column selection for DataFrame in GroupBy.transform (:issue: `1365 `)
4387
4387
- Fix MultiIndex partial indexing bug (:issue: `1352 `)
4388
4388
- Enable assignment of rows in mixed-type DataFrame via .ix (:issue: `1432 `)
4389
4389
- Reset index mapping when grouping Series in Cython (:issue: `1423 `)
@@ -5040,7 +5040,7 @@ New Features
5040
5040
- Add `melt ` function to `pandas.core.reshape `
5041
5041
- Add `level ` parameter to group by level in Series and DataFrame
5042
5042
descriptive statistics (:issue: `313 `)
5043
- - Add `head ` and `tail ` methods to Series, analogous to to DataFrame (PR
5043
+ - Add `head ` and `tail ` methods to Series, analogous to DataFrame (PR
5044
5044
:issue: `296 `)
5045
5045
- Add `Series.isin ` function which checks if each value is contained in a
5046
5046
passed sequence (:issue: `289 `)
0 commit comments