when i pass to_string to a filter dataframe this generates a blank space in the output, I need the string without spaces.
this is the code:
df2['ETS'][df2['APPOINTMENT'] == appointment].to_string(index=False)
output:
' 10/19/2019'
when i pass to_string to a filter dataframe this generates a blank space in the output, I need the string without spaces.
this is the code:
df2['ETS'][df2['APPOINTMENT'] == appointment].to_string(index=False)
output:
' 10/19/2019'