본문 바로가기
Language/파이썬

파이썬 판다스 sidetable : df.stb.freq(..) - Create Simple Summary Tables in Pandas, 합계와 빈도수

by javapp 자바앱 2021. 7. 27.
728x90

참고 사이트

 

sidetable - Create Simple Summary Tables in Pandas - Practical Business Python

Tue 02 June 2020 Posted by Chris Moffitt in articles    Introduction Today I am happy to announce the release of a new pandas utility library called sidetable. This library makes it easy to build a frequency table and simple summary of missing values in

pbpython.com

 

설치

!pip install sidetable

 

예시

import sidetable 

df.stb.freq(['지역','설립구분'],value='총계')

결과

댓글