Giter VIP home page Giter VIP logo

datasmells's People

Contributors

auremoser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

harrisj

datasmells's Issues

Outliers

Description of Error: Data can have legit outliers, but sometimes it's more nefarious. Check yourself before you wreck yourself.

Things to look for: Sort or order all applicable fields. Double-check the veracity of any super-high or super-low numbers. Call to confirm with your data source if needed. Related: are there any negative values? This can indicate an import or calculation error. Calculate average and standard deviation of fields and inspect any values that aren't within two or three standard deviations.

Examples:

GeoCoding Fails

Description of Error :
Latitude and longitude are reversed, resulting in the points being in completely the wrong place.
Things to look for :
pick something not near the equator to test. Ideally, you should have an idea of what its lat/long should be
Examples:

The Bed of Procrustes

This is the classic case where there might not be something wrong within the data but the number of rows suggests very strongly that the data was truncated by Excel and is thus incomplete.

Nulls/blanks

Description of Error: Is your data shooting blanks? This can be an import issue.

Things to look for: Search for null or blank values in numeric fields. Pay close attention to fields that are entirely null or blank; this can indicate an import error.

Examples:

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.