Nicholas Butterly

Results 19 comments of Nicholas Butterly

For example (2), can't you just select the columns you want to validate before collecting?

@fralau Thanks for the help - started tinkering but no luck so far. What I've tried: ``` extra_javascript: - https://cdn.jsdelivr.net/npm/@mermaid-js/layout-elk@11/dist/mermaid-layout-elk.esm.min.mjs ``` ``` extra_javascript: - js/elk-mermaid.js ``` With `js/elk-mermaid.js`: ``` import...

Ran this on the main branch, the error message changes (compared to v0.20.3) to: ``` ImportError: cannot import name 'Check' from partially initialized module 'pandera.api.checks' (most likely due to a...

I'm also getting this same error on a Windows 10 environment.

Seconding this as an issue, it's very unusual to require a `__init__` docstring description if the class already has one.

Still getting this error

Hi @pawamoy, thanks for the reply, though I'm a bit confused where to go from here. I still need a way to add TypedDict items to a docstring in a...

Thanks @pawamoy for the detailed response, I can see how TypedDict makes this difficult 😅 Options 2 or 6 makes the most intuitive sense to me personally, "Other Parameters" seems...