Well rehabilitations for all wells (prepared with R script in /data-raw/prepare_model_data.R)
Format
A data.frame with 6308 rows and 3 variables:
- well_id
well id, for info
- n_rehab
number of well rehabilitations
- rehab_date
date of well rehabilitation
Examples
head(rehabs, n = 20)
#> # A tibble: 20 × 3
#> # Groups: well_id [8]
#> well_id n_rehab rehab_date
#> <int> <int> <date>
#> 1 40 1 2016-05-11
#> 2 860 1 1994-06-28
#> 3 860 2 1999-12-07
#> 4 860 3 2006-11-28
#> 5 860 4 2008-12-18
#> 6 860 5 2015-01-13
#> 7 860 6 2018-02-12
#> 8 2079 1 1997-07-08
#> 9 3328 1 2003-05-07
#> 10 3328 2 2011-12-16
#> 11 3328 3 2014-08-06
#> 12 8101 1 1996-06-03
#> 13 8101 2 2002-02-13
#> 14 8101 3 2007-07-10
#> 15 9101 1 2007-11-12
#> 16 9690 1 1995-08-09
#> 17 9690 2 2005-03-04
#> 18 10581 1 1994-07-18
#> 19 10581 2 2001-08-24
#> 20 10581 3 2005-06-16