DVector.concat#
- DVector.concat(other)[source]#
Analogous to pandas dataframe concat method.
The DVector being concatenated must have the same zoning system, and the same segmentation levels. The segmentations of each must not overlap, meaning that in the case of enum segments used, both must contain subsets.
- Parameters:
other (DVector)