I can't figure out how to display a the headers for a DataFrame in SwiftUI.
According to this post, I am only able to display rows in SwiftUI. Or am I completely wrong? Is there a way to convert the headers from a DataFrame to an String Array [String]? e.g.,
dataframe.columns.map { col in col.name }