데이터 엔지니어 이것저것

Lux 본문

기타/데이터 분석 및 시각화

Lux

pastime 2021. 11. 18. 12:54
728x90

Lux란 시각화 및 데이터 분석 프로세스를 자동화 하여 빠르고 쉬운 데이터 탐색을 용이하게 하는 Python lib

 

판다스 프로파일링과 비교

 

 

jupyter nbextension install --py luxwidget
jupyter nbextension enable --py luxwidget
!pip install lux-api
!jupyter nbextension install --py luxwidget
!jupyter nbextension enable --py luxwidget
import lux
import pandas as pd

df = pd.read_csv("https://raw.githubusercontent.com/lux-org/lux-datasets/master/data/college.csv")
df

728x90

'기타 > 데이터 분석 및 시각화' 카테고리의 다른 글

python plot 한글 깨짐  (0) 2023.10.25
bar_chart_race  (1) 2023.10.23
타이타닉 분석  (0) 2021.09.11
판다스 프로파일링  (0) 2021.09.09
서울시 인구-CCTV 현황 산점도  (0) 2021.06.10