Skip to content

Commit 98d7f69

Browse files
Added a what's new entry.
1 parent cb066a1 commit 98d7f69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/whatsnew/v1.1.0.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1118,6 +1118,7 @@ Other
11181118
- :class:`IntegerArray` now implements the ``sum`` operation (:issue:`33172`)
11191119
- Bug in :class:`Tick` comparisons raising ``TypeError`` when comparing against timedelta-like objects (:issue:`34088`)
11201120
- Bug in :class:`Tick` multiplication raising ``TypeError`` when multiplying by a float (:issue:`34486`)
1121+
- Passing a `set` as `names` argument to :func:`pandas.read_csv`, :func:`pandas.read_table`, or :func:`pandas.read_fwf` will raise ``ValueError: Names should have consistent ordering. Consider a list instead.`` (:issue:`34946`)
11211122

11221123
.. ---------------------------------------------------------------------------
11231124

0 commit comments

Comments
 (0)