Production Report for Pending Leases
Form PR filings for leases that do not have a lease number yet.
What this is
Production reported on leases the Commission has not yet assigned an identifier to. Every volume and disposition column of the Form PR is here, keyed by a production report id rather than a lease number.
It is where the first months of a brand new lease's production live before the lease appears in the regular production data.
How it is laid out
The Railroad Commission publishes this as CSV. Comma-separated text. We decode it into a table you can open anywhere. It has 81 columns and about 221.1K rows.
The columns you will most likely want:
-
production_report_id -
prod_cycle_yyyymm -
crctd_filing_flag -
cmgl_lease_tot_flag -
current_month_flag -
stock_trnsfr_flag
…and 75 more, all documented on the full page.
What we add
Catch production from new leases months before it shows up in the PDQ lease data.
- Decoded out of the Commission's original format into something Excel opens.
- Filterable before you download, so you can take one county instead of the whole state.
Worth knowing before you use it
Upstream has created the table but has not loaded it, so EZRRC serves no rows for it yet.
Rows leave this file once a lease number is assigned; nothing marks the transition.
The full page lists every trap in this dataset.