You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check all formulas and implement how to calculate with those DataFrames.
For now I limited calculations with [:3] to the first 3 symbols as those have no NaN values.
Possible solutions:
limit calculations to 1 year into the past
calculate individualy from first price, i.e. dropna()
don't concatenate DataFrames and find another solution
The text was updated successfully, but these errors were encountered:
miron
changed the title
Newer Symbols have NaN values
Newer Symbols have NaN values before Listing date
Jun 26, 2022
Check all formulas and implement how to calculate with those DataFrames.
For now I limited calculations with [:3] to the first 3 symbols as those have no NaN values.
Possible solutions:
The text was updated successfully, but these errors were encountered: