cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

Concatenate multiple dataframes #98

Open jihoonkang0829 opened 2 years ago

jihoonkang0829 commented 2 years ago

What?

Per #83, I have mimicked the pandas.concat method to implement outer and inner concat for DataFrame, based on the pre-existing concat method in Combining class.

Why?

Enhancement for v1.1 milestone.

How?