Data Frame Util
Functions
Writes the data frame as a MarkDown based table by converting rows to strings.
Randomly select an element from the data column
Randomly select a row from the data frame
Randomly selects an element from the data column using the supplied cdf
Randomly selects a row from the data frame using the supplied cdf
Randomly selects from the data frame using the supplied cdf
A new DataColumn is created, such that the first sampleSize elements contain the sampled values. That is, x.get(0), x.get(1), ... , x.get(sampleSize-1) is the random sample without replacement
Converts the data frame to rows of comma separated file output with specified separator. The default separator is a comma. Elements that are strings are enclosed in double quotes to permit the separator to appear in the element. If the header is true, then the column names of the dataframe are included as the first row before any data rows are appended.
Convert the dataframe to a TabularOutputFile at the supplied pathToFile
Convert the dataframe to a TabularOutputFile with the supplied file name within KSL.outDir