You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
topper-123
changed the title
PERF: Inefficient data representation when building dataframe from 2D NumPy array using copy=True
PERF: Inefficient data representation when building dataframe from NumPy array using copy=True
Apr 5, 2023
I'd expect pandas to align the ndarray internally the same way in these two cases and IMO the problem is in the constructor copy.
xref #50756, where the similar issue
pd.DataFrame(data, copy=None)
is discussed.The text was updated successfully, but these errors were encountered: