Skip to content

Instantly share code, notes, and snippets.

@aarong1
Created September 15, 2023 00:27
Show Gist options
  • Save aarong1/fe993e8672620e02fdef3cb16e8bd24a to your computer and use it in GitHub Desktop.
Save aarong1/fe993e8672620e02fdef3cb16e8bd24a to your computer and use it in GitHub Desktop.
the appropriate way to call string functions sequentially on a character column
pd_df['column'].str.lower().str.strip()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment