我在 python 中有一个脚本(脚本 1),它产生dataframe这样的一个:
import pandas as pd
import numpy as np
df = pd.DataFrame(np.array([[1, 2], [4, 5]]), index=('27-04-2020','28-04-2020'), columns=('Prediction', 'Certainty'))
我想导入dataframe到(脚本A)。但是,我似乎找不到导入数据框的方法。有人可以帮我解决这个问题吗?
温温酱
慕运维8079593
相关分类