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

Function test_seaborn

pandas/tests/test_downstream.py:157–162  ·  view source on GitHub ↗
(mpl_cleanup)

Source from the content-addressed store, hash-verified

155
156
157def test_seaborn(mpl_cleanup):
158 seaborn = pytest.importorskip("seaborn")
159 tips = DataFrame(
160 {"day": pd.date_range("2023", freq="D", periods=5), "total_bill": range(5)}
161 )
162 seaborn.stripplot(x="day", y="total_bill", data=tips)
163
164
165def test_pandas_datareader():

Callers

nothing calls this directly

Calls 1

DataFrameClass · 0.90

Tested by

no test coverage detected