Pandas Guide - Read the Docs

<class 'pandas.core.series.Series'> >>>t.head() 0 The Rising Son 1 The Thousand Plane Raid 2 Crucea de piatra (continues on next page) 2.2. Dataoperations 7. PandasGuide (continued from previous page) 3 Country 4 Gaiking II Name: title, dtype: object >>> >>>titles.ix[0] title The Rising Son ................
................