feat(doc strings) fixed doc string format
This commit is contained in:
Родитель
88e5a3d724
Коммит
faa26b3c54
|
@ -31,7 +31,8 @@ def load_pandas_df(
|
|||
|
||||
Args:
|
||||
local_cache_path(str): Path (directory or a zip file) to cache the downloaded zip file.
|
||||
If None, all the intermediate files will be stored in a temporary directory and removed after use.
|
||||
If None, all the intermediate files will be stored in a temporary directory and removed
|
||||
after use.
|
||||
file_split(str): File split to load. One of (dev, test, train)
|
||||
file_type(str): File type to load. One of (txt, jsonl)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче