Skip to content

Commit

Permalink
Back with append
Browse files Browse the repository at this point in the history
  • Loading branch information
uba committed Jan 26, 2023
1 parent f1b3eec commit 95c964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tathu/io/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def output(self, systems):
if self.gdf is None:
self.gdf = systems2geopandas(systems)
else:
self.gdf = self.gdf.concat(systems2geopandas(systems))
self.gdf = self.gdf.append(systems2geopandas(systems))

0 comments on commit 95c964d

Please sign in to comment.