Streamlit Interactive Data Application Course
課程介紹 這門課會帶領學員深入探索Streamlit的概念與操作技巧,您將學會如何應用Streamlit進行企業預測分析、資料庫操作,並將成果部署與發佈。課程將結合銷售案例,通過實戰演練,讓您在學習過…
Comments Off on Streamlit互動式資料應用班
2025.01.16
課程介紹 這門課會帶領學員深入探索Streamlit的概念與操作技巧,您將學會如何應用Streamlit進行企業預測分析、資料庫操作,並將成果部署與發佈。課程將結合銷售案例,通過實戰演練,讓您在學習過…
import requests url = 'https://data.tycg.gov.tw/api/v1/rest/datastore/a1b4714b-3b75-4ff8-a8f2-cc377e…
import requests from bs4 import BeautifulSoup import pandas as pd data = [] while True: stock_symbol…