Skip to content

Instantly share code, notes, and snippets.

@Celia-code
Created March 11, 2020 09:18
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 Celia-code/db356a9b193d313646e567762ba242ba to your computer and use it in GitHub Desktop.
Save Celia-code/db356a9b193d313646e567762ba242ba to your computer and use it in GitHub Desktop.
This is for pandas
#建立Series
data = pd.Series([10, 15, 20])
print(data)
#打印出
"""
0 10
1 15
2 20
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment