Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
elisemercury committed Jul 3, 2022
2 parents 720263a + fd1b4f8 commit 6ab5540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoclean/autoclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ def _clean_data(self, df, input_data):
df = Adjust.convert_datetime(self, df)
df = EncodeCateg.handle(self, df)
df = Adjust.round_values(self, df, input_data)
return df
return df

0 comments on commit 6ab5540

Please sign in to comment.