Skip to content

Commit 644c97e

Browse files
committed
remove drop.na when normalizing project type specifics to avoid deleting rows in results
1 parent a36010d commit 644c97e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mapswipe_workers/mapswipe_workers/generate_stats/project_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def normalize_project_type_specifics(path):
5151
columns={column: column.replace("properties.", "")}, inplace=True
5252
)
5353

54-
df.dropna(inplace=True, axis=0)
5554
df.to_csv(path)
5655

5756

0 commit comments

Comments
 (0)