rows icon indicating copy to clipboard operation
rows copied to clipboard

A common, beautiful interface to tabular data, no matter the format

Results 104 rows issues
Sort by recently updated
recently updated
newest added

`Table.fields` is currently an `OrderedDict`, but we can't make some operations off of an `OrderedDict`, like deserializing an entire row. We must create a class `Schema`, set it to `Table.schema`...

enhancement
help wanted
utils
rows.table

It woud be awesome to read/write from/to SHP and GeoJSON formats, so we can convert between SHP to GeoJSON, SHP to CSV, CSV to GeoJSON, CSV do SHP etc. It's...

enhancement
help wanted
plugin

- [ ] Create `rows.fields.UUIDField` - [ ] Add support for PostgreSQL

Create an automated way to discover installed plugins and give users the ability to create their own plugins and upload to PyPI without our intervention (like [`nose` does](https://nose.readthedocs.io/en/latest/plugins/writing.html#registering), using setuptools'...

help wanted
plugin

``` rows schema --samples 20000 data/output/prestacaoconta-receitas.csv --format csv schemas/prestacao_contas_receitas.csv /home/rhenanbartels/virtualenvs/eleicoes-brasil/lib/python3.7/site-packages/requests_cache/backends/storage/dbdict.py:9: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop...

[This pdf](https://politica.estadao.com.br/blogs/estadao-verifica/wp-content/uploads/sites/690/2019/10/Ibama.pdf) has a complex 2-table on a single page in page 2. Right now the best result is setting the algorithm to `header-position` but it seems that one still...

is xml supported by the [cmdline converter](http://turicas.info/rows/cli/)? I've tried: ```` $ pip3 install rows[xml] ... $ curl 'http://webservices.ingv.it/fdsnws/event/1/query?starttime=2012-05-29T00:00:00&endtime=2012-05-29T23:59:59' > test.xml $ rows convert test.xml test.json Traceback (most recent call last):...

The row class returined by iterating over `rows.Table` could be a `dict` a `collections.namedtuple` or even a customized class representing that data. We need to provide an way to the...

my name is bernardo and i am brazilian from minas gerais and this is my first time contributing to a great project and i am happy to be doing it....