Hello all,
New guy here asking some very basic questions, thank you for any help
.
I want to know how to "connect/link" a .csv file of only gas well locations to a separate .csv file containing data about the gas wells.
The gas well location .csv file has a single row for each gas well and its location. This is an example of that data. https://imgur.com/a/5vXYbrt
The second .csv file contains information about each gas well's production by year. In this .csv file each year has its own row. This is an example of that data; https://imgur.com/a/eJ3h0o0
If you notice the "record_number" column appears on both .csv files.
I can currently display in my dashboard webmap the location of each gas well. My question is how can I now "connect/link" the data in the second .csv file to the points on the map?
My end goal is when I select a single gas well I obtain bar graph widget showing that single gas wells production by year, but when I select multiple gas wells I obtain a bar graph widget showing the average of all gas wells selected production by year.
Like I said I am new here and I honestly just don't know the steps involved in doing this at all, but I hope some kind stranger would be willing to help me out. If anybody would be willing to make a short .gif or youtube video, even without audio, showing me how to do this I would forever be thankful.
I am attaching a very small amount of data from my total number of gas wells which is about 600 wells in total if anybody would like to experiment with this data.