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

unicodecsv is not maintained since a while now [1]. It was preferred over standard csv because of the unicode support. Now that Python3 csv module [2] supports it, let's use...

The data inside a JSONB field on PostgreSQL is exported as a textual representation of a Python dict, not as a JSON dump.

bug
plugin

Esse erro rolou quando fui tentar usar o método `closest_same_column` em `rows.plugins.pdf` ![image](https://user-images.githubusercontent.com/17599203/158037306-54b09eab-3a3d-4455-8ffd-fc10df7aec4a.png) Aparentemente [aqui no código](https://github.com/turicas/rows/blob/develop/rows/plugins/plugin_pdf.py#L674) está faltando a parte em que pegamos o o objeto que tem o...

While using `rows` for a project, could not use the `import_from_pdf` function after putting `rows` as a dependency. The solution, ultimately, was to also include `PyMuPDF` and `cached_property` as dependencies...

``` File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/rows/plugins/utils.py", line 20, in from collections import Iterator, OrderedDict ImportError: cannot import name 'Iterator' from 'collections' ``` Maybe this will be fix: ```python try: from collections.abc import Iterator...

[`NULL` values can be confusing](https://www.percona.com/blog/2020/03/05/handling-null-values-in-postgresql/) when analyzing data and there will be some cases where we prefer to add empty values as empty strings instead of `NULL`. The function `pgimport`...

enhancement
cli
plugin
utils

Not even the tests works flawlessly anymore, since **black** only support python 3.6+.

The rows is already installable in 3.7+ environments, but lack tests and explicit declaration of support on PyPI. This PR aims to solve this.

##### SUMMARY Remove the obsolete TODO comment. ##### ISSUE TYPE - Bugfix Pull Request ##### COMPONENT NAME rows/utils.py (line:294) ##### ADDITIONAL INFORMATION The pending task of the TODO comment has...