Skip to content

Commit c30b92c

Browse files
yuanx749mroeschke
authored andcommitted
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 <[email protected]> * update * Fix doc warning --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 106f33c commit c30b92c

File tree

131 files changed

+25
-1096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+25
-1096
lines changed

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,18 @@ doc/source/savefig/
137137
# Interactive terminal generated files #
138138
########################################
139139
.jupyterlite.doit.db
140+
141+
# Ignore virtual environments
142+
venv/
143+
pandas-env/
144+
.env/
145+
*.egg-info/
146+
build/
147+
# Ignore compiled files
148+
*.pyc
149+
*.pyo
150+
*.pyd
151+
152+
# Ignore system-specific files
153+
.DS_Store
154+
Thumbs.db

doc/data/iris.data

-151
This file was deleted.

0 commit comments

Comments
 (0)