helper_functions 모듈
함수
can_load_mltable
can_load_mltable(uri, storage_options=None)
매개 변수
Name | Description |
---|---|
uri
필수
|
|
storage_options
|
Default value: None
|
get_invalid_mltable
get_invalid_mltable(get_invalid_data_folder_path)
매개 변수
Name | Description |
---|---|
get_invalid_data_folder_path
필수
|
|
get_mltable_and_dicts
get_mltable_and_dicts(path)
매개 변수
Name | Description |
---|---|
path
필수
|
|
list_of_dicts_equal
list_of_dicts_equal(a, b, c=None)
매개 변수
Name | Description |
---|---|
a
필수
|
|
b
필수
|
|
c
|
Default value: None
|
mltable_as_dict
MLTable이 지정된 경우 기본 데이터 흐름(변환 단계, 메타데이터 추가 등)을 사전으로 반환합니다.
mltable_as_dict(mltable)
매개 변수
Name | Description |
---|---|
mltable
필수
|
|
mltable_was_loaded
mltable_was_loaded(mltable)
매개 변수
Name | Description |
---|---|
mltable
필수
|
|
save_mltable_yaml_dict
save_mltable_yaml_dict(save_dirc, mltable_yaml_dict)
매개 변수
Name | Description |
---|---|
save_dirc
필수
|
|
mltable_yaml_dict
필수
|
|