DOC: follow up #44327, change issue number (#44910) · pandas-dev/pandas@39ccb35 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 39ccb35
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -660,7 +660,7 @@ Conversion | ||
660 | 660 | |
661 | 661 | Strings |
662 | 662 | ^^^^^^^ |
663 | -- Fixed bug in checking for ``string[pyarrow]`` dtype incorrectly raising an ImportError when pyarrow is not installed (:issue:`44327`) | |
663 | +- Fixed bug in checking for ``string[pyarrow]`` dtype incorrectly raising an ImportError when pyarrow is not installed (:issue:`44276`) | |
664 | 664 | - |
665 | 665 | |
666 | 666 | Interval |