[DEPR]: Remove literal string/bytes input from read_excel, read_html, and read_xml · Issue #53767 · pandas-dev/pandas (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@wence-

Description

@wence-

Following on from #52271 and #53409 (and to close out #5924), here is the state of play for IO routines in terms of what they accept as input

So some, but not all, of the textual formats support reading literally, some support reading bytes as well as strings, and some of the binary formats support reading literal bytes.

Having deprecated literal input to read_json I suggest it makes sense to therefore also do so for: