반응형
Steam_game_Analysis_3(Genre , Recommendation Count , Metacritic )
졸업작품_preparing..../R_작업2019. 1. 24. 15:09Steam_game_Analysis_3(Genre , Recommendation Count , Metacritic )

Steam_game_Analysis_3 저번에 이어서 , 추천수와 , Genre , Metacritic의 값에 따른 분석을 해 볼 것이다. 코드를 보면서 확인해 보자. 저번에 사용했던 CSV 파일을 기반으로 한다. Free_Game Vs Pair Game 의 Metacritic 점수를 비교해 본다 . d = {'one' : pd.Series([fs[0], nfs[0]], index=['Free S', 'Paid S'])}# Scoring df = pd.DataFrame(d) df.plot(kind='bar', title="Metacritic Mean Rating", legend=False) plt.savefig("C:/Users/user/Desktop/졸작/Steam게임데이타(Github)/FreeVsP..

반응형
image