Giter Club home page Giter Club logo

claq's Introduction

CLAQ

Command-Line Analysis and Query Tools for data

This is (to be) a set of command-line tools for manipulating and transforming data. For the most part, the tools take in data from a file or STDIN as a tab-separated table of numbers, without at header, and returns the data in the same format.

Tools

Final names and tools TBD

Probably these are sub commands on a single command.

  • select or cut- cut, select or manipulate columns
  • sort - reorder rows
  • aggr - group by and aggregate, or do window functions
  • narrow - switch the data from wide to narrow format (a.k.a., stack, melt, normalize)
  • widen - switch the data from narrow to wide format (a.k.a., unstack, pivot, denormalize)
  • where - select rows
  • format - outputs as human-readable text table, markdown, markup, etc.
  • parse - parse into table from various formats
  • plot - generate a plot of the data
  • ...

Format

The general format each command expects and outputs is tab-separated numbers without a header.

This can be altered in a couple ways. First, certain options will allow all commands to read (or output?) code in a slightly different format (e.g., with a header, CSV).

Second, special characters will provide additional information, such they are unlikely to show up unexpectedly, e.g., header and types. In particular, if the first character is !, the first row (excluding the leading !) is treated as a header row.

claq's People

Contributors

jackbenn avatar

Watchers

 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.