강의

멘토링

커뮤니티

Inflearn Community Q&A

ktu56465680's profile image
ktu56465680

asked

Data-driven stock quant investment with Python Part 1

3.5 Extracting Subset by columns

row 출력 개수 변경

Written on

·

401

0

선생님

 

row 출력 개수 변경하려고(최대 20개)

pd.set_option("display.max_row", 20) 입력했고 별 에러는 안뜨는데 계속 10개만 나옵니다

어떻게 해야 하나요?제목 없음.jpg

pandas투자퀀트

Answer 1

0

DeepingSauce님의 프로필 이미지
DeepingSauce
Instructor

max_row --> max_rows 
ktu56465680's profile image
ktu56465680

asked

Ask a question