Going deeper
Showcase
- (Portuguese) How rows is helping make Brazilian data more accessible
- (Portuguese) Talk (videos + slides) on rows by Álvaro Justen
Related and Similar Projects
- (Article) Data science at the command-line
- Ghost.py
- OKFN's goodtables
- OKFN's messytables
- Pipe
- Recorde
- TableFactory
- Tabula
- continuous-docs
- csvcat
- csvstudio
- dataconverters
- dateparser
- django-import-export
- extruct
- grablib
- import.io
- libextract
- libextract
- multicorn
- odo
- pandashells (and pandas DataFrame)
- parse
- proof
- records
- schema
- scrapelib
- scrapy
- screed
- selection
- streamtools
- table-extractor
- tablib
- telega-mega-import
- textql
- texttables
- validictory
- validr
- visidata
- webscraper.io
Known Issues
- Create a better plugin interface so anyone can benefit of it
- Create an object to represent a set of
rows.Table
s, likeTableSet
- Performance: the automatic type detection algorithm can cost time: it
iterates over all rows to determine the type of each column. You can disable
it by passing
samples=0
to anyimport_from_*
function or either changing the number of sample rows (any positive number is accepted). - Code design issues