christophertubbs / christophertubbs/PyRDB
Route the default data to a singular RDBTable in an RDB if there is only one
Open
enhancement
good first issue
help wanted
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
The data from "https://waterservices.usgs.gov/nwis/iv/?format=rdb&sites=08025360&siteStatus=all¶meterCd=00060" yields one RDBTable. To access it, you have to know to hit `data["08025360"]`. Since there's only one table to reference, reference have `data.data` refer to that one table for easier, more obvious access.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.