social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.7K
active users

#littletable

0 posts0 participants0 posts today

Well I have this Medium account and never posted anything on it, so I decided to write up my littletable project. littletable was an experiment in ORMs that I started about 15 years ago, but it has really come in handy in dealing with small data sets and CSVs (up to a few thousand items). medium.com/@ptmcg/data-in-the- #python #orm #database #littletable

Medium · Data in the Small: Python package littletable combines in-memory NoSQL ORM with schemaless setupBy Paul McGuire

I just released v3.0.0 of #littletable, a pure Python lightweight alternative to pandas for easy CSV/JSON/Excel import/export, text search, query and pivot for smallish data sets (up to 1MM records or so). Schemaless, littletable works against a list of objects using the object attributes as columns. littletable is compatible with Python 3.9-13. Small installation footprint (single .py file), can be dropped into tight runtime environments. #python #littletable #dataanalysis #dataanalysistools

#littletable is a document database for #Python.

littletable is an in-memory database for keyed structures like dictionaries and named tuples. littletable can perform simple match searches, full text searches, joins, and pivots. littletable can both import and export to CSV, as well as display data in a customisable manner.

Website 🔗️: github.com/ptmcg/littletable

GitHubGitHub - ptmcg/littletable: An in-memory database of Python objects, searchable using quasi-SQL APIAn in-memory database of Python objects, searchable using quasi-SQL API - ptmcg/littletable