konnermacias / FIFA-Data-Analysis

MIT License
0 stars 1 forks source link

Scrape Value of Players #11

Open konnermacias opened 5 years ago

konnermacias commented 5 years ago

https://sofifa.com/

We can figure out their value and get their wage

konnermacias commented 5 years ago

Example dataframe row: {'short_name': 'V. van Dijk', 'link': 'http://sofifa.com/player/203376/virgil-van-dijk/', 'pref_pos': 'CB', 'full_name': 'Virgil van Dijk', 'age': 26, 'height': "6'4", 'weight': '203lbs', 'rating': 88, 'potential': 90, 'value': 59500000, 'wage': 5000}

How should we merge this with our existing data @raghavagovil Let's discuss tomorrow