Skip to content

Commit

Permalink
fix: don't remove NaNs, might be informative.
Browse files Browse the repository at this point in the history
Re-coding should happen in flattened_dataset.
  • Loading branch information
MartinBernstorff committed Oct 5, 2022
1 parent 9e27556 commit 1ad5d81
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ def sfi_loader(
inplace=True,
)

# Change NaNs to 0
df["value"].fillna(0, inplace=True)

return df.reset_index(drop=True)


Expand Down

0 comments on commit 1ad5d81

Please sign in to comment.