1. dataframe转其他 dataframe转化成array df=df.values 2. array转其他 array转化成dataframe import pandas as pd df = pd.DataFrame(df)