File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ dtype of the data:
222
222
| ` StringDtype("pyarrow") ` | ` StringDtype(storage="pyarrow", na_value=np.nan) ` | "string" | (2) |
223
223
| ` StringDtype("python") ` | ` StringDtype(storage="python", na_value=np.nan) ` | "string" | (2) |
224
224
| ` StringDtype("pyarrow", na_value=pd.NA) ` | ` StringDtype(storage="pyarrow", na_value=pd.NA) ` | "string[ pyarrow] " | |
225
- | ` StringDtype("python", na_value=pd.NA) ` | ` StringDtype(storage="pyarrow ", na_value=pd.NA) ` | "string[ python] " | |
225
+ | ` StringDtype("python", na_value=pd.NA) ` | ` StringDtype(storage="python ", na_value=pd.NA) ` | "string[ python] " | |
226
226
| ` StringDtype(na_value=pd.NA) ` | `StringDtype(storage="pyarrow"| "python", na_value=pd.NA)` | "string[ pyarrow] " or "string[ python] " | (1) |
227
227
| ` StringDtype("pyarrow_numpy") ` | ` StringDtype(storage="pyarrow", na_value=np.nan) ` | "string[ pyarrow_numpy] " | (3) |
228
228
You can’t perform that action at this time.
0 commit comments