Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

LongPanel removal #552

Closed
wants to merge 12 commits into
from
View
@@ -94,9 +94,9 @@ Thanks
------
- Craig Austin
- Andreas Hilboll
-- Adam Klein
- Matt Harrison
- Arthur Gerigk
+- Adam Klein
- Gregg Lind
- Solomon Negusse
- Wouter Overmeire
View
@@ -1,3 +1,11 @@
+LongPanel removal
+=================
+
+- DONE level to flex methods
+- DONE level to reindex
+- ?? fast take for items
+
+
DONE
----
- SparseSeries name integration + tests
View
@@ -10,7 +10,7 @@
from pandas.core.daterange import DateRange
from pandas.core.series import Series, TimeSeries
from pandas.core.frame import DataFrame
-from pandas.core.panel import Panel, LongPanel
+from pandas.core.panel import Panel
from pandas.core.groupby import groupby
from pandas.core.reshape import pivot_simple as pivot
Oops, something went wrong.