nasa/OnAIR

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

Ouverte

#154 ouverte le 11 sept. 2024

 (1 commentaire) (0 réaction) (0 personne assignée)Python (28 forks)auto 404
conventionhelp wantedquestion

Métriques du dépôt

Stars
 (105 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur