gridstatus / gridstatusio

Python client for accessing the GridStatus.io Hosted API.
https://www.gridstatus.io
BSD 3-Clause "New" or "Revised" License
26 stars 3 forks source link

Limit defaults to none #14

Closed kmax12 closed 10 months ago

kmax12 commented 10 months ago

When using client.get_dataset(), the number of rows per request now defaults to maximum allowed by your API key.

You can specify a lower limit using the limit parameter. We recommend using the default for maximum performance.