gi.ags.read.ags3_to_dfs
gi.ags.read.ags3_to_dfs(ags3_data)
Converts AGS 3 data to a dictionary of pandas DataFrames.
Parameters
Name | Type | Description | Default |
---|---|---|---|
ags3_data | str | The AGS 3 data as a string. | required |
Returns
Name | Type | Description |
---|---|---|
Dict[str, pd.DataFrame] | Dict[str, pd.DataFrame]: A dictionary of pandas DataFrames, where each key represents a group name from AGS 3 data, | |
Dict[str, pd.DataFrame] | and the corresponding value is a pandas DataFrame containing the data for that group. |