We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a91f70 commit 8db1beaCopy full SHA for 8db1bea
src/bedrock_ge/gi/ags3.py
@@ -116,9 +116,7 @@ def ags3_to_dfs(
116
group_data.append(cleaned_data_row)
117
118
# Also add the last group's df to the dictionary of AGS dfs
119
- ags3_dfs[group] = pd.DataFrame(group_data, columns=headers).dropna(
120
- axis=1, how="all"
121
- )
+ ags3_dfs[group] = pd.DataFrame(group_data, columns=headers)
122
123
if not group:
124
print(
0 commit comments