ThatTransportationPerson
New member
- Local time
- Yesterday, 15:14
- Joined
- Apr 22, 2022
- Messages
- 17
Hello everyone!
I'm attempting to do a "Gap Analysis" where I look for gaps in our data. Here's an example table:
For California, there is a gap between 4.7 (end mile of second record) and 5 (begin mile of 3rd record). For Florida, there is a gap between 1.4 and 1.6. These gaps would be easy enough to find if they were in the same record, but unfortunately I will have to compare different fields in different records. I'm at a total loss as to how to go about this, or if it is even possible. If anyone has any suggestions, I would be very grateful.
I'm attempting to do a "Gap Analysis" where I look for gaps in our data. Here's an example table:
State | Start Mile | End Mile |
California | 2.6 | 3.5 |
California | 3.5 | 4.7 |
California | 5 | 6.1 |
Florida | 0 | 1.4 |
Florida | 1.6 | 2 |
For California, there is a gap between 4.7 (end mile of second record) and 5 (begin mile of 3rd record). For Florida, there is a gap between 1.4 and 1.6. These gaps would be easy enough to find if they were in the same record, but unfortunately I will have to compare different fields in different records. I'm at a total loss as to how to go about this, or if it is even possible. If anyone has any suggestions, I would be very grateful.