Commit History

Autor SHA1 Mensaxe Data
  Jason Grout a9f274425e Remove unnecessary typings. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 94695eb94d Export model and parsing functions. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 4aa2ee927e Update packages with jlpm run integrity. %!s(int64=7) %!d(string=hai) anos
  Jason Grout d07c0ef4db Clean up comments and documentation for the model. Make a model dispose method. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 3a98c9d453 Clean up parsing file, add lots of comments and documentation. %!s(int64=7) %!d(string=hai) anos
  Jason Grout b0f1a3f0d9 Clean up model caching so that we only retrieve rows that we haven’t retrieved before. %!s(int64=7) %!d(string=hai) anos
  Jason Grout ae1b102285 Delay the async parsing slightly to give a chance for the UI to update. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 1c6c5f7895 Enable header processing. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 87c6679a76 Merge branch 'master' into csvoffset %!s(int64=7) %!d(string=hai) anos
  Jason Grout 092b947f1b Add fallback to noquotes parser, clean up typings and code. %!s(int64=7) %!d(string=hai) anos
  Jason Grout a709e2c60b Introduce quote and line delimiter arguments in full parser. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 2845cddbf9 Fix noquote parser bugs. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 636a8d2f83 Fix field slicing and postprocessing. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 7fa303f6a8 Fix quote parser switching %!s(int64=7) %!d(string=hai) anos
  Jason Grout 9f15e5daba Add guessing of row delimiter. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 616ad44a2d Clean up interface for choosing the parser. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 204847f8f1 Initial version of csv parser without quotes. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 251e8e0fbe Parse only the first screenful of rows initially, and later update with the full parse. %!s(int64=7) %!d(string=hai) anos
  Jason Grout b502022ca5 Default regex to false. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 44f1d69cab Add row/column numbers in the header. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 84b93ed68c Fix quoted field check. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 07e13c1aec Only replace the escaped quotes if we have one. %!s(int64=7) %!d(string=hai) anos
  Jason Grout b5331be91e Cache all column offsets if they take up less than 128M. %!s(int64=7) %!d(string=hai) anos
  Steven Silvester b9d8c4c61f Merge branch 'master' of https://github.com/jupyterlab/jupyterlab %!s(int64=7) %!d(string=hai) anos
  Steven Silvester 689f24c85e bump coretuils version %!s(int64=7) %!d(string=hai) anos
  Jason Grout 6c35db5e62 WIP col offset cache. %!s(int64=7) %!d(string=hai) anos
  Steven Silvester 4d7e404622 Fix python tests for tornado 5 (#4121) %!s(int64=7) %!d(string=hai) anos
  Jason Grout 66c4cb380d Add parsing options to return row offsets, or column offsets, as well as a max number of rows or set number of columns. %!s(int64=7) %!d(string=hai) anos
  Jason Grout 5661d7f699 WIP - parse and create the field offset array inline for speed. %!s(int64=7) %!d(string=hai) anos
  Jason Grout ad5c007d7b WIP DSV model %!s(int64=7) %!d(string=hai) anos