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

@turicas I have just implemented HDF5 function to load such files. I have used PyTables e.g. (`pip install tables`), but is preferred to work with `h5py`. While working with `h5py`...

**Changes summary** - merged `/setup.py` with head to have PANDAS dependency - `filename` meta is now `None` when imports from PANDAS - PANDAS plugin import changed to follow patterns in...

Então, é um pull request preliminar, por enquanto tem apenas lê csv do stdin.

Developer dependencies was missing snappy and libmagic

Hi Álvaro, I've just finish the code to import/export from/to pandas [DataFrame](pandas.pydata.org/pandas-docs/stable/dsintro.html). Can you please review it? Thanks in advance!

Hello, @turicas. This is not a final PR, it is still a work in progress. So, the thing is that I get some errors when running the tests on my...

xlrd and openpyxl are not easy to use and have lots of bugs. One option is [xlwings](https://docs.xlwings.org/).

enhancement
help wanted
plugin

We can generalize the algorithm inside [the PDF plugin](https://github.com/turicas/rows/tree/feature/plugin-pdf) to receive objects from an OCR and then extract tables from images! The tasks related to this extraction would be: -...

plugin

Hello I am getting the `ValueError: Can't decode base64` when I trying to load a parquet file with ``` table = rows.import_from_parquet('test.parquet') for row in table: print(row) ``` The parquet...