cardillo / joinery

Data frames for Java
https://joinery.sh
GNU General Public License v3.0
695 stars 167 forks source link

How can I get the col number of a col Name? #74

Open DQinYuan opened 5 years ago

DQinYuan commented 5 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?