Skip to content
Snippets Groups Projects
Commit 5782e269 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

minor futur-warning fix

parent 9bb1d7a3
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class DmpFlagger(BaseFlagger):
def emptyFlags(self, data, **kwargs):
columns = pd.MultiIndex(
levels=[[], []],
labels=[[], []],
codes=[[], []],
names=[ColumnLevels.VARIABLES, ColumnLevels.FLAGS])
return pd.DataFrame(index=data.index, columns=columns)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment