date: 2022-03-20 excerpt: cudfについて
tag: statisticspythonkagglegpu
csvを読み込み
df = cudf.read_csv("...")
pandasのdataframeに変換
tmp = df.copy().to_pandas()