saviornt / FinDataViz

Data Visualization and Analytical report between the relationship between the United States stock market, the Federal Reserve Economic Data (FRED), as well as the US Census Bureau of Economic Indicators (US-CBEI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Securities dataframe drops the first 14 records since they include NaN values.

saviornt opened this issue · comments

This will be fixed on next commit by including a timedelta of (-45 days) to the start_date and then dropping the first (45 - 14) rows (the maximum technical indicator time period is 14 days - tested and works properly).