Giter Site home page Giter Site logo

csv-tagger's Introduction

CSV tagger

This is a demo project for CSV tagging, that serves as support for the series of posts on ui and ux for small programs started on Aliaume's personal webpage.

Project Description

Given a CSV file with columns containing date, strings, and floats the goal is to add a new column (or edit an existing column) whose content is a string belonging to a finite set. Typically, the input CSV will be a list of bank transactions, and the goal is to assign a category to every transaction. The archetypical example of category being solo or shared expanse.

Why?

The above program is almost one hundred percent about human interface. Indeed, the categories solo or shared cannot be inferred from the input data, and every tag has to be asked to the user. Therefore, the algorithmic content of the program is reduced to its bare minimum: parsing CSV files, writing CSV files, and managing a list of records. This allows us to focus on the human interface, and compare approaches in different languages, without having to fundamentally change the underlying data model.

How?

The repository is organised in terms of sub-folders, one sub-folder corresponds to one way to solve the project's requirements. The different implementations do not need to be code, and their development stage may differ. Every sub-folder contains a README.md file explaining the approach and listing its pros and cons.

Evaluation?

The evaluation, comparison, and list of the approaches remains a work in progress. In an ideal world, you will find below a list of key indicators that discriminates the maturity of the approaches (non-linear edition, state restoration, etc.), together with informal indicators of their usability (easy to install, easy to use, easy to modify, etc.).

csv-tagger's People

Contributors

aliaumel avatar aluminium95 avatar hjonin avatar

Watchers

 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.