Skip to content

Commit 7669f6e

Browse files
committed
Fix reading SAS7BDAT files with zero rows (#47116)
* Fix reading SAS7BDAT files with zero rows * Add missing file * Update test_sas7bdat.py
1 parent fcd94b3 commit 7669f6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.5.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ I/O
844844
- :meth:`to_html` now excludes the ``border`` attribute from ``<table>`` elements when ``border`` keyword is set to ``False``.
845845
- Bug in :func:`read_sas` returned ``None`` rather than an empty DataFrame for SAS7BDAT files with zero rows (:issue:`18198`)
846846
- Bug in :class:`StataWriter` where value labels were always written with default encoding (:issue:`46750`)
847+
-
847848

848849
Period
849850
^^^^^^

0 commit comments

Comments
 (0)