@@ -406,7 +406,7 @@ of all enhancements and bugs that have been fixed in 0.20.1.
406406
407407.. note ::
408408
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.
410410 Version 0.20.1 contains one additional change for backwards-compatibility with downstream projects using pandas' ``utils `` routines. (:issue: `16250 `)
411411
412412Thanks
@@ -2918,7 +2918,7 @@ Improvements to existing features
29182918- clipboard functions use pyperclip (no dependencies on Windows, alternative
29192919 dependencies offered for Linux) (:issue: `3837 `).
29202920- 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 `,
29222922 :issue: `3572 `, :issue: `3911 `, :issue: `3912 `), but they will try to convert object
29232923 arrays to numeric arrays if possible so that you can still plot, for example, an
29242924 object array with floats. This happens before any drawing takes place which
@@ -4082,7 +4082,7 @@ Bug Fixes
40824082 columns (:issue: `1943 `)
40834083- Fix time zone localization bug causing improper fields (e.g. hours) in time
40844084 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
40864086 (:issue: `1922 `, :issue: `1928 `)
40874087- Fix text parser bug when handling UTC datetime objects generated by
40884088 dateutil (:issue: `1693 `)
@@ -4383,7 +4383,7 @@ Bug Fixes
43834383 error (:issue: `1090 `)
43844384- Consistently set name on groupby pieces (:issue: `184 `)
43854385- 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 `)
43874387- Fix MultiIndex partial indexing bug (:issue: `1352 `)
43884388- Enable assignment of rows in mixed-type DataFrame via .ix (:issue: `1432 `)
43894389- Reset index mapping when grouping Series in Cython (:issue: `1423 `)
@@ -5040,7 +5040,7 @@ New Features
50405040- Add `melt ` function to `pandas.core.reshape `
50415041- Add `level ` parameter to group by level in Series and DataFrame
50425042 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
50445044 :issue: `296 `)
50455045- Add `Series.isin ` function which checks if each value is contained in a
50465046 passed sequence (:issue: `289 `)
0 commit comments