Is this something that is worth pursuing? Personally, I don't use Panel really ever since DataFrame is basically N-dimensional, but this might be good for API consistency.

Comment From: jreback

this is just a generalization of the frame methods (e.g. could be put in generic.py and changed slightly). putting on wishlist

Comment From: cpcloud

Is there a more general pr for these types of things? That is, refactors into generic? On May 13, 2013 1:41 PM, "jreback" notifications@github.com wrote:

this is just a generalization of the frame methods (e.g. could be put in generic.py and changed slightly). putting on wishlist

— Reply to this email directly or view it on GitHubhttps://github.com/pydata/pandas/issues/3581#issuecomment-17827732 .

Comment From: jreback

I am doing a bunch in series inherit from frame

eg reindex, fillna

maybe I'll out this in the refactor category

there r definitely method that could/should be generalized for multi dim ( some r harder than others)