Skip to content

Commit

Permalink
Resolved Linting Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bellanov committed Dec 12, 2024
1 parent b19c0c2 commit 96682ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def quality_assurance(data):
for col in data.columns:
if data[col].dtype == 'object':
data[col] = data[col].apply(lambda x: str(x) if isinstance(x, dict) else x)

data = data.drop_duplicates()
return data

Expand Down

0 comments on commit 96682ff

Please sign in to comment.