Commit 0f4e44f6 authored by iregon's avatar iregon
Browse files

Removed missing_value kwarg from object_to_object

parent 96591324
......@@ -43,7 +43,7 @@ class df_converters():
except:
return data
def object_to_object(self,data,missing_value = None,disable_white_strip = False):
def object_to_object(self,data,disable_white_strip = False):
# With strip() an empty element after stripping, is just an empty element, no NaN...
if not disable_white_strip:
return data.str.strip()
......
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