Home
last modified time | relevance | path

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 Dtest_fsspec.py191 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 Dconftest.py96 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 Dtest_compression.py39 def test_with_s3_url(compression, s3_resource, s3so): argument
H A Dtest_pandas.py1209 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 Dtest_textreader.py247 def test_usecols(self):
261 exp = _make_reader().read()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/io/excel/
H A Dtest_readers.py667 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