Closed bpbond closed 3 months ago
Code looks good! 🎉 Can you post the column descriptions (fourth checkbox above) here?
Info added by @w-alanna in 6a1099e :
Column | Description |
---|---|
research_name |
name of the sensor/what data the sensor is collecting |
n_NA |
number of rows missing data for a specfic date and data sensor |
average |
average of the data for specfic date and data sensor (excluding rows missing data) |
stdev |
standard deviation of the data for specfic date and data sensor (excluding rows missing data) |
mad |
median standard deviation of the data for specfic date and data sensor (excluding rows missing data) |
site |
name of the site the data was collected on |
pct_NA |
percentage of the rows missing data for a specfic date and data sensor |
v1-0
version of the data -- obviously test first locallyN_NA
represents the number of missingValue
values for eachresearch_name
and day (?)