bsc-wdc / dislib

The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Apache License 2.0
45 stars 23 forks source link

Concat columns doesn't work reassign one of the parameters #426

Open cTatu opened 1 year ago

cTatu commented 1 year ago
a = ds.concat_columns(a, b)

doesn't work