S3 Select
$ python
>>> import quilt3
>>> b = quilt3.Bucket("s3://alpha-quilt-example")
>>> b.select("foo/bar.csv", "SELECT * FROM S3Object LIMIT 5")
<<< <pandas DataFrame object at ...>Last updated
Was this helpful?
$ python
>>> import quilt3
>>> b = quilt3.Bucket("s3://alpha-quilt-example")
>>> b.select("foo/bar.csv", "SELECT * FROM S3Object LIMIT 5")
<<< <pandas DataFrame object at ...>Last updated
Was this helpful?
Was this helpful?