"Pygwalker" is a recently made statistical library. Through this, it is possible to create various statistical graphs more easily and simply. However, it is not usable when the amount of data is very large.
https://colab.research.google.com/drive/171QUQeq-uTLgSj1u-P9DQig7Md1kpXQ2?usp=sharing
import pygwalker as pyg
walker = pyg.walk(df)
'Study Note > Python' 카테고리의 다른 글
Machine Learning [Regression] practice (1) | 2024.06.13 |
---|---|
Machine Learning [scikit-learn] practice (0) | 2024.06.04 |
Interactive Graphs with Altair (0) | 2024.05.30 |
Multiple graphs (0) | 2024.05.30 |
Dual-axis graph and Pyramid graph (0) | 2024.05.30 |