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.psycopg.org/docs/cursor.html#cursor.copy_expert

According to the python3.9 changelog, the encoding argument to json.loads has been deprecated since python 3.1.

- [Feather File Format](https://arrow.apache.org/docs/python/feather.html) - [pyarrow](https://pypi.org/project/pyarrow/)

enhancement
help wanted
plugin

- It's very useful to run `VACUUM ANALYZE tablename;` just after importing data, so we could have an option on `pgimport` to do it (function and CLI). - The performance...

enhancement
help wanted
plugin

This pull request touches issue #306 and fixes the issue for all platforms without falling back to hardcoded value. The overflow was happening due to the fact of python CSV...

Hi, I have an input HTML table in which a field has values as `06583`. If I convert this table to CSV, this value becomes `6583.0`. It would be great...

Some CSV files come with NUL chars (`\0x00`) inside and the Python `csv` module doesn't know how to deal with it. So I think it's a great idea to have...

enhancement
plugin

I was trying to cache `rows.table.Row` object in a Django project using `django-redis` but I ran into a serialization error with `pickle`. Here's the traceback beginning from the relevant entry...

In Brasil.IO we needed to create the following function to open a XLS file from fobj: ``` import os from pathlib import Path from tempfile import NamedTemporaryFile import rows def...

enhancement
plugin

I've run into some problems serializing/deserializing datetime objects with timezones - in the end came up the this DIY solution: ```python import pytz TIMEZONE_UTC = pytz.utc TIMEZONE_BRAZIL = pytz.timezone("America/Sao_Paulo") class...

bug
enhancement
help wanted
rows.fields