ENH: At top-level dataframe function for single-dispatched construction of a DataFrame #34799
Labels
Closing Candidate
May be closeable, needs more eyeballs
Constructors
Series/DataFrame/Index/pd.array Constructors
Enhancement
Needs Discussion
Requires discussion from core team before further action
Is your feature request related to a problem?
This might help with two things
DataFrame.__init__
Describe the solution you'd like
A new top-level
pd.dataframe
function.API breaking implications
None
Describe alternatives you've considered
xref #32844. Which attempted this for
DataFrame.__init__
. That was a non-starter since it exposed our internal BlockManager too publicly. #32844 (comment). So we'd need to do this on a top-level function instead.The text was updated successfully, but these errors were encountered: