irregulardelimitedfiles.jl

Reading of irregular char-separated values

https://github.com/abelsiqueira/irregulardelimitedfiles.jl

Science Score: 28.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Reading of irregular char-separated values

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 4 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

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:

plaintext 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.

Owner

  • Name: Abel Soares Siqueira
  • Login: abelsiqueira
  • Kind: user
  • Location: Amsterdam - The Netherlands
  • Company: Netherlands eScience Center

Citation (CITATION.bib)

@misc{IrregularDelimitedFiles.jl,
	author  = {Abel Soares Siqueira <abel.s.siqueira@gmail.com> and contributors},
	title   = {IrregularDelimitedFiles.jl},
	url     = {https://github.com/abelsiqueira/IrregularDelimitedFiles.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {1}
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 16 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • github-actions[bot] (1)
Top Labels
Issue Labels
Pull Request Labels