10 lines
370 B
Python
10 lines
370 B
Python
|
|
>>> nobel.head()
|
|
id firstname ... city country
|
|
0 1 Wilhelm Conrad ... Munich Germany
|
|
1 2 Hendrik A. ... Leiden the Netherlands
|
|
2 3 Pieter ... Amsterdam the Netherlands
|
|
3 4 Henri ... Paris France
|
|
4 5 Pierre ... Paris France
|
|
[5 rows x 20 columns]
|