Currently accepting new data projects

I have 2–3 spots available for companies who have data challenges they need solved.

Articles about seaborn

Creating A Scatterplot Chart In Seaborn

Published on

Scatterplots are a great way to visualize relationships between different dimensions. Learn how to create them in Python using Seaborn.

Creating A Heatmap Chart In Seaborn

Published on

Heatmaps are a great way to visualize the frequency or ranges of a multi-dimensional dataset. Learn how to create them in Python using Seaborn.

Creating Your First Chart Using Seaborn

Published on

Looking to visualize the data from your Pandas dataframe? Seaborn is a great data visualization library. Learn how it works by creating your first chart!