pd.read_csv
from
pandas: DataFrame
CSVファイルを読み込み、
pandas: DataFrame
を作成
code:python
df = pd.read_csv('input.csv')
print(df)