Commit c128ffa
BUG: Fix style.background_gradient() for nullable dtype (ex: Int64) series with pd.NA values (#50713)
* Fix style.background_gradient() for Int64 series with null values
* Update whatsnew
* Use the correct issue number
* Response to comments: move entry in whatsnew, include github issue in test, and check results against expected values from a regular float series
* Update doc/source/whatsnew/v2.0.0.rst
Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>1 parent 8849f18 commit c128ffa
File tree
3 files changed
+12
-2
lines changed- doc/source/whatsnew
- pandas
- io/formats
- tests/io/formats/style
3 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1080 | 1080 | | |
1081 | 1081 | | |
1082 | 1082 | | |
1083 | | - | |
| 1083 | + | |
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3619 | 3619 | | |
3620 | 3620 | | |
3621 | 3621 | | |
3622 | | - | |
| 3622 | + | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | 3625 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
263 | 273 | | |
264 | 274 | | |
265 | 275 | | |
| |||
0 commit comments