Rodrigo Goya
Rodrigo Goya
Thanks for the quick response, @flying-sheep! I can confirm that updating _pandas-2.2.2_ does fix this. I totally missed this possibility; it's not clear to me why the dots would change...
>One issue that I've found but not yet fixed is related to a feature called [call-site return type inference](https://microsoft.github.io/pyright/#/type-inference?id=call-site-return-type-inference). This is an expensive feature, so it is limited to just...
I have a very similar use case. I work in a large mono repo and we have dvc repos in multiple folders. When working on an analysis I'll be pulling...
I recently ran into something similar to this and have been trying out by coercing the lists myself (`_coerce_stringlist_to_list()`) in the code below. Would this be something that `pandera` should...
> @rgoya does this fit your needs? Are there any features that you need that aren't represented Thanks for setting this up @Wheest ! Description of functionality looks pretty good....
> > Maybe one more flag for your consideration: purging cache to match workspace. > > I think that might already be covered by [`gc`](https://dvc.org/doc/command-reference/gc), e.g., with > > ```...