------------------------------------------------- lines 6-29 of file: at_cascade/csv/check_table.py ------------------------------------------------- {xrst_begin csv.check_table} Check Columns in a CSV File ########################### Prototype ********* {xrst_literal BEGIN_DEF END_DEF } file_name ********* is the name of the name of the csv file corresponding to the table. table ***** is the table corresponding to the csv file; i.e., {xrst_code py} table = at_cascade.csv.read(file_name) {xrst_code} {xrst_end csv.check_table}