Skip to content

read_html: support "decimal" argument for parsing numbers, like read_csv #12907

Closed
@educhana

Description

@educhana

read_csv has support for declaring the decimal and thousands separator.

read_html is missing the 'decimal' parameter. it'd be useful and more consistent to accept it too.

Example:

pd.read_html(html, thousands='.', decimal=',')

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementIO HTMLread_html, to_html, Styler.apply, Styler.applymap

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions