TBBG

  • dataframe转字典

    一、dataframe转字典列表 将dataframe转换为键值对列表。 import pandas as pd df = pd.DataFrame({‘A’:[1,2,3],’B…

    编程 2024-10-03