nasa/OnAIR

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

オープン

#154 opened on 2024/09/11

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (28 件のフォーク)auto 404
conventionhelp wantedquestion

Repository metrics

Stars
 (105 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド