forked from bellwether/minerva
updated readme to match new name
This commit is contained in:
parent
a9954f2037
commit
1bc6c06290
1 changed files with 2 additions and 2 deletions
|
|
@ -10,9 +10,9 @@ underlying structure).
|
||||||
|
|
||||||
# Basic Usage
|
# Basic Usage
|
||||||
```
|
```
|
||||||
import access as a
|
import minerva as m
|
||||||
|
|
||||||
athena = a.Athena("hay", "s3://haystac-pmo-athena/")
|
athena = m.Athena("hay", "s3://haystac-pmo-athena/")
|
||||||
query = athena.query('select * from "trajectories"."kitware" limit 10')
|
query = athena.query('select * from "trajectories"."kitware" limit 10')
|
||||||
data = query.results()
|
data = query.results()
|
||||||
print(data.head(10))
|
print(data.head(10))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue