7 Data
This chapter covers how to bundle data files (CSV, JSON, Parquet, etc.) inside a Python package so they are accessible regardless of where the package is installed, using importlib.resources.
2026-05-08
This chapter covers how to bundle data files (CSV, JSON, Parquet, etc.) inside a Python package so they are accessible regardless of where the package is installed, using importlib.resources.