FAAM-146 / decades-ppandas

1 stars 0 forks source link

Remove only implemented in PandasInMemoryBackend #2

Closed davesproson closed 3 years ago

davesproson commented 4 years ago

A backend should have a remove() method to allow removal of variables held by that backend. This is required for allow_overwite=True, however it is currently only implemented for PandasInMemoryBackend.

davesproson commented 3 years ago

PandasInMemoryBackend has been removed