본문으로 바로가기

해외 축구 선수정보 -1

category Crawling/Data 2020. 9. 9. 20:00

설명

 

해외 축구 선수 정보 (EPL, La Liga, Serie A, Ligue 1 등)

 

컬럼

  • season_id: 시즌 아이디

  • team_id: 팀 아이디

  • id: 선수 아이디

  • name: 영문명

  • position: 한글명

  • shirtNum: 등번호

  • nationalTeam_code: 국대 국가 코드

  • nationalTeam_country: 국대 국가명

  • age: 만 나이

  • height: 키

  • weight: 몸무게

  • joinDate_label: 클럽 가입 날짜

  • birth_code: 국적 국가 코드

  • birth_country: 국적 국가명

  • birth_demonym: 언어

  • _id : MongoDB _id

 

예) 손흥민(EPL), 호날두(세리에A), 메시(라리가), 네이마르(리그앙)

 

(시즌 별 선수정보여서 현재는 다수 중복)

 

Total 172847 

{"_id":{"$oid":"5f578ec7e5db689ff532ced2"},"season_id":"288","team_id":"21","id":"4999","name":"Son Heung-Min","nameFirst":"Heung-Min","nameLast":"Son","latestPosition":"FORWARD","position_abbr":"F","position":"Left/Centre/Right Winger","shirtNum":7,"nationalTeam_code":"KR","nationalTeam_country":"South Korea","nationalTeam_demonym":"Korean","height":183,"weight":78,"joinDate_millis":"1440720000000","joinDate_label":"28 August 2015","birth_millis":"710553600000","birth_label":"8 July 1992","birth_code":"KR","birth_country":"South Korea","birth_demonym":"Korean","age":"28"}

...

{"_id":{"$oid":"5f578f6fe5db689ff532d93e"},"season_id":"214","team_id":"67","id":"4975","name":"Neymar","nameFirst":"Neymar da Silva","nameLast":"Santos Júnior","latestPosition":"FORWARD","position_abbr":"F","position":"Left Winger","shirtNum":10,"nationalTeam_code":"BR","nationalTeam_country":"Brazil","nationalTeam_demonym":"Brazilian","height":175,"weight":68,"joinDate_millis":"1501718400000","joinDate_label":"3 August 2017","birth_millis":"697248000000","birth_label":"5 February 1992","birth_code":"BR","birth_country":"Brazil","birth_demonym":"Brazilian","age":"28"}

...

{"_id":{"$oid":"5f578df7e5db689ff532c86d"},"season_id":"288","team_id":"49","id":"4974","name":"Lionel Messi","nameFirst":"Lionel","nameLast":"Messi","latestPosition":"FORWARD","position_abbr":"F","position":"Left/Centre/Right Second Striker","shirtNum":10,"nationalTeam_code":"AR","nationalTeam_country":"Argentina","nationalTeam_demonym":null,"height":170,"weight":72,"joinDate_millis":"1088640000000","joinDate_label":"1 July 2004","birth_millis":"551491200000","birth_label":"24 June 1987","birth_code":"AR","birth_country":"Argentina","birth_demonym":null,"age":"33"}

...

{"_id":{"$oid":"5f57849fe5db689ff5326482"},"season_id":"17","team_id":"12","id":"2522","name":"Cristiano Ronaldo","nameFirst":"Cristiano Ronaldo","nameLast":"dos Santos Aveiro","latestPosition":"MIDFIELDER","position_abbr":"M","position":"Midfielder","shirtNum":7,"nationalTeam_code":"PT","nationalTeam_country":"Portugal","nationalTeam_demonym":"Portugese","height":187,"weight":83,"joinDate_millis":"1060646400000","joinDate_label":"12 August 2003","birth_millis":"476409600000","birth_label":"5 February 1985","birth_code":"PT","birth_country":"Portugal","birth_demonym":"Portugese","age":"35"}

 

 

'Crawling > Data' 카테고리의 다른 글

정보통신 용어 사전  (0) 2020.09.09
영어 명언 사전  (0) 2020.09.09
질병 사전  (0) 2020.09.09