(pdf)
| 38 | |
| 39 | |
| 40 | def test_from_pandas_empty(pdf): |
| 41 | pdf = pdf.iloc[:0] |
| 42 | df = from_pandas(pdf, npartitions=2) |
| 43 | assert_eq(pdf, df) |
| 44 | |
| 45 | |
| 46 | def test_from_pandas_immutable(pdf): |
nothing calls this directly
no test coverage detected
searching dependent graphs…