Skip to content

Commit f917ba9

Browse files
committed
BUG: remove spaces (pandas-dev#39189)
1 parent 3023fc0 commit f917ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: doc/source/whatsnew/v1.3.0.rst

-2
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,6 @@ I/O
332332
- :meth:`read_sql` returned an empty generator if ``chunksize`` was no-zero and the query returned no results. Now returns a generator with a single empty dataframe (:issue:`34411`)
333333
- Bug in :func:`read_hdf` returning unexpected records when filtering on categorical string columns using ``where`` parameter (:issue:`39189`)
334334

335-
336-
337335
Period
338336
^^^^^^
339337
- Comparisons of :class:`Period` objects or :class:`Index`, :class:`Series`, or :class:`DataFrame` with mismatched ``PeriodDtype`` now behave like other mismatched-type comparisons, returning ``False`` for equals, ``True`` for not-equal, and raising ``TypeError`` for inequality checks (:issue:`39274`)

0 commit comments

Comments
 (0)