Skip to content

Commit

Permalink
docs: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Riska Amalia committed Sep 4, 2023
1 parent 9173448 commit cb9f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasae/string.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def df_regex_contain(

for c in columns:
frame_regex = self.df[c].str.contains(regex_contain)
# set as boolean first
# set as boolean
frame_regex = frame_regex.map(
lambda x: True if x == "True" or x is True else False
)
Expand Down

0 comments on commit cb9f552

Please sign in to comment.