We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2b9c commit a2b8cffCopy full SHA for a2b8cff
pandas/core/algorithms.py
@@ -1640,7 +1640,7 @@ def map_array(
1640
If 'ignore', propagate NA values, without passing them to the
1641
mapping correspondence. If 'raise', an error is raised when the
1642
array contains non-NA values which do not exist as keys in the mapping
1643
- correspondance (does not apply to function & dict-like mappers with
+ correspondence (does not apply to function & dict-like mappers with
1644
a '__missing__' attribute).
1645
1646
Returns
0 commit comments