

Our dataframe consists of three columns as Task title, start and finish date of that task. Lets first create a pandas DataFrame which then we will use for creating gantt charts. Plotly accepts data using pandas DataFrame, so you may need to install for usage with plotly. We start with a basic chart and then proceed with different options provided by ploty. We can use it to process tasks/jobs data against time and can visualize each task on chart. In this tutorial, we will be using Ploly Gannt/Timeline chart. If you have not installed plotly, you can install it using pip or conda.

For details on all options provided by plotly, you can view on this url.

We can also use it for visualization of results from Machine Learning models. Plotly offers different kind of visualization charts like bar, line, pie, scatter and many other visualization options. One can build dashboards using data with less ui and dashboard development knowledge using plotly. It is easy to use and charts can be created with just a few lines of code. Plotly is a visualization tool used widely for visualization of data in different kind of charts.
