Niels Bantilan
Niels Bantilan
Hi @sakosha, pandera does not officially support python 3.13 yet, there are changes in the base python typing system that pandera needs to conform to in order to make this...
Feel free to change the title of this issue
Hi @ruancomelli we basically need to implement one of the solutions highlighted in this discussion right here: https://github.com/beartype/beartype/discussions/335#discussioncomment-8712076, probably choice 1, but will need to assess if there are any...
hey @ruancomelli I have a PR here to address your particular issue and then some: #1980 Still need to write docs for what patterns are/aren't supported, but your code snippet...
@sakosha I'll probably fold this into the `0.25.0` release, which I plan on following up fairly quickly (2-3 weeks?) after the `0.24.0` release: I wanted to make the tests more...
hi @deepyaman reviewing this now! would you mind adding a description to this PR?
Curious about the answers to @samhita-alla's questions above. My additional question: - do people typically subclass `tf.data.Dataset` to define their own dataset classes, or is `tf.data.Dataset` the primary class they...
Hi @wolfig this looks like a bug. Do you mind sharing minimally reproducible code?
thanks for the contribution @hugolytics! would you mind following the steps [here](file:///Users/nielsbantilan/git/pandera/docs/_build/CONTRIBUTING.html#dco-signing-commits) to make the DCO check pass?
looks like there's a failing test: https://github.com/unionai-oss/pandera/actions/runs/9997112318/job/27632935647?pr=1743 Please follow the instructions [here](https://pandera.readthedocs.io/en/stable/CONTRIBUTING.html#environment-setup) to run the tests locally