org.dflib.builder.DataFrameArrayAppender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dflib Show documentation
Show all versions of dflib Show documentation
dflib: DataFrame library
package org.dflib.builder;
/**
* Assembles a DataFrame from a sequence of Object arrays. Supports source transformations, including generation of
* primitive columns, etc.
*
* @since 0.16
*/
public class DataFrameArrayAppender extends DataFrameAppender