Skip to content

clean_and_validate.py script #2

@ttimbers

Description

@ttimbers

This script should:

  • take three arguments: data path to wdbc.data, data path to wdbc.names , path to write to
  • step 1: read in wdbc.names and extract column names (this should be a function)
  • step 2: read in wdbc.data and rename columns with column names from step 1 (this should be a function)
  • step 3: clean by dropping ID column, relabelling class column labels (this should be in a function)
  • step 4: validate data (using greatexpectations or just exceptions) (this should be a function)

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