read_github_csv
read_github_csv(path, ref='main', repo=None, token=None, **kwargs)Read a CSV from a GitHub repository.
Accepts a repo path or full GitHub/raw URL, sends the GitHub PAT via the Authorization header, retries transient errors, and returns a pandas DataFrame.