We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660c47d commit cb4471dCopy full SHA for cb4471d
README.md
@@ -82,9 +82,9 @@ dir(dapi)
82
83
### Database
84
```python
85
-import dapi
+from dapi.db import DSDatabase
86
87
-db = dapi.DSDatabase("ngl")
+db = DSDatabase("ngl")
88
sql = 'SELECT * FROM SITE'
89
df = db.read_sql(sql)
90
print(df)
@@ -135,4 +135,4 @@ The project only works on `Python 3.9` due to AgavePy Issue [#125](https://githu
135
136
* Krishna Kumar, University of Texas at Austin
137
* Prof. Pedro Arduino, University of Washington
138
-* Prof. Scott Brandenberg, University of California Los Angeles
+* Prof. Scott Brandenberg, University of California Los Angeles
0 commit comments