Create sql table from dask dataframe using map_partitions and pd.df.to_sql

后端 未结 2 1961
北荒
北荒 2020-12-31 10:48

Dask doesn\'t have a df.to_sql() like pandas and so I am trying to replicate the functionality and create an sql table using the map_partitions method to do so.

2条回答
  •  礼貌的吻别
    2020-12-31 11:30

    UPDATE : Dask to_sql() is now available https://docs.dask.org/en/latest/dataframe-api.html#dask.dataframe.DataFrame.to_sql

提交回复
热议问题