gi.ags.read.ags4_to_dfs

gi.ags.read.ags4_to_dfs(ags4_data)

Converts AGS 4 data to a dictionary of pandas DataFrames.

Parameters

Name Type Description Default
ags4_data str The AGS 4 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 4 data,
Dict[str, pd.DataFrame] and the corresponding value is a pandas DataFrame containing the data for that group.