Skip to content

Instantly share code, notes, and snippets.

@Nithilaa
Created June 10, 2021 03:31
Show Gist options
  • Save Nithilaa/c0d60b89bcf7ce4dc6c3d33c41318d93 to your computer and use it in GitHub Desktop.
Save Nithilaa/c0d60b89bcf7ce4dc6c3d33c41318d93 to your computer and use it in GitHub Desktop.
lower the case
%time df2['Review_Processed'] = df2['Review_Processed'].map(lambda x: x.lower())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment