摘要: import pandas as pd from pandas.testing import assert_frame_equal df1 = pd.DataFrame({'a': [1, 2], 'b': [3, 4]}) df2 = pd.DataFrame({'a': [1, 2], 'b': 阅读全文
posted @ 2022-05-18 19:05 OTAKU_nicole 阅读(668) 评论(0) 推荐(0)