We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffe07f8 commit c7be2cdCopy full SHA for c7be2cd
pandas/tests/io/test_s3.py
@@ -31,4 +31,4 @@ def test_streaming_s3_objects():
31
def test_read_csv_from_public_bucket():
32
# https://github.com/pandas-dev/pandas/issues/34626
33
result = read_csv("s3://nyc-tlc/misc/taxi _zone_lookup.csv")
34
- assert result.shape == (265, 4)
+ assert result.shape == (265, 42)
0 commit comments