I have >200000 rows of environmental data. some rows have data for temperature, others have data for turbidity and others have data for water flow.
Some measurements have been taken on the same day, at the same location.
How can I match my variables from different rows which share the same location and date?
Here is an example of my current data:
Sampling Point | Date and Time | Measurement | value | unit |
here is how I would like it:
Sampling point | Date and Time | Temperature | Turbidity | Flow |