https://mirandaherr.tistory.com/38
[100일 챌린지] 파이썬 pandas 파이 차트 그리기 (옵션 추가) #036
아래 자료를 이용하여 파이 차트를 그려보겠다. 1. 파이 차트 그리기 pie 함수에 데이터를 넣어주면 된다. plt.pie() 2. 동그란 원 그리기 plt.axis('equal') 위 함수를 이용하면 원이 더 동그래진다. 3. 레
mirandaherr.tistory.com
'Code Cloud > python' 카테고리의 다른 글
[pandas] 행/열 전체 객체에 적용 df.apply() (0) | 2022.01.07 |
---|---|
[numpy] np.random.permutation() (0) | 2022.01.07 |
[pandas] DataFrame ValueError: If using all scalar values, you must pass an index (0) | 2022.01.07 |
jupyter notebook 에서 dataframe 텍스트 정렬 (0) | 2022.01.03 |
pandas 딕셔너리를 데이터프레임으로 변환 DataFrame.from_dict() (0) | 2022.01.02 |