Transcription of Seaborn - Tutorialspoint
{{id}} {{{paragraph}}}
Seaborn i Seaborn ii About the Tutorial Seaborn is an open source, BSD-licensed Python library providing high level API for visualizing the data using Python programming language. Audience This tutorial takes you through the basics and various functions of Seaborn . I t is specifically useful for people working on data analysis. After com pleting this tutorial, you will find yourself at a m oderate level of expertise from where you can take yourself to higher levels of expertise.
Importing Libraries Let us start by importing Pandas, which is a great library for managing relational (table-format) datasets. Seaborn comes handy when dealing with DataFrames, which is most widely used data structure for data analysis. The following command will help you import Pandas: # Pandas for managing datasets import pandas as pd
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}