Skip to content

pkonarzewski/data-processors

Repository files navigation

data-processors

Build Status codecov

Toy project to learn how to use pandas and numpy efficiently

Rules of library

  1. Always use vectorised operations for efficiency
  2. Input params should be Series or scalars (that are broadcasted)
  3. Output is Series
  4. Output always have same length as input
  5. Errors are silent and are returned as nulls
  6. Processing funcs assume that data is in correct format, its user responsibility to keep them in correct format, although many modules have func to unify data [usually named: 'unify'].

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages