neurobooth_terra.redcap.get_tables_structure¶
- neurobooth_terra.redcap.get_tables_structure(metadata, include_surveys=None)[source]¶
Get the column names and datatypes for the tables.
- Returns
- table_infosdict
Dictionary with keys as table names and each table having the following entries: columns, dtypes, indicator_columns, and python_columns, python_dtypes (for casting columns to the right Python data type).