Open DQinYuan opened 6 years ago
The only method I can think is columns.get(columnName),but columns is a private member of DataFrame,Can you provider some interface, so that users can access Index columns member?
columns.get(columnName)
columns
private
Index columns
The only method I can think is
columns.get(columnName)
,butcolumns
is aprivate
member of DataFrame,Can you provider some interface, so that users can accessIndex columns
member?