I want to merge a dataframe that contains the attributes "startAltitude" and "endAltitude" with another dataframe that contains "Altitude" and merge it such that Altitude lies in this interval. How do I do that?
Thanks.
I want to merge a dataframe that contains the attributes "startAltitude" and "endAltitude" with another dataframe that contains "Altitude" and merge it such that Altitude lies in this interval. How do I do that?
Thanks.