Easy-Data-Processing-Library
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

Read and Save

See Data In Console
Get Set Del
SQL

Easy Visualize

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

