chart_me.errors
A collection of custom errors used in Chart Me
helpful url found here: https://www.programiz.com/python-programming/user-defined-exception reminder: default behavior accepts a message
Exceptions
Implementation to track if column not found in pandas |
|
Implementation of error if column is all nulls |
|
Implementation of error if columns has too many nulls |
|
Implementation of error if there's no valid columns to chart |
Module Contents
- exception chart_me.errors.ColumnDoesNotExistsError[source]
Bases:
ExceptionImplementation to track if column not found in pandas
- exception chart_me.errors.ColumnAllNullError[source]
Bases:
ExceptionImplementation of error if column is all nulls