Commit fdb17dd
BUG: fix NameError raised when specifying dtype with string having "[pyarrow]" while PyArrow is not installed (pandas-dev#60413)
* Add test
* Fix
* Add note
* Update pandas/tests/dtypes/test_common.py
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
* update
* Fix doc warning
---------
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>1 parent fba7880 commit fdb17dd
File tree
3 files changed
+10
-0
lines changed- doc/source/whatsnew
- pandas
- core/dtypes
- tests/dtypes
3 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| 764 | + | |
764 | 765 | | |
765 | 766 | | |
766 | 767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2344 | 2344 | | |
2345 | 2345 | | |
2346 | 2346 | | |
| 2347 | + | |
| 2348 | + | |
2347 | 2349 | | |
2348 | 2350 | | |
2349 | 2351 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
0 commit comments