Natarajan Krishnaswami

Results 7 comments of Natarajan Krishnaswami

Would love to see support for pandas ordinals! @jakevdp, ptal?

I think I'm encountering this or a similar bug when I try to parse a union of attrs classes. The [attached testcase](https://github.com/user-attachments/files/16532555/attrs_union.patch) fails when I try to use the second...

@svlandeg what is the next step in the process? How do I get this to be reviewed? (Thanks!)

> convert data to JSON, but also ensure data has valid type I've had good luck using Pydantic's `TypeAdapter` in type decorators for this; it would let you support Pydantic...