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:
656656 Parameters
657657 ----------
658658 source : type or str
659- The first dtype to compare
660- target : dtype
659+ The first dtype to compare.
660+ target : type or str
661661 The second dtype to compare.
662662
663663 Returns
@@ -669,9 +669,9 @@ def is_dtype_equal(source, target) -> bool:
669669 --------
670670 api.types.is_categorical_dtype : Check whether the provided array or dtype
671671 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
673673 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
675675 object dtype.
676676
677677 Examples
You can’t perform that action at this time.
0 commit comments