Skip to content

Instantly share code, notes, and snippets.

@Pratik-Shukla-22
Created March 24, 2022 17:06
Show Gist options
  • Save Pratik-Shukla-22/646ba3e8bfc3d177b6ba7f2576132051 to your computer and use it in GitHub Desktop.
Save Pratik-Shukla-22/646ba3e8bfc3d177b6ba7f2576132051 to your computer and use it in GitHub Desktop.
#Creating a pandas Series:
S = pd.Series([["A","B","C"],"D","E",["F","G"],[]])
S
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment