Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant G authored Mar 20, 2023
1 parent 672a66b commit 8395cc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
### FIFA 23 Players Data
Collected from [sofifa.com](https://sofifa.com) as of March 19, 2023.
### Sample Data

#### Player Basics
```
pd.read_csv('./players_basic.csv', sep='|')
```
<img src="images/player_basics.png" width="400px" alt="Basic"/>


#### Player Stats
```
pd.read_csv('./players_stats.csv', sep='|')
```
<img src="images/player_stats.png" width="400px" alt="Stats" />

0 comments on commit 8395cc2

Please sign in to comment.