Open bbest opened 2 years ago
Standardize naming practices:
*_key
for text identifiers*_id
for integer identifiers*_seq
for integer identifiers that are generated from automatic sequenceFrom explore_db.html (source: explore_db.qmd)
See sections:
is.na(taxon_rank)
(n=34) in species_codes_new
but not species_codes
?taxon_rank == 'None'
?species_codes_new
since missing taxon_rank
for 34 rows that are populated in species_codes
species_codes
to species
id
spccode
spccode
to sp_id
since
ctd_casts.cast_count
=ctd_bottles.cst_cnt
\ recommendation:*.cast_seq
\ 'seq' is short for "sequence" whereas the word "count" suggests how many of something occurred (ie how many casts occurred), whereas the values in this field represent the unique id per cast based on a sequential integer numberctd_bottles.depthm
->depth_m
\ consistently show units as suffix seperated by '_'