Scatterplots in TableauIf are wishing to compare two continuous variables in a dataset you could use a scatterplot. In Tableau, […] July 21, 2024 in Data Visualization tagged Tableau / profit / plot / scatter / margin / sales / Dashboard Customer by Mike
Distribution Plots in SeabornI created a project in a Jupyter Notebook under Anaconda that’s called Distribution Plots in Seaborn. For this […] March 26, 2024 in Data Visualization tagged chart / distribution / plot / seaborn by Mike
Plot Decision Tree InterpretationYou are modelling a decision tree in Python with the plot_tree function of sklearn.tree. How do you interpret […] February 4, 2024 in Machine Learning tagged classifier / apple / grape / decision / tree / plot / plt / sklearn / Decision Tree Apples Grapes by Mike
Boxplots in SeabornHow do you create boxplots in Python’s seaborn? Why would you want to create boxplots in the first […] October 12, 2023 in Python tagged seaborn / matplotlib / whisker / box / plot / outlier / boxplot / Matplotlib by Mike
Groupby Multiple ColumnsHow do you take a pandas DataFrame of data (dataset) and produce a multi-column bar chart? You can […] August 4, 2023 in Python tagged pandas / aggregate / groupby / column / seaborn / chart / matplotlib / bar / barplot / graph / group / by / plot / Pandas EDA Structuring by Mike
Histograms in MatplotlibMatplotlib is a library in Python language. In order to write this blog post I created a new […] July 30, 2023 in Python tagged plot / chart / graph / histogram / Matplotlib by Mike
EDA Discovering with PandasExploratory Data Analysis has six phases: discovering, structuring, cleaning, joining, validating and presenting. The first phase is discovery. […] July 4, 2023 in Python tagged subset / pandas / random / EDA / sample / discovery / replace / string / discovering / date / columns / python / plot / Pandas EDA Discovery by Mike
Matplotlib Library IntroductionMatplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was […] April 25, 2023 in Python tagged matplotlib / introduction / chart / graph / python / plot / plt / Matplotlib by Mike
Saving Plots in ggplot in RCommunicating your work is an important step in your work as an analyst. There are other methods for […] March 14, 2023 in R Language tagged save / R / plot / graphic / chart / graph by Mike
Facets in ggplot in RWe can use the ggplot2 facet functions to display our data in new ways. Facet functions let you […] March 14, 2023 in R Language tagged R / separate / plot / subset / plots / category / chart / R ggplot by Mike
Introduction to ggplot in RThe ggplot2 package lets you make high-quality, customizable plots of your data. ggplot2 is based on the grammar […] March 13, 2023 in R Language tagged chart / graph / R / viz / ggplot / plot / R ggplot by Mike