datalib icon indicating copy to clipboard operation
datalib copied to clipboard

JavaScript data utility library.

Results 15 datalib issues
Sort by recently updated
recently updated
newest added

Detected in a downstream MediaWiki extension and reported in their bug tracker [here](https://phabricator.wikimedia.org/T304028). Thanks to Lucas Werkmeister for locating the offending upstream method.

Given the following TSV file, datalib is inferring the `name` column to be a number. Example TSV: ``` owner_slug slug aggregate name square_footage company_demo 1bf8caed-89d0-4547-b1f9-feac7d72e91b TRUE Restaurant 11057 3000 ```...

Hi, I have i data set which includes a coloumn called Country and naturally consists of a list of countries. I would like to join (assuming via 'lookup' and 'key'...

Hey all, This library has been extremely useful, but I'm hitting an issue with the histogram method. A simple reproduction is available here: https://observablehq.com/d/cfefd9c0c388f478 The issue is that the `value`s...

bug

it's of course possible to write files with `fs`, but maybe it would be nice to have writing files pare of datalib as well?

Shortest working example: ``` var test = [{"5.a": 0, "a":1},{"5.a": 2, "a":3}]; dl.summary(test); ```

bug

Hello, I'm having difficulties in understanding how to use your library. I would like to load a csv file and then get the unique value in a column. but this...

Saw [this](https://github.com/vega/compassql/blob/master/src/schema.ts#L111-L122) in compass, and thought it was worth pushing upstream. Tests still in progress.

Any chance you'd consider adding another data format for [ndjson](http://ndjson.org/)?

Is there anyone working on a typescript definition file?