srego / acrylic

manipulate tabular data with a simple, functional style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acrylic

Acrylic makes manipulating tabular ("table-shaped") data easy with an elegant, readable syntax.

from acrylic import DataTable

data = DataTable.fromcsv("sales_data.csv")
data.wheregreater("price", 20).where("category", "electronics")

About

manipulate tabular data with a simple, functional style

License:MIT License


Languages

Language:Python 100.0%