nasa/OnAIR

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

开放

#154 创建于 2024年9月11日

 (1 条评论) (0 个反应) (0 位负责人)Python (28 个派生)auto 404
conventionhelp wantedquestion

仓库指标

星标
 (105 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南