I have a massive dataframe, and I\'m getting the error:
TypeError: (\"Empty \'DataFrame\': no numeric data to plot\", \'occurred at index 159220\')
Use ix operator:
print df.ix[159220]