nationalparkservice / QCkit

QCkit provides useful functions for data quality control and manipulation including updating data to DarwinCore standards, unit conversions, and data flagging.
https://nationalparkservice.github.io/QCkit/
The Unlicense
5 stars 5 forks source link

update replace_blanks() to accept any input #100

Closed RobLBaker closed 6 months ago

RobLBaker commented 6 months ago

currently, replace_blanks() is a simple function that replaces all blanks with "NA". Some people may prefer a different missing value code. Add the ability for the user to input whatever missing value code the want (but retain "NA" as the default setting).