Series.append
Add a new value or values to the end of a Series.
Last updated
Add a new value or values to the end of a Series.
Last updated
newValue
Array, Series
Object to append
index
Array
The new index value(s) to append to the Series. Must contain the same number of values as newValues
as they map 1 - 1
.
options
Object
{ inplace: Whether to perform operation in-place or not.
}
false