Skip to content

abelsiqueira/IrregularDelimitedFiles.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IrregularDelimitedFiles

Stable Dev Build Status codecov

Initially developed for the part 2 the blog post about speed up Python code with Julia.

The objective of this package is reading files like the one below:

1#1024
271#31,32,33,301
403#99,105

Characteristics:

  • Unknown number of rows;
  • Each row starts with a key integer (TODO: allow other numbers);
  • The key is followed by a char (default #);
  • Following after the key and char, there is an unknown number of char-separated (default ,) integers (TODO: allow other numbers).

We have set up a dataset of files of this type.

Releases

No releases published

Packages

No packages published

Languages