Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ constructor
Function
constructor
pandas/tests/base/test_constructors.py:40–41 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
38
ids=[
"Series"
,
"DataFrame-dict"
,
"DataFrame-array"
,
"Index"
],
39
)
40
def
constructor(request):
41
return
request.param
42
43
44
class
TestPandasDelegate:
Callers
15
test_constructor_datetime_outofbound
Method · 0.70
test_constructor_datetime_nonns
Method · 0.70
test_constructor_from_dict_keys
Method · 0.70
setup
Method · 0.50
_str_map
Method · 0.50
_maybe_convert_i8
Method · 0.50
test_factorize
Method · 0.50
test_to_datetime_mixed_datetime_and_string_with_format
Method · 0.50
test_to_datetime_mixed_dt_and_str_with_format_mixed_offsets_utc_false_removed
Method · 0.50
test_to_datetime_mixed_datetime_and_string_with_format_raises
Method · 0.50
test_to_datetime_cache
Method · 0.50
test_infer_freq_custom
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected