MCPcopy Create free account
hub / github.com/datapane/datapane / test_to_df_df

Function test_to_df_df

python-client/tests/common/test_df_processor_2.py:29–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28
29def test_to_df_df():
30 empty = pd.DataFrame()
31 new_df = to_df(empty)
32 pd.testing.assert_frame_equal(empty, new_df, check_like=True)
33
34
35def test_to_df_series():

Callers

nothing calls this directly

Calls 1

to_dfFunction · 0.90

Tested by

no test coverage detected