Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rz910 authored Jul 19, 2020
1 parent 6dc5dde commit 9f684b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ df = df.tz_localize('US/Eastern')

#Construct all available datasets for certain years
years = ['2013','2019','2020']
datasets = supported_datasets # or datasets = ['interface_flows_5m']
datasets = ['load_h','interface_flows_5m']
NYISOData.construct_databases(years=years, datasets=datasets, reconstruct=True)
```

Expand Down

0 comments on commit 9f684b5

Please sign in to comment.