From 4175374d2ab2ae994506d4e71cf982d6efb9cdb4 Mon Sep 17 00:00:00 2001 From: Martin Durant Date: Wed, 7 Feb 2024 13:11:18 -0500 Subject: [PATCH] typo --- fastparquet/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastparquet/api.py b/fastparquet/api.py index 58b4760f..f6e55426 100644 --- a/fastparquet/api.py +++ b/fastparquet/api.py @@ -14,7 +14,7 @@ from fastparquet.json import json_decoder from fastparquet.util import (default_open, default_remove, ParquetException, val_to_num, ops, ensure_bytes, ensure_str, check_column_names, metadata_from_many, - ex_from_sep, _strip_path_tail, get_fs, PANDAS_VERSION, jion_path) + ex_from_sep, _strip_path_tail, get_fs, PANDAS_VERSION, join_path) # Find in names of partition files the integer matching "**part.*.parquet",