Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperdff authored Jul 27, 2021
1 parent ddb32c0 commit 1fcc51a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Returns seasonal data, including various calculated market share stats
years
: required, list of years to pull data for (earliest available is 1999)

**Importing roster data**
**Additional data imports**
```python
nfl.import_rosters(years, columns)
```
Expand All @@ -71,6 +71,18 @@ years
columns
: optional, list of columns to pull data for

```python
nfl.import_team_desc()
```
Returns dataframe with color/logo/etc information for all NFL team

```python
nfl.import_schedules(years)
```
Returns dataframe with schedule information for years specified

years: required, list of years to pull data for (earliest available is 1999)

**Additional features**
```python
nfl.clean_nfl_data(df)
Expand Down

0 comments on commit 1fcc51a

Please sign in to comment.