File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -656,8 +656,8 @@ def is_dtype_equal(source, target) -> bool:
656
656
Parameters
657
657
----------
658
658
source : type or str
659
- The first dtype to compare
660
- target : dtype
659
+ The first dtype to compare.
660
+ target : type or str
661
661
The second dtype to compare.
662
662
663
663
Returns
@@ -669,9 +669,9 @@ def is_dtype_equal(source, target) -> bool:
669
669
--------
670
670
api.types.is_categorical_dtype : Check whether the provided array or dtype
671
671
is of the Categorical dtype.
672
- pandas. api.types.is_string_dtype : Check whether the provided array or dtype
672
+ api.types.is_string_dtype : Check whether the provided array or dtype
673
673
is of the string dtype.
674
- pandas. api.types.is_object_dtype : Check whether an array-like or dtype is of the
674
+ api.types.is_object_dtype : Check whether an array-like or dtype is of the
675
675
object dtype.
676
676
677
677
Examples
You can’t perform that action at this time.
0 commit comments