Code Monkey home page Code Monkey logo

droprowsbyposition's Introduction

droprowsbyposition

Workbench module that drops specified rows.

Developing

First, get up and running:

  1. python3 ./setup.py test # to test Python
  2. npm install && npm test # to test JavaScript

To add a feature on the Python side:

  1. Write a test in test_droprowsbyposition.py
  2. Run python3 ./setup.py test to prove it breaks
  3. Edit droprowsbyposition.py to make the test pass
  4. Run python3 ./setup.py test to prove it works
  5. Commit and submit a pull request

To add a feature on the JavaScript side:

  1. Write a test in support.test.js
  2. Run npm test to prove it breaks
  3. Edit support.mjs to make the test pass
  4. Run npm test to prove it works
  5. Commit and submit a pull request

To develop continuously on Workbench:

  1. Check out the columnchart repository in a sibling directory to your checked-out Workbench code.
  2. Start Workbench with bin/dev start
  3. In a separate tab in the Workbench directory, run pipenv run ./manage.py develop-module droprowsbyposition
  4. Edit this code; the module will be reloaded in Workbench immediately. In the Workbench website, modify parameters to execute the reloaded code.

For full instructions, see [developing your own modules](https://github.com/CJWorkbench/cjworkbench/wiki/Creating-A-Module)

droprowsbyposition's People

Contributors

adamhooper avatar giorgio93p avatar pierreconti avatar alexgonca avatar jstray avatar

Watchers

James Cloos 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.