Patrick Withams
Patrick Withams
### Question What is the best way to integrate data cleaning/parsing logic with Pandera? I have included an example use case and my current solution below, but looking for feedback...
This feature is "planned" for 1.16 (https://www.cvxpy.org/updates/index.html#ecos-deprecation) so this issue can be viewed as a +1 for that plan and a request to expedite it if possible. **Is your feature...
I'm interested in implementing `no-name-in-module` (E0611) and `import-error` (E0401) for pylint (https://github.com/astral-sh/ruff/issues/970). I think this would handle this issue https://github.com/astral-sh/ruff/issues/6327 but as mentioned in that issue thread it might get...
### Description ## Overview The script below works when using an NVIDIA GPU with Jax version 0.4.14, but after upgrading to 0.4.31 (and trying a few other versions in between)...
# Bug Report ## `dvc exp run --queue`: fails with "No such file or directory" on a cache path similar to .dvc/tmp/exps ## Description 1. It appears that `dvc exp...
PR for https://github.com/sharkdp/fd/issues/1744. Total test runtime appears very slightly slower (by ~100ms for me locally), presumably a constant due to the overhead of creating separate binaries for each test file....
I saw https://github.com/sharkdp/fd/issues/382 and was interested in helping out. Specifically regarding https://github.com/sharkdp/fd/issues/382#issuecomment-894977261 I see that integration tests are all under a single `tests/tests.rs`. I took a look at some possible...