Commit 9ec3f7b
authored
Remove broken test for Panel with to_pandas() (#4028)
* Remove broken test for Panel with to_pandas()
We don't support creating a Panel with to_pandas() with *any* version of
pandas at present, so this test was previous broken if pandas < 0.25 was
isntalled.
* remove unused import
* Fixup LooseVersion import1 parent 59b470f commit 9ec3f7b
1 file changed
+5
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
496 | 495 | | |
497 | 496 | | |
498 | 497 | | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
509 | 503 | | |
510 | 504 | | |
511 | 505 | | |
| |||
0 commit comments