# NumPy型から作成したい(`pandas.DataFrame`) ```python pd.DataFrame(numpy_array) pd.DataFrame(numpy_array, columns=[], index=[]) ```