Column selection

A specific column can be selected out from the DataFrame, as a Series, using the column name:

In [60]: memberDF["Name"]
Out[60]:
0 b'Sanjeev'
1 b'Yingluck'
2 b'Emeka'
3 b'Amy'
Name: Name, dtype: object
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset