lisa.analysis.tasks: Add TASK_UNKNOWN state
Used when the task state is unknown. pandas.NA would have been a great fit, except that there is seemingly no way to make enum.Enum play with it.
Used when the task state is unknown. pandas.NA would have been a great fit, except that there is seemingly no way to make enum.Enum play with it.