Easy Data Processing Library:极其简单的python本地数据库 源码
懒Python 一个简单的python本地数据库支持utf-8,ASCII,GBK等。 如何安装 pip install lzpy 如何使用 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 parent
下载地址
用户评论