Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.5k
Commit6a2da7a
BUG: round on object columns no longer raises a TypeError (#61399)
* raise TypeError when Series dtype is object on calling Series.round()* add test* precommit* add github issue reference to test* add bugfix to 2.3 whatsnew* change self._mgr.dtype to self.dtypeCo-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>---------Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>1 parentfe60f43 commit6a2da7a
File tree
3 files changed
+10
-0
lines changed- doc/source/whatsnew
- pandas
- core
- tests/series/methods
3 files changed
+10
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
| 123 | + | |
123 | 124 |
| |
124 | 125 |
| |
125 | 126 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2514 | 2514 |
| |
2515 | 2515 |
| |
2516 | 2516 |
| |
| 2517 | + | |
| 2518 | + | |
2517 | 2519 |
| |
2518 | 2520 |
| |
2519 | 2521 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + |
0 commit comments
Comments
(0)