2023-02-19 08:22:52 -08:00

4 lines
116 B
Python

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