ltable

lite table, not depden on numpy or sqliteoperations,.. find, filter, group, sort, top, tail ..


Keywords
lightning, table
License
Other
Install
pip install ltable==0.0.2

Documentation

Python 有很多 table 的 pacakge 而且大部份都是依賴 numpy 或是 sqlite

直接用 dict 處理似乎又有一點不方便

剛好之前寫過一個類似的 table 就把它轉成 python 來練習一下