-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SNOW-989398: Refactor resample.fillna
to use ASOF Join
#2196
Conversation
Signed-off-by: Naren Krishna <[email protected]>
Signed-off-by: Naren Krishna <[email protected]>
resample.fillna
to use OrderedDataFrame
join
Signed-off-by: Naren Krishna <[email protected]>
Signed-off-by: Naren Krishna <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks Naren!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment, looks good to me.
src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Naren Krishna <[email protected]>
src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py
Outdated
Show resolved
Hide resolved
src/snowflake/snowpark/modin/plugin/_internal/ordered_dataframe.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Naren Krishna <[email protected]>
resample.fillna
to use OrderedDataFrame
joinresample.fillna
to use OrderedDataFrame
join
resample.fillna
to use OrderedDataFrame
joinresample.fillna
to use ASOF Join
Signed-off-by: Naren Krishna <[email protected]>
resample.fillna
to use ASOF Joinresample.fillna
to use ASOF Join
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some small comments
src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Naren Krishna <[email protected]>
src/snowflake/snowpark/modin/plugin/_internal/resample_utils.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Naren Krishna <[email protected]>
SNOW-989398
This PR refactors
resample.fillna()
to use theASOF
Join.