Study Note/Python
pygwalker
jhleeatl
2024. 5. 30. 20:39
"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
PyGWalker Test
Colaboratory notebook
colab.research.google.com
import pygwalker as pyg
walker = pyg.walk(df)