chrispijo

Results 4 issues of chrispijo

I am not sure if this is the place but I mention it anyway. There is a broken link on the PyPI-page of `pandas-schema`. It still links to https://tmiguelt.github.io/PandasSchema/ while...

bug

Proposed new method to solve the issue with the validation method IsDTypeValidation. This method also indicates which rows are not valid.

Hi. I am trying to confirm if all values in a Pandas-column are off type string. Doing this with `IsDtypeValidation` returns the error `TypeError: Cannot interpret 'StringDtype' as a data...

bug

Hi. When I try to list the images that are inside a worksheet, it returns back the same id and path for each image. See code snippet below. I am...