nasa/OnAIR

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

Aberta

#154 aberto em 11 de set. de 2024

 (1 comentário) (0 reação) (0 responsável)Python (28 forks)auto 404
conventionhelp wantedquestion

Métricas do repositório

Stars
 (105 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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?

Guia do colaborador