csvreader
CSV reader
A gem for reading tabular data in the comma-separated values (CSV) format
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
178 stars
6 watching
9 forks
Language: Ruby
last commit: over 2 years ago
Linked from 1 awesome list
csvcsv11csvhashcsvrecordexportimportjsonnumericstabtabulartabular-data
Related projects:
Repository | Description | Stars |
---|---|---|
tilo/smarter_csv | A Ruby gem that simplifies the process of reading and writing CSV files by representing data as arrays of hashes. | 1,472 |
data-liberation-front/csvlint.rb | A tool to validate and analyze CSV files | 287 |
tidyverse/vroom | A high-performance CSV and TSV reader that uses indexing and lazy loading to improve reading speed without loading all data at once. | 621 |
jimm/csvlixir | Provides functions to read and write comma-separated value data in Elixir | 33 |
ruby-opencv/ruby-opencv | An OpenCV wrapper for Ruby, allowing developers to easily integrate computer vision capabilities into their Ruby applications. | 814 |
mechatroner/rainbow_csv | A Vim plugin that provides syntax highlighting and query capabilities for CSV and TSV files using a custom SQL-like language | 622 |
theodi/csv2json | Converts comma-separated values to JSON data format | 2 |
red0124/ssp | A fast and versatile CSV parser written in C++ that can convert strings to specific types | 50 |
dehesa/codablecsv | A Swift library for parsing and generating CSV data in rows or using Codable interface. | 461 |
dashbitco/nimble_csv | A lightweight CSV parsing and dumping library for Elixir, providing fast and efficient data processing. | 773 |
p-ranav/csv2 | A fast and efficient CSV parsing library for C++ | 561 |
theodi/csv2rdf | Converts comma-separated values to RDF data format | 4 |
beatrichartz/csv | A library for parsing and encoding CSV files in Elixir. | 499 |
alexhallam/tv | A CLI tool for formatting and displaying tabular data in a visually appealing way. | 2,062 |
tidyverse/readr | Provides fast and friendly way to read rectangular data from delimited files | 1,010 |