摘要: 1 import pandas as pd 2 import json 3 4 5 df = pd.DataFrame( 6 data = [["a", "b"], ["c", "d"]], 7 index=["row 1", "row 2"], 8 columns=["col 1", "col 2 阅读全文
posted @ 2023-05-31 16:10 limalove 阅读(88) 评论(0) 推荐(0)