To analyze data, we will use Jupyter Notebook. Please check my last post to learn about downloading Jupyter Notebook.
2022.10.27 - [Python] - Python) Configuration and Basics
You can also use Google Colaboratory.
Variables: Int

Variables: string

functions

Now we will use seaborn.
You must install the seaborn module with this:
pip install seaborn
If you have already
downloaded the module, import the module before you call it.

countplot() is to make a visual graph like the above.
To use alias

Vertical graph

Horizontal graph

If you want to know about a certain function, insert ? with the name of the function.

'Python' 카테고리의 다른 글
Python) functions for data analysis (0) | 2022.11.30 |
---|---|
Python) Module and package (0) | 2022.11.25 |
Python) Files input and output (0) | 2022.11.22 |
Python) Regular Expression (0) | 2022.11.21 |
Python) Database connection with MySQL (0) | 2022.11.20 |