An easy local database for python


Keywords
data, data-analysis, data-science, data-visualization, database, easy-to-use, machine-learning
License
MIT
Install
pip install lzpy==0.0.28

Documentation

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