4 lines
116 B
Python
4 lines
116 B
Python
>>> nobel.hist(column="lifespan")
|
|
array([[<AxesSubplot:title={'center':'lifespan'}>]], dtype=object)
|
|
>>> plt.show()
|