A single line of code to create an interactive plot from Pandas dataframe to Bokeh
Although Matplotlib can satisfy all our needs when we want to plot something in Python, it is sometimes time-consuming to create a beautiful chart using it. Well, sometimes we may want to demonstrate something to the boss so that it would be nice to have some beautiful and interactive plots.
There are a lot of excellent libraries can do that, Bokeh is one of them. However, it might also take some time to learn how to use such libraries. In fact, someone has already solved this problem for us. Here is a library called Pandas-Bokeh, which consumes Pandas directly and render the data using Bokeh. The syntax is extremely straightforward and I believe you can start to use it in no time!

#data-visualization #python #pandas #data #data-science

Beautiful and Easy Plotting in Python 
1.85 GEEK