removed a comment kek
This commit is contained in:
@@ -30,7 +30,6 @@ output_df = "N There U Have It"
|
|||||||
# ---------------------------------------------------------
|
# ---------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
# CLEANING -> REMOVING THE WORD REVIOW AND ANY THING AFTER IT
|
|
||||||
def slice_column(input_df, output_df, column, expression=" "):
|
def slice_column(input_df, output_df, column, expression=" "):
|
||||||
unclean = input_df[column].to_list()
|
unclean = input_df[column].to_list()
|
||||||
clean = list()
|
clean = list()
|
||||||
|
|||||||
Reference in New Issue
Block a user