인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

김병주's profile image
김병주

asked

Getting started with Python data analysis using public data

[13/15] Easily draw subplots of categorical data - catplot

Seaborn으로 시각화할때 데이터 정렬 방법

Resolved

Written on

·

570

2

안녕하세요

Pandas로 시각화 할때 결과 정렬은 .sort_values()로 했는데, 혹시 Seaborn의 경우는 어떻게 하면 될까요?

numpypandaspython

Answer 1

0

todaycode님의 프로필 이미지
todaycode
Instructor

안녕하세요.

아래와 같은 방법으로 data에 넣어주는 데이터프레임을 정렬하고자 하는 기준에 따라 정렬해 주시면 됩니다.

김병주's profile image
김병주

asked

Ask a question