You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add support for storage_options in pd.read_html (#52620)
* Add support for storage_options in pd.read_html
* Run pre-commit
* Run pre-commit
* Replace call to urlopen with _get_filepath_or_buffer, update whatsnew
* Replace defined function with lambda func for read_html
* Remove unused function
* Change expected type for 'obj' param in _read()
Signed-off-by: serhatgktp <[email protected]>
* Remove unnecessary comment
* Add missing space to fix workflow error
Signed-off-by: serhatgktp <[email protected]>
* Delete trailing whitespaces
---------
Signed-off-by: serhatgktp <[email protected]>
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v2.1.0.rst
+1
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,7 @@ Other enhancements
141
141
- :meth:`MultiIndex.sortlevel` and :meth:`Index.sortlevel` gained a new keyword ``na_position`` (:issue:`51612`)
142
142
- :meth:`arrays.DatetimeArray.map`, :meth:`arrays.TimedeltaArray.map` and :meth:`arrays.PeriodArray.map` can now take a ``na_action`` argument (:issue:`51644`)
143
143
- :meth:`arrays.SparseArray.map` now supports ``na_action`` (:issue:`52096`).
144
+
- :meth:`pandas.read_html` now supports the ``storage_options`` keyword when used with a URL, allowing users to add headers the outbound HTTP request (:issue:`49944`)
144
145
- Add :meth:`diff()` and :meth:`round()` for :class:`Index` (:issue:`19708`)
145
146
- Add dtype of categories to ``repr`` information of :class:`CategoricalDtype` (:issue:`52179`)
146
147
- Added to the escape mode "latex-math" preserving without escaping all characters between "\(" and "\)" in formatter (:issue:`51903`)
0 commit comments