Skip to content

Commit 13b57cd

Browse files
cpcloudgfyoung
authored andcommitted
ENH: Add skipna parameter to infer_dtype (pandas-dev#17066)
Currently defaults to False for backwards compatibility. Will default to True in the future. Closes pandas-devgh-17059.
1 parent 920a577 commit 13b57cd

File tree

3 files changed

+358
-225
lines changed

3 files changed

+358
-225
lines changed

doc/source/whatsnew/v0.21.0.txt

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ New features
2424
<https://www.python.org/dev/peps/pep-0519/>`_ on most readers and writers (:issue:`13823`)
2525
- Added ``__fspath__`` method to :class:`~pandas.HDFStore`, :class:`~pandas.ExcelFile`,
2626
and :class:`~pandas.ExcelWriter` to work properly with the file system path protocol (:issue:`13823`)
27+
- Added ``skipna`` parameter to :func:`~pandas.api.types.infer_dtype` to
28+
support type inference in the presence of missing values (:issue:`17059`).
2729

2830

2931
.. _whatsnew_0210.enhancements.infer_objects:

0 commit comments

Comments
 (0)