Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[parquet] stringify source to handle both URLs and local paths
Stringify the source path that we feed into `pq.read_table`. This produces consistent results for local paths and URLs, where using a `visidata.Path` directly tries to load the underlying `pathlib.Path` object at `_path`.
- Loading branch information