Commit 4598f60c authored by Dr.李's avatar Dr.李

FIX: error arguments

parent 5e379c61
......@@ -74,7 +74,7 @@ class Transformer(object):
self.expressions,
self.names,
group_name,
dropna=False)
bool_dropna=False)
return transformed_data
else:
return pd.DataFrame()
......
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