Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mlnsio
/
text2sql
like
0
Runtime error
App
Files
Files
Community
main
text2sql
/
core
/
cron.py
ns-devel
Text2SQL app
38171fa
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
from
data_pipeline
import
MFList
def
store_mutual_funds
():
mf_list = MFList()
mf_list.extract()
mf_list.transform()
mf_list.load()
print
(
"Stored successfully"
)