read_csv_pandas#
- ansys.aedt.core.generic.file_utils.read_csv_pandas(input_file: str | Path, encoding: str = 'utf-8')#
Read information from a CSV file and return a list.
- Parameters:
- input_file
str
orpathlib.Path
Full path and name for the CSV file.
- encoding
str
,optional
File encoding for the CSV file. The default is
"utf-8"
.
- input_file
- Returns:
pandas.DataFrame
CSV file content.