Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX-modin-project#6778: Read parquet files without file extensions us…
…ing fastparquet In supporting fastparquet, modin takes the paths provided, globs them, and filters them to only look at files with the .parq or .parquet extension. This commit adds support so that if the path supplied is explicitly a file, it will be included. This commit also fixes the formatting issues for the `black` linter. Signed-off by: Ari Brown <[email protected]>
- Loading branch information