Feature Request: Expose more parsing options in html_read #13461
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
Enhancement
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Milestone
I am trying to parse some HTML and would love to have
converters
(https://github.com/pydata/pandas/blob/master/pandas/io/parsers.py#L1582-L1586) exposed to theread_html
function.Is there a reason why more parsing/all parsing options aren't exposed to
TextParser
at https://github.com/pydata/pandas/blob/master/pandas/io/html.py#L631-L634 ?If not, would it be of interest to have a PR that adds this functionality?
The text was updated successfully, but these errors were encountered: