Design
Models
API
API Mapping
Migration Guide
Syntax Support
FAQ
RELEASE NOTES
Return the names of the columns in dataset.
list, list of column names in the dataset.
Examples
>>> # dataset is an instance object of Dataset >>> col_names = dataset.get_col_names()