Easy-Data-Processing-Library icon indicating copy to clipboard operation
Easy-Data-Processing-Library copied to clipboard

An extreme easy python local data base

Lazy-Python

An simple python local data base support utf-8, ASCII, GBK etc.

How to install

pip install lzpy

How to use

from lzpy import Table
Table.encoding = "utf-8" # choose encoding format
Table.delimiter = "\t"    # choose the seperator of .csv format such as ","
t=Table.read("filename") # if filename is "data.csv" write "data" inside parentheses

Introduction


Preview data.csv

alt text


Read and Save

alt text alt text


See Data In Console

alt text alt text alt text alt text alt text

Get Set Del

alt text alt text alt text alt text alt text alt text

SQL

alt text alt text alt text alt text alt text


Easy Visualize

alt text alt text

Detail Explain

https://docs.google.com/document/d/1tVRnCeYv3HvovK7V4Kn4B88EiWz5fmKiA_FgrsXdAAk/edit