top of page

Python Data Analysis Tips Lineplot in Seaborn

In Python learn to use Seaborn's Lineplot. A lineplot() is a common type of plot used in time-series analysis. A great feature of Seaborn is the hue argument which allows us to color code our groups or categories and plot the side by side to look for patterns hidden in only some groups.







Dataset on Kaggle


Send Data Science Teacher Brandyn a message if you have any questions




dataGroups:







Use the hue arguement with Seaborn's Lineplot help understanding how the x and y relationship are different between the categories.


Using the hue with a continuous feature can be tricky to get right.


Using a category feature with too many classes and making your lineplot to complex to extract insights from.

1 visualización0 comentarios
bottom of page