# レコード形式から作成したい(`pandas.DataFrame.from_records`) ```python pd.DataFrame.from_records() pd.DataFrame.from_dict(oriend="records") ```