MCPcopy
hub / github.com/pandas-dev/pandas / read_csv

Method read_csv

pandas/tests/io/test_stata.py:65–66  ·  view source on GitHub ↗
(self, file)

Source from the content-addressed store, hash-verified

63 return read_stata(file, convert_dates=True)
64
65 def read_csv(self, file):
66 return read_csv(file, parse_dates=True)
67
68 @pytest.mark.parametrize("version", [114, 117, 118, 119, None])
69 def test_read_empty_dta(self, version, temp_file):

Callers 15

test_read_dta3Method · 0.95
test_write_dta6Method · 0.95
test_dtype_conversionMethod · 0.95
test_drop_columnMethod · 0.95
readMethod · 0.45
test_iteratorMethod · 0.45
test_unknown_engineMethod · 0.45
test_binary_modeMethod · 0.45
test_codecs_encodingFunction · 0.45

Calls 1

read_csvFunction · 0.90

Tested by

no test coverage detected