Python: Pandas - The Series Data Structure from the book

From MyWiki
Jump to: navigation, search

Series CRUD

george_dupe = pd.Series([10, 7, 1, 22],
index=['1968', '1969', '1970', '1970'],
name='George Songs')