Combination of piso functions to create dataframe of last inspection dates for intervals of an asset? #67
-
Hi, I'm struggling with the right combo of piso functions to perform the following analysis: Let's say I have a length of road with mile markers as such: And let's say I have a record of inspections like so: The table/dataframe "all_df" representing these inspections would look like: The dataframe "recent_df" with most recent inspections would look like: Would this be some operation involving .split() and .intersection()? Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Chris, Let's take this to stackoverflow. Can you create a post with the following tags: use this snippet for creating the all_df dataframe:
You can then either tag me: or just post the link here. |
Beta Was this translation helpful? Give feedback.
-
Hi venaturum, Thanks a bunch, I've posted here: |
Beta Was this translation helpful? Give feedback.
Hi venaturum,
Thanks a bunch, I've posted here:
https://stackoverflow.com/questions/79433821/combination-of-piso-functions-to-create-dataframe-of-last-inspection-dates-for-i