Could starting frames use 'nan' instead of '-' #154
Labels
convention
Repository coding and documentation standards
help wanted
Extra attention is needed
question
Further information is requested
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?
The text was updated successfully, but these errors were encountered: