I have a dataframe and wanted to create a line chart on one of the columns using plotly.
I have the following code but its not working
df['col1'].iplot(kind='scatter', filename='cufflinks/cf-simple-line')
Can anyone see why? I'm not sure if I should use .offline or not
