API: deprecate DataFrame.from_items ? #17320
Labels
API Design
Deprecate
Functionality to remove in pandas
Needs Discussion
Requires discussion from core team before further action
Milestone
xref #4916, #17312
example of where it is needed
We possibly could deprecate this to shrink the construction api - I find
DataFrame(dict(items))
easier to think about / remember (item is a pretty generic term), only downside I see is it discards order on <3.6The text was updated successfully, but these errors were encountered: