Matt Richards

Results 189 comments of Matt Richards

Can I work on this? Edit: I've just submitted a pull request which implements the former of these, the latter doesn't seem useful for my applications but I could also...

Have just run into the same underlying WSL on windows issue trying to use pre-commit (https://github.com/pre-commit/pre-commit), which generates this pre-commit hook after running `pre-commit install`. `INSTALL_PYTHON` is generated based upon...

Just wanted to say I think having `to_model` would be really nice to have. I've been using the SchemaModels side of panderra quite a bit and really like having the...

Hey @cosmicBboy, I'm a contributor to geopandas and coincidentally just started looking at using geopandas with pandera today. But I might be able to give some clarity on those questions...

Just adding on to the above question by @jeffzi > Besides the `GeometryDtype`, are there `GeoDataFrame` specificities that are relevant to schema validation? There are two special `NDFrame._metadata` fields `_metadata...

Hey @cosmicBboy that's basically what I expected to hear - that delgating to pandas is as intended. I will have a look at adding a strict kwarg - that sounds...

I've also wondered about this myself, having switched over to using pyogrio on a project myself while collaborators are still using fiona, and wanting to be able to toggle back...

> If anyone has a link to a dockerfile definition that provides a working container and includes all libraries etc necessary, that would be mega. If not, I will attempt...

@brendan-ward In the fiona -> geopandas case in https://github.com/geopandas/geopandas/pull/2505 we return series of object dtype with the user to then decided how to coerce to a datetime manually - this...

Great to see the progress on shapely 2 and now here as well! > Good point. We can certainly have one release where we still default to pygeos even if...