Homepage
Open in app
Sign inGet started

數聚點

  • 如何成為資料分析師
  • 輕鬆學習 R 語言
  • 進擊的資料科學
  • 輕鬆學習 Python
  • Python 與網頁資料擷取
  • 關於數聚點
  • 十個學習資料分析與 SQL 常見問題

    十個學習資料分析與 SQL 常見問題

    在學習前、中、後三階段常被問到的問題與答覆
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Dec 26, 2022
    R 語言的 50+ 練習

    R 語言的 50+ 練習

    統計分析的前哨站
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 19, 2022
    Python 的 50+ 練習

    Python 的 50+ 練習

    資料科學學習手冊
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Dec 17, 2021
    Python 的資料結構

    Python 的資料結構

    將資料型別組織成資料結構。
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Nov 3, 2021
    Python 的資料型別

    Python 的資料型別

    不同應用場景的基礎資料型別。
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 11, 2021
    Python 的函數使用方式

    Python 的函數使用方式

    認識函數的基本觀念
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 2, 2021
    Python 起步走

    Python 起步走

    哈囉世界與 Python 禪學
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Aug 25, 2021
    資料分析為何需要學 SQL

    資料分析為何需要學 SQL

    SQL 的五十道練習:初學者友善的資料庫入門
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Mar 17, 2021
    輕鬆學習 R 語言第三版:起步走

    輕鬆學習 R 語言第三版:起步走

    關於 R 語言、開發環境與動手寫 R 語言
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Feb 10, 2021
    輕鬆學習 R 語言(第三版)

    輕鬆學習 R 語言(第三版)

    緣起、預計修訂章節與採用 Bookdown。
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Feb 5, 2021
    JupyterHub with K8s 步驟一到六

    JupyterHub with K8s 步驟一到六

    在 GCP Kubernetes Engines 建置 JupyterHub 的筆記
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 14, 2020
    指數是什麼?動手算一次就懂

    指數是什麼?動手算一次就懂

    寫點 Python 程式計算道瓊工業平均指數與標準普爾 500 指數。
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 10, 2020
    如何對資料框進行基礎操作

    如何對資料框進行基礎操作

    寫一些 pandas 語法操作 Johns Hopkins COVID-19 每日報告。
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 9, 2020
    如何計算股票分割的原始價格

    如何計算股票分割的原始價格

    寫一些 R 程式計算 TSLA 與 AAPL 的未調整價格
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 3, 2020
    冠狀病毒大流行

    冠狀病毒大流行

    寫一些 Python 程式擷取摘要冠狀病毒大流行現況的四個關鍵數字,並且像維基百科一般地描述
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Sep 1, 2020
    如何使用 R 的時間序列 xts 類別

    如何使用 R 的時間序列 xts 類別

    xts(eXtensible Time Series)
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Aug 13, 2020
    讓 Jupyter 環境一鍵啟動

    讓 Jupyter 環境一鍵啟動

    使用 Binder 與 GitHub
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Aug 6, 2020
    不依賴森蚺的 Unix 分析環境

    不依賴森蚺的 Unix 分析環境

    如何在 macOS/Linux 建置非 Anaconda 的資料分析環境
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    May 11, 2020
    不依賴森蚺的 Windows 分析環境

    不依賴森蚺的 Windows 分析環境

    如何在 Windows 建置非 Anaconda 的資料分析環境
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    May 4, 2020
    如何部署無伺服器的爬蟲程式

    如何部署無伺服器的爬蟲程式

    以 Python、AWS Chalice 與 Johns Hopkins COVID-19 為例
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Apr 8, 2020
    如何擷取解析 JSON 資料

    如何擷取解析 JSON 資料

    以 Chrome 開發者工具、Python requests 與 data.nba.net 為例
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Apr 6, 2020
    如何在軸物件上用函式作圖

    如何在軸物件上用函式作圖

    好用的 Matplotlib 實戰技巧
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Apr 4, 2020
    如何直接由 GitHub 載入資料

    如何直接由 GitHub 載入資料

    以 Johns Hopkins COVID-19 Repository 為例
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Mar 22, 2020
    輕鬆學習 Python:Sphinx 套件

    輕鬆學習 Python:Sphinx 套件

    支援 RST、Markdown 與 Jupyter Notebook 的文件產生器
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Mar 2, 2020
    可擴展的 JupyterHub with Kubernetes

    可擴展的 JupyterHub with Kubernetes

    如何在 GKE 建置 JupyterHub
    Go to the profile of Yao-Jen Kuo
    Yao-Jen Kuo
    Feb 12, 2020
    About 數聚點 DATAINPOINTLatest StoriesArchiveAbout MediumTermsPrivacy