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

I started using the "rows" lib today, and I've lost several hours of work because of a bug on empty cells in ods input. Here is my story. I was...

for fix: ``` Traceback (most recent call last): File "/home/zodman/visto/monitor-ircc-forms/main.py", line 73, in get_forms_in_catalog() File "/home/zodman/visto/monitor-ircc-forms/main.py", line 63, in get_forms_in_catalog for page in pdf_object: File "/home/zodman/visto/monitor-ircc-forms/.venv/lib/python3.10/site-packages/rows/plugins/plugin_pdf.py", line 136, in pdf_to_text...

The progress bar is not updated correctly: number of imported bytes is lower than file size (at least for uncompressed CSV files). Giving the file `test.csv` (305 bytes): ```csv Project,Client,Description,Duration...

bug
cli

While trying to build wors with setuptools 66 (e.g. `python3 setup.py sdist`), the following exception is raised: pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '-0.4.2-dev-71afc647-' setuptools 66 is more strict with version numbers. Since...