Git Product home page Git Product logo

Comments (1)

RobLBaker avatar RobLBaker commented on August 17, 2024

From the people who ran into this problem... maybe the issue is more about R not liking mixed data types than the DPchecker test:

"requested we use NULL for all missing values throughout the dataset, so that is what I did originally. I don't remember exactly what the wording of the warning was that came up from DPchecker, but it had the word "parse" or "parsing" in it. When I went on the github page that lists the functions in DPchecker and searched "parse" the function I landed on was Test data and metadata data formats match — test_dates_parse • DPchecker (nationalparkservice.github.io)". I think when I originally read the function name it I misread "dates" as "data" but when I called problems() for this function it returned to me 4 rows of NULLs in a numeric column that housed cubic feet per second values. This sparked a big conversation surrounding how to represent missing values in different data type columns. (NULL is a character type in R and creates the problem of having multiple data types in 1 column for numeric and datetime columns) We ended up deciding on NULL for missing values in character and categorical columns and NA for missing values in numeric and datetime columns, since NA is neither a character or numeric type in R. Once I changed the NULLs in numeric and datetime columns to NAs it ran through DPchecker just fine."

from dpchecker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.