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.
map_partitions
UPDATE : Dask to_sql() is now available https://docs.dask.org/en/latest/dataframe-api.html#dask.dataframe.DataFrame.to_sql
to_sql()