Notice
Recent Posts
Recent Comments
Link
250x250
목록성적 (1)
develope_kkyu
[Python] plotly를 이용해 오타니, 저지 2022시즌 타격 성적 비교 그래프
https://developerkkyu37.tistory.com/64 [Python] MLB Stats API를 이용해 오타니, 저지 2022시즌 타격 성적 비교 패키지 설치 및 임포트 !pip install MLB-StatsAPI import statsapi 오타니와 저지 선수 id 검색 print(statsapi.lookup_player('ohtani')) print(statsapi.lookup_player('judge')) [{'id': 660271, 'fullName': 'Shohei Ohtani', 'firstName': 'Shohei', developerkkyu37.tistory.com plotly를 이용해서 2022 성적 비교 그래프 만들기 패키지 설치 및 임포트 !pip install pl..
Python
2023. 1. 19. 12:32