Baselight

Assessing The Presence Of Microplastics In Water

Implications for Human Health and Environmental Sustainability

@kaggle.kirbysasuke_drinking_water

Validation Rules Samples Methodology
@kaggle.kirbysasuke_drinking_water.validation_rules_samples_methodology

  • 4.4 KB
  • 8 rows
  • 4 columns
name

Name

description

Description

severity

Severity

rule

Rule

DOIA unique DOI is given for each manuscript and should have no missing values.error!is.na(DOI) & is_unique(DOI)
Sample Device and Deployment MethodThis should include a description of how the measurement was taken and have no missing values. error!is.na(Sample_device_and_deployment_methods)
DigestionThe digestion fluid used for the lab analysis. This field should have no missing values.error!is.na(Digestion)
FiltrationDescription of the materials used for filtration. error!is.na(Filtration)
Filter SizeThe size of the filtration apparatus. This should have no missing values. error!is.na(Filter_Size)
Microplastic Identification MethodDescription of techniques used to identify the microplastics. error!is.na(Microplastic_Identification_Method)
Spectral AnalysisDescription of spectral techniques used to identify the microplastics. error!is.na(Spectral_Analysis)
ControlsDescription of controls used to prevent contamination and assess recovery. Should have no missing values. error!is.na(Controls)

CREATE TABLE validation_rules_samples_methodology (
  "name" VARCHAR,
  "description" VARCHAR,
  "severity" VARCHAR,
  "rule" VARCHAR
);

Share link

Anyone who has the link will be able to view this.