-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The marketdata
app uses save_download_data
function from marketdata.utils_download module
to save downloaded data into the database, download_data
table.
A more generic function save_df_to_db
is now available in howtoquant.utils
module. The old function should be replaced where it is called. A new option to save into download_data
table will need to be added into the generic function.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed