Data Analysis 101 for those without data science background.
給非資料科學背景人的第一堂資料分析課。
In this repository, you will learn how to use pandas, duckdb, polars, matplotlib and seaborn for basic data analysis. This course offers a broad overview rather than an in-depth study. I hope these materials will encourage you to explore more about current data analysis techniques in Python.
在這門課程中,你將會學到如何使用 pandas、duckdb、polars、matplotlib、seaborn 等套件進行基礎資料分析。這門課並不會深入探索各個資料分析的面向與套用使用方法,而是帶領你對於這些常見、多樣化的工具有基本的認識。希望這些內容能激發你對探索當今 Python 資料分析技術的興趣,並主動學習更多。
Before diving into code, it is highly recommended to check out the reading materials below. They provide high-level concepts in various areas of data analysis.
在開始進入資料分析的程式課程前,強烈建議各位可以閱讀下方的文章,它們提供了資料分析不同面向的概念,能幫助你更好理解這門課的架構。