Andrea Palazzi

Results 2 issues of Andrea Palazzi

Hi there, After a lot of debugging I just noticed that the `write_pandas` wrapper is silently discarding rows that contain NaN values. [Here](https://github.com/dolthub/doltpy/blob/ecf23fd333aab37f136973d4f62ee983dbd41340/doltpy/cli/write.py#L46) is the point where this happens. Is...

Hi, I noticed that the `TaskReviewStatus` enum (defined [here](https://github.com/scaleapi/scaleapi-python-client/blob/195b96abd9bc0567f0b5246723db128e04c322b9/scaleapi/tasks.py#L33-L40)) is missing the state `skipped`. However, this may happen during auditing, namely tasks can be skipped and the status will be...