arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

allow addition/assignment of a DataFrame column via a Series object

Open kellyjoy15 opened this issue 2 years ago • 0 comments

The indexes must be compatible, but not necessarily equal or of the same length. The column should populate n/a values for indices in the dataframe that are missing in the Series. If the series index has elements not present in the dataframe index, new rows should be created with n/a values for the other columns.

kellyjoy15 avatar May 04 '22 17:05 kellyjoy15