Commit a59998c0 authored by Francesco Poldi's avatar Francesco Poldi

Fix another typo

parent 210529df
......@@ -35,7 +35,7 @@ def save(_dataframe, _dataname, _filename, _type):
if not _dataname:
_dataname = "twint"
if not _type or _type == "HDF5:
if not _type or _type == "HDF5":
_store = pd.HDFStore(_filename)
_store[_dataname] = _dataframe
elif _type = "Pickle":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment