Skip to content

Improve type casting (to_numeric) #17

@rustyBilges

Description

@rustyBilges

To resolve this:

SMARTTDataExtraction\application\utilities.py:226: FutureWarning: errors='ignore' is deprecated and will raise in a future version. Use to_numeric without passing errors and catch exceptions explicitly instead
numeric_df['valueNumber'] = pd.to_numeric(numeric_df['valueNumber'], errors='ignore')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions