Finds an unused column name given initial column name and a list of existing column names.
Finds an unused column name given initial column name and a list of existing column names. The unused column name will be given prefix with a number appended to it, eg "testColumn_5". There will be an underline between the column name and the number appended.
The unused column name.
Contains methods for manipulating spark dataframes and datasets.