All Projects β†’ turicas β†’ Rows

turicas / Rows

Licence: lgpl-3.0
A common, beautiful interface to tabular data, no matter the format

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rows

Sheetjs
πŸ“— SheetJS Community Edition -- Spreadsheet Data Toolkit
Stars: ✭ 28,479 (+3753.72%)
Mutual labels:  excel, csv, xlsx, xls, data, table
J
❌ Multi-format spreadsheet CLI (now merged in http://github.com/sheetjs/js-xlsx )
Stars: ✭ 343 (-53.59%)
Mutual labels:  excel, csv, xlsx, xls, data
Meza
A Python toolkit for processing tabular data
Stars: ✭ 374 (-49.39%)
Mutual labels:  excel, csv, xlsx, data, tabular-data
dbd
dbd is a database prototyping tool that enables data analysts and engineers to quickly load and transform data in SQL databases.
Stars: ✭ 30 (-95.94%)
Mutual labels:  csv, excel, xlsx, xls
exoffice
Library to parse common excel formats (xls, xlsx, csv)
Stars: ✭ 31 (-95.81%)
Mutual labels:  csv, excel, xlsx, xls
Tableexport
The simple, easy-to-implement library to export HTML tables to xlsx, xls, csv, and txt files.
Stars: ✭ 781 (+5.68%)
Mutual labels:  excel, csv, xlsx, xls
Pyexcel
Single API for reading, manipulating and writing data in csv, ods, xls, xlsx and xlsm files
Stars: ✭ 902 (+22.06%)
Mutual labels:  excel, csv, xlsx, xls
eec
A fast and lower memory excel write/read tool.δΈ€δΈͺ非POIεΊ•ε±‚οΌŒζ”―ζŒζ΅εΌε€„η†ηš„ι«˜ζ•ˆδΈ”θΆ…δ½Žε†…ε­˜ηš„Excel读写ε·₯ε…·
Stars: ✭ 93 (-87.42%)
Mutual labels:  csv, excel, xlsx, xls
fastapi-csv
πŸ—οΈ Create APIs from CSV files within seconds, using fastapi
Stars: ✭ 46 (-93.78%)
Mutual labels:  csv, excel, table, tabular-data
Phpspreadsheet
A pure PHP library for reading and writing spreadsheet files
Stars: ✭ 10,627 (+1338.02%)
Mutual labels:  excel, hacktoberfest, xlsx, xls
Myexcel
MyExcel, a new way to operate excel!
Stars: ✭ 1,198 (+62.11%)
Mutual labels:  excel, csv, xlsx, xls
tabular-stream
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
Stars: ✭ 34 (-95.4%)
Mutual labels:  csv, xlsx, xls, tabular-data
Rio
A Swiss-Army Knife for Data I/O
Stars: ✭ 467 (-36.81%)
Mutual labels:  excel, csv, data-science, data
csv2xls
Put together some CSV files into a single Excel file, in different sheets.
Stars: ✭ 14 (-98.11%)
Mutual labels:  csv, excel, xls
workbook
simple framework for containing spreadsheet like data
Stars: ✭ 13 (-98.24%)
Mutual labels:  csv, xlsx, xls
sheet2dict
Simple XLSX and CSV to dictionary converter
Stars: ✭ 206 (-72.12%)
Mutual labels:  csv, excel, xlsx
Readxl
Read excel files (.xls and .xlsx) into R πŸ–‡
Stars: ✭ 585 (-20.84%)
Mutual labels:  excel, xlsx, xls
Sq
swiss-army knife for data
Stars: ✭ 275 (-62.79%)
Mutual labels:  excel, csv, xlsx
MiniExcel
Fast, Low-Memory, Easy Excel .NET helper to import/export/template spreadsheet
Stars: ✭ 996 (+34.78%)
Mutual labels:  csv, excel, xlsx
Npoi.mapper
Use this tool to import or export data with Excel file. The tool is a convention based mapper between strong typed object and Excel data via NPOI.
Stars: ✭ 348 (-52.91%)
Mutual labels:  excel, xlsx, xls

rows

Join the chat at https://gitter.im/turicas/rows Current version at PyPI Downloads per month on PyPI Supported Python Versions Software status License: LGPLv3

No matter in which format your tabular data is: rows will import it, automatically detect types and give you high-level Python objects so you can start working with the data instead of trying to parse it. It is also locale-and-unicode aware. :)

Want to learn more? Read the documentation (or build and browse the docs locally by running make docs-serve after installing requirements-development.txt).

Installation

The easiest way to getting the hands dirty is install rows, using pip.

PyPI

pip install rows

For another ways to instal refer to the Installation section documentation.

Contribution start guide

The preferred way to start contributing for the project is creating a virtualenv (you can do by using virtualenv, virtualenvwrapper, pyenv or whatever tool you'd like).

Create the virtualenv:

mkvirtualenv rows

Install all plugins' dependencies:

pip install --editable .[all]

Install development dependencies:

pip install -r requirements-development.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].