We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba6c5f commit 523480cCopy full SHA for 523480c
pandas/tests/io/test_s3.py
@@ -31,5 +31,7 @@ def test_streaming_s3_objects():
31
@tm.network
32
@td.skip_if_no("s3fs")
33
def test_read_without_creds_from_pub_bucket():
34
+ # GH 34626
35
+ # Use Amazon Open Data Registry - https://registry.opendata.aws/gdelt
36
result = read_csv("s3://gdelt-open-data/events/1981.csv", nrows=3)
37
assert len(result) == 3
0 commit comments