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 f9ba6fe commit 9f0ee53Copy full SHA for 9f0ee53
pandas/_libs/src/inference.pyx
@@ -226,7 +226,7 @@ cdef _try_infer_map(v):
226
227
def infer_dtype(object value, bint skipna=False):
228
"""
229
- Effeciently infer the type of a passed val, or list-like
+ Efficiently infer the type of a passed val, or list-like
230
array of values. Return a string describing the type.
231
232
Parameters
0 commit comments