Skip to content

Future deprecation in the pandas library when using rule_from_table #44

Closed
@KebPericles

Description

@KebPericles

This is the warning message:

..\fuzzylogic\classes.py:468: FutureWarning: The 'delim_whitespace' keyword in pd.read_table is deprecated and will be removed in a future version. Use `sep='\s+'` instead
  df = pd.read_table(io.StringIO(table), delim_whitespace=True)

Still working, just to prevent

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