Skip to content

Instantly share code, notes, and snippets.

@dgadiraju
Last active November 1, 2019 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dgadiraju/3721c7c2b0be59044d1c61de44f86383 to your computer and use it in GitHub Desktop.
Save dgadiraju/3721c7c2b0be59044d1c61de44f86383 to your computer and use it in GitHub Desktop.
d = {"JAN": 10, "FEB": 15, "MAR": 12, "APR": 16}
import pandas as pd
s = pd.Series(d)
s.count()
s.sum()
s.min()
s.max()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment