The new function get_data_types can be used in conjunction with to_dataframes to make code aware of the expected data type in the Value column. (E.g., floats unless GamsDataType.Set).
This PR also fixes list_symbols to actually return a list of str as is stated in the documentation. It was incorrectly returning a list of gdx.GdxSymbol objects.
The new function get_data_types can be used in conjunction with to_dataframes to make code aware of the expected data type in the Value column. (E.g., floats unless GamsDataType.Set).
This PR also fixes list_symbols to actually return a list of str as is stated in the documentation. It was incorrectly returning a list of gdx.GdxSymbol objects.