Commit 8b7fd0d
BUG: fix AttributeError raised with pd.concat between a None and timezone-aware Timestamp (#54428)
* BUG: NaT instead of error for timestamp
* Timestamp
* whatsnew entry
* added actual bug test case
* Update test
* Update whatsnew
* Add unit
* Update
* Move whatsnew
---------
Co-authored-by: srkds <[email protected]>1 parent 0de3bcb commit 8b7fd0d
File tree
3 files changed
+15
-1
lines changed- doc/source/whatsnew
- pandas
- core/internals
- tests/reshape/concat
3 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
2304 | 2305 | | |
2305 | 2306 | | |
2306 | 2307 | | |
2307 | | - | |
| 2308 | + | |
| 2309 | + | |
2308 | 2310 | | |
2309 | 2311 | | |
2310 | 2312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
867 | 867 | | |
868 | 868 | | |
869 | 869 | | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
0 commit comments