Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 409 Bytes

File metadata and controls

19 lines (13 loc) · 409 Bytes

formula

Workbench module that runs Excel or Python formula between columns and stores result in a new column

Development

Do the Development Dance:

  1. Run tox and make sure it works
  2. Write a failing test to tests/
  3. Run tox to test it fails
  4. Fix the code until tox passes
  5. Submit a pull request

Deployment

  1. Write an entry to CHANGELOG.md
  2. Run tox one last time
  3. git push