()
| 83 | |
| 84 | |
| 85 | def test_to_df_timedelta(): |
| 86 | delta = pd.to_timedelta(timedelta(days=1, seconds=10000, microseconds=100000)) |
| 87 | assert_scalar_works(delta) |
| 88 | |
| 89 | |
| 90 | def test_to_df_2_dim_numpy_array(): |
nothing calls this directly
no test coverage detected