LichessAnalysis An analysis of Lichess Data using R (R을 이용한 Lichess 데이터 분석) Data source can be found at https://www.kaggle.com/datasnaek/chess Can also be viewed at https://www.kaggle.com/olafo0o/lichess-data-analsysis This data was scraped from the Lichess API and includes 20058 rows of data. (본 데이터는 Lichess API 에서 추출 되었고, 총 20058개의 데이터로 이루어져있습니다.) 분석으로 도출한 결과 What are the top 10 first moves used in Lichess?? (첫 수로 가장 많이 쓰이는 것은?) As you can see e4 and d4 are the most commonly used moves as the first move for white. What are the top 10 openings used in Lichess? (가장 많이 쓰이는 10개의 오프닝은?) What are the top 20 openings that resulted in a win for White?? ('백' 이 가장 많이 이겼던 오프닝 순위) What are the top 20 openings that resulted in a win for Black?? ('흑' 이 가장 많이 이겼던 오프닝 순위) Correlation Analysis of ratings when White wins 상관관계 분석 Correlation Analysis of ratings when Black wins 상관관계 분석