-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
If there are missing values in the Hierarchy columns, raise an error/warning message. This issue is likely to arise when data isn't tidy i.e., when notes are placed below data in columns.
Either:
- Raise error saying "Fix this - you have missing values"
- Raise warning saying "There were missing values in columns A B C, dropped X rows with missing values"
Potential types of missing values to consider:
- Empty strings
- NA
Reactions are currently unavailable