Data visualization is a fundamental aspect of effective data analysis. And although Excel is a versatile tool, certain visualization types remain difficult or even impossible to create with its …
Python in Excel: Creating layered and faceted visualizations with Plotnine
In a previous post, we explored the plotnine package in Python in Excel, highlighting how its implementation of the Grammar of Graphics allows for an almost limitless array of possibilities in …
Continue Reading about Python in Excel: Creating layered and faceted visualizations with Plotnine →
Python in Excel: How to understand the plotnine package
Python in Excel offers powerful tools for creating impactful visualizations, and one standout option is the plotnine package. In this post, we'll delve into the origins and philosophy of plotnine, …
Continue Reading about Python in Excel: How to understand the plotnine package →
Python in Excel: How to create statistical plots with Seaborn
In a previous post, we explored the Seaborn library and highlighted its fundamental plot types, showcasing how it simplifies the creation of visually appealing and insightful data visualizations …
Continue Reading about Python in Excel: How to create statistical plots with Seaborn →
Python in Excel: How to understand the Seaborn package
Python’s integration into Excel has opened a new world of possibilities for data analysis and visualization, and Seaborn is one of the most exciting tools to leverage within this environment. Seaborn …
Continue Reading about Python in Excel: How to understand the Seaborn package →
Python in Excel: How to build your first Matplotlib plots
In previous posts, I’ve discussed the Matplotlib package for plotting, particularly in the context of Python in Excel. In this post, I’ll demonstrate some quick wins for creating business-focused …
Continue Reading about Python in Excel: How to build your first Matplotlib plots →