Mahesh Vashishtha

Results 5 comments of Mahesh Vashishtha

update: seems like a better solution is to have the `SeriesGroupBy` docstring class inherit from the `DataFrameGroupBy` docstring class.

I guess the fix for (2) will change the behavior of (1) so that inheriting from a superclass is not necessary. That makes sense to me.

NOTE when testing this, we have to test both methods and properties, which we override by [replacing the original property](https://github.com/modin-project/modin/blob/e9dbcc127913db77473a83936e8b6bb94ef84f0d/modin/utils.py#L353).

> Maybe he can elaborate further! Let's follow up on #1085.

@ArslanSaleem it looks like snowflake-connector-python[pandas] does not require sqlalchemy at all, and the latest version of snowflake-sqlalchemy seems to allow 2.0.29. As @YarShev , please do let us know which...