摘要:
问题: 使用df.to_json(orcient='records')时得到这样的结果: [{"A":1,"B":4,"C":7},{"A":null,"B":5,"C":null},{"A":3,"B":null,"C":null}] 想要的到以下的结果: [{"A":1,"B":4,"C":7} 阅读全文
posted @ 2022-06-09 13:52
robin2022
阅读(119)
评论(0)
推荐(0)
摘要:
import inspect import sys def get_current_function_name(): funcName = sys._getframe().f_back.f_code.co_name # 获取调用函数名 print(dir(sys._getframe())) prin 阅读全文
posted @ 2022-06-09 09:52
robin2022
阅读(1239)
评论(0)
推荐(0)

浙公网安备 33010602011771号