preview-tabular-data

0.3.2 • Public • Published

preview-tabular-data

Extract the first n lines of tabular dataset.

API

import { head } from 'preview-tabular-data';

head(readable, contentType, opts, (err, head, columns) => {
 // do something with head and columns
});

opts is an object with:

  • nHead, the number of rows to extract for the head (defaults to Infinity).
  • nSample, the number of rows to use to comput the columns description. (defaults to Infinity)

Tests

npm test

Readme

Keywords

Package Sidebar

Install

npm i preview-tabular-data

Weekly Downloads

1

Version

0.3.2

License

MIT

Last publish

Collaborators

  • scienceai
  • sballesteros