James McKinney

Results 548 comments of James McKinney

Hi Stephen, the current discussions don't meet my expectations for standard development, from my experience as an invited expert to the [W3C Government Linked Data Working Group](https://www.w3.org/2011/gld/wiki/Main_Page), as a co-author...

@timgdavies Can you share your evaluation / analysis of PROV-O? I wonder if maybe there is a way to use it as 'PROV-O-lite'. In JSON-LD representations, it's often possible to...

Can you link to the docs for that `Delta` field?

That link reuses Schema.org's [Dataset](http://schema.org/Dataset) and related classes, which are based on [DCAT](http://www.w3.org/TR/vocab-dcat/).

Is this a modeling issue or a data API / transfer issue? To me, this would be similar to offering a bulk download with a checksum. The checksum is useful...

@ScatteredInk I don't expect people to write JSON or XML by hand, though. Isn't something like a "Total" column more the responsibility of a UI or CMS than of the...

@ScatteredInk Nevermind, I see the use case now.

You have initial spaces after the delimiters (commas), so you need to use `-S` (`--skipinitialspace`). Your data also is unusual (what looks like Python dictionaries containing commas), so Python's CSV...

Ah, yes. Why do you need it to be an int instead of a float with `.0`? Edit: Agate (on which csvkit relies) stores numbers as decimals. When serializing to...