You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, window points returns a dataframe (let's call it wp) with a list of X and Y points in a particular region [window] of interest. However, there is no easy way to take the returned wp and continue on with your workflow on the original data.
Possible solutions are:
a) having the entire row from original dataframe with the points be returned in wp
b) having the original index from the original dataframe returned,
c) returning a boolean so we can save it as a new column in the original dataframe
Thoughts or tweaks?
The text was updated successfully, but these errors were encountered:
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d.
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Currently, window points returns a dataframe (let's call it
wp
) with a list of X and Y points in a particular region [window] of interest. However, there is no easy way to take the returnedwp
and continue on with your workflow on the original data.Possible solutions are:
a) having the entire row from original dataframe with the points be returned in
wp
b) having the original index from the original dataframe returned,
c) returning a boolean so we can save it as a new column in the original dataframe
Thoughts or tweaks?
The text was updated successfully, but these errors were encountered: