nasa/OnAIR

Could starting frames use 'nan' instead of '-'

Offen

#154 geöffnet am 11.09.2024

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (28 Forks)auto 404
conventionhelp wantedquestion

Repository-Metriken

Stars
 (105 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

A starting frame of data is filled with '-' in place of all values. As data comes in they are replaced with the value for that specific data point; however, this means we are mixing strings and floats in our data frame. We could instead use float('nan') as our initial values. Would that be appropriate without causing errors?

Contributor Guide