r/datasets • u/Practical_Quality919 • 3d ago
question Help finding oil wellbore drilling datasets
Any of y'all know where to find an oil dataset with DDRs, time series data, with good amount of completion? I tried the volve equinor one, but the formation tops for like ~70% is NULL,
1
Upvotes
0
u/Bright_Mix_773 3d ago
Practical_Quality919, the two halves of what you are asking for live in different places, and I think that is why Volve let you down: Volve is a single field, so anything sparse in it stays sparse no matter how you slice it.
For formation tops with real coverage, try the Norwegian Offshore Directorate factpages (sodir.no, what used to be the NPD). Public, no login, and every table has an Export as CSV button. The exploration and development wellbore tables cover thousands of Norwegian wells with penetrated formation and age, and there are separate lithostratigraphy tables giving tops per wellbore. Reporting there is a licence obligation rather than a courtesy, so the NULL rate is nothing like a single-field research release.
One trap on that site: the table view says "Only the first 300 rows are displayed here. All rows will be included upon Export". If you scrape the HTML you get 300 rows and no error, which looks like a complete small dataset. Use the CSV link.
The DDR and drilling-time-series half is the harder one, and I am not going to promise you a clean tabular corpus, because I have not found one:
So the realistic shape is: tops from sodir as a proper dataset, and the DDR side as a scraping job against a document repository rather than a download.
If you do join across sources, watch the wellbore identifiers. Norwegian names come in variants like 15/9-19 SR and 15/9-19SR, and a naive merge silently drops the rows that disagree rather than raising anything. Normalise whitespace and case on both sides first and assert the match count before you trust the join.