A detailed guide on how to use Python library "cufflinks" to create interactive data visualizations/charts. Cufflinks is built on top of Plotly and let us create charts by calling 'iplot()' method on Pandas dataframe. The 'iplot()' method tries to mimic 'plot()' API (matplotlib) of pandas dataframe to generate charts but uses Plotly.
A detailed guide to creating Sankey Diagram (Alluvial Diagram) using Python data visualization libraries Plotly and Holoviews (Bokeh & Matplotlib). The charts are interactive and visualized in Jupyter Notebooks.
Tutorial explains how to use Python module "missingno" to analyze the distribution of missing data (NaNs/NULLs/None Values) in our datasets. It let us create various charts to visualize the spread of missing data from various angles which can help us make better decisions.
A simple guide to creating candlestick charts in Python using data visualization libraries mplfinance (matplotlib), Plotly, Bokeh, Bqplot, and Cufflinks. The tutorial covers a simple styling guide as well. Charts created using mplfinance are static whereas interactive for other libraries.
How to Create Basic Dashboard using Streamlit and Cufflinks (Plotly)?
Tutorial provides detailed guide on how we can use pivot() and pivot_table() function available from pandas to create pivot tables. The pivot_table() function also let us perform many simple stats on aggregate data.
Geoviews - Scatter & Bubble Maps using Bokeh and Matplotlib [Python]
Geoviews - Choropleth Maps using Bokeh and Matplotlib [Python]
Geoplot - Scatter & Bubble Maps [Python]