摘要:
# encoding=utf-8 import pandas as pd from pandasql import sqldf ls = [ { 'id' : 1, 'time': 1, },{ 'id' : 2,'time': 3,}, {'id' : 3,'time': 3, }] df = pd.DataFrame(ls) print(df) # 第一种:简单粗暴 print(df[... 阅读全文
posted @ 2020-01-21 11:37
犀利瓜
阅读(1820)
评论(0)
推荐(0)

浙公网安备 33010602011771号