GithubHelp home page GithubHelp logo

csv-normalizer's Introduction

CSV Normalizer

Usage

Note: tested on macos 11.5 with python 3.9.

  • Installation:

    pip install -r requirements.txt
  • Normalize a csv:

    ./normalize.py < $INPUT_PATH > $OUTPUT_PATH
  • Run tests:

    pip install -r dev-requirements.txt
    pytest tests.py

Notes

  • I didn't try to write especially DRY or abstracted code. If requirements change such that we have to normalize many different formats, we'd likely need to refactor.
  • I decided to print a message to stderr and skip the current row on validation errors. It's possible that some errors should cause the normalizer to crash.
  • I tried to rely on the python stdlib or widely-used third-party libraries where possible. I used the codecs package to handle UTF-8 complications and pendulum for datetimes.
  • The normalize script only reads one line into memory at a time, so it should be able to run over a large input, although it might take a while.

Next steps

  • Dockerize
  • Better test coverage
  • Add integration tests
  • Add property-based tests with hypothesis or similar
  • Enforce type correctness with mypy or similar
  • Generate lockfiles with pip-tools or similar
  • Consider using serialization or validation helpers like marshmallow or pydantic
  • Collect all validation errors for each row rather than bailing after the first error

csv-normalizer's People

Contributors

jmcarp avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.