Commit d6775d6
Replace deprecated categorical dtype detection (#197)
Summary:
Replaced deprecated categorical dtype detection to eliminate pandas warnings during tests.
```text
DeprecationWarning:
is_categorical_dtype is deprecated and will be removed in a future version. Use isinstance(dtype, pd.CategoricalDtype) instead
```
Pull Request resolved: #197
Differential Revision: D88366966
Pulled By: talgalili
fbshipit-source-id: aad43b194c83931ce19acda6ed70275b3cb25de61 parent 4900fa2 commit d6775d6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments