NumPy型から作成したい(pandas.DataFrame

1pd.DataFrame(numpy_array)
2pd.DataFrame(numpy_array, columns=[], index=[])