theOGognf / finagg

A Python package for aggregating and normalizing historical data from popular and free financial APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better table names

theOGognf opened this issue · comments

Table names should be fully qualified such that they can be accessed according to their submodule location.

An example would be the prices table in yfinance. It should be something along the lines of "yfinance.raw.prices". Similarly, the daily features table should be something like "yfinance.refined.daily"

Table names are improved on feature-agg branch