pymoodef.datasets

Module Contents

Functions

get_questions_xlsx()

Get path to example questions xlsx file.

get_questions_csv()

Get path to example questions csv file with "," as separator.

get_questions1_csv()

Get path to example questions csv file with ";" as separator.

get_questions_ini()

Get path to example questions ini file.

get_questions1_ini()

Get path to example questions1 ini file.

pymoodef.datasets.get_questions_xlsx()[source]

Get path to example questions xlsx file.

Returns:

Path to file.

Return type:

pathlib.PosixPath

pymoodef.datasets.get_questions_csv()[source]

Get path to example questions csv file with “,” as separator.

Returns:

Path to file.

Return type:

pathlib.PosixPath

pymoodef.datasets.get_questions1_csv()[source]

Get path to example questions csv file with “;” as separator.

Returns:

Path to file.

Return type:

pathlib.PosixPath

pymoodef.datasets.get_questions_ini()[source]

Get path to example questions ini file.

Returns:

Path to file.

Return type:

pathlib.PosixPath

pymoodef.datasets.get_questions1_ini()[source]

Get path to example questions1 ini file.

Returns:

Path to file.

Return type:

pathlib.PosixPath