Searched defs:s3_resource (Results 1 – 6 of 6) sorted by relevance
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/ |
H A D | test_fsspec.py | 191 def test_from_s3_csv(s3_resource, tips_file, s3so): argument 208 def test_s3_protocols(s3_resource, tips_file, protocol, s3so): argument 217 def test_s3_parquet(s3_resource, s3so): argument
|
H A D | conftest.py | 96 def s3_resource(s3_base, tips_file, jsonl_file, feather_file): function
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/json/ |
H A D | test_compression.py | 39 def test_with_s3_url(compression, s3_resource, s3so): argument
|
H A D | test_pandas.py | 1209 def test_read_s3_jsonl(self, s3_resource, s3so): argument 1703 def test_to_s3(self, s3_resource, s3so): argument
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/parser/ |
H A D | test_textreader.py | 247 def test_usecols(self): 261 exp = _make_reader().read()
|
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/excel/ |
H A D | test_readers.py | 667 def test_read_from_s3_url(self, read_ext, s3_resource, s3so): argument 678 def test_read_from_s3_object(self, read_ext, s3_resource, s3so): argument
|