Files
developer-roadmap/roadmaps/python-data-analysis/content/reading-data@w2j11Jyr_qLP1Y9ST-06O.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

799 B

Reading Data

Pandas provides functions to load data from many formats: pd.read_csv(), pd.read_excel(), pd.read_json(), pd.read_parquet(), pd.read_sql(), and others. Each function returns a DataFrame and accepts parameters for handling headers, delimiters, encoding, and data types. Reading data is always the first step in a Pandas workflow.

Visit the following resources to learn more: