I have data frame with header in Julia , but I need to convert this to array for some filtering , there is some similar post that people suggest using :
iris[:, 1:3]
to get array from dataframe but this method wont work on dataframe with header , any suggestion what should I do ?
dataframe format :
FP | C1 | Cz | C2 ....
* | * | * | * ....
. | . | . | . ....
. | . | . | . ....
. | . | . | . ....