Posts by Srihitha Nadella

Author Biographical Info: Not available

Reverse the order of a legend in Python – Seaborn

By Srihitha Nadella

Let’s learn to reverse the order of a legend in Python using seaborn. Seaborn is a well-used Python library that amplifies Matplotlib’s capabilities by giving developers .... Read More

How to create a new column in Pandas – Python

By Srihitha Nadella

Let us learn to create a new column in pandas! Pandas is an open-source data manipulation module. It is built on top of the Numpy Library. Pandas has a lot of benefits- Analysis be.... Read More

How to Create a Seaborn Regplot in Python

By Srihitha Nadella

We will learn to plot ‘regplot’ in Python from the Seaborn library. This is useful when you need graphs to analyze data. It is important as you can come to some import.... Read More

Related Posts