Did you know that Pandas has a built-in .plot() function as part of the DataFrame class? The trouble is that the visualizations rendered this way are not interactive. The solution: make use of Cufflinks library. This library can help bring together the power of Plotly with the flexibility of pandas.