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

https://www.postgresql.org/docs/current/static/ddl-schemas.html

>>> import magic Traceback (most recent call last): File "", line 1, in File "/Users/rajdeepsharma/.virtualenvs/charenc/lib/python2.7/site-packages/magic.py", line 61, in _open = _libraries['magic'].magic_open File "/usr/local/Cellar/python/2.7.14/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 379, in __getattr__ func = self.__getitem__(name)...

docs

Convert a string made of a number and a [currency symbol](https://en.wikipedia.org/wiki/Currency_symbol#List_of_presently-circulating_currency_symbols) to float or to a Currency Type. I think that we should write a simple version of this converter...

enhancement
help wanted
question
rows.fields

Also enhance `rows schema`. - http://dataprotocols.org/json-table-schema/ - https://api.census.gov/data/2016/pep/population/variables.html - https://en.wikipedia.org/wiki/Data_dictionary

enhancement
help wanted
plugin

The [old MySQL plugin version](https://github.com/turicas/rows/blob/develop/to-do/plugin_mysql.py) should be ported to use the new `rows` internal API. To migrate to the new API one could use the SQLite plugin as the base,...

enhancement
help wanted
plugin

@fccoelho wrote: "Add the option to add an auto-incremented PK when outputting to relational databases. This is relevant since certain highly used ORMs, such as SQLAlchemy require tables to have...

enhancement
plugin

Requirement: #133.

enhancement
help wanted
cli
plugin

Currently we use two data types to represent something that could be represented in one class. The first is the `fields` parameter received by `import_from_*` (which are passed to `utils.create_table`),...

enhancement
help wanted
question
rows.fields

Equivalent to `join` but with no `keys`. Like `pandas.concat`.

enhancement
utils