molprop.utils.utils.read_data_to_df

molprop.utils.utils.read_data_to_df(path, data_args, without_target=False)

Converts a .csv file into a DataFrame.

Parameters:
  • path (str) – Path of the .csv file.

  • data_args (Namespace) – Parameters of the data.

Returns:

DataFrame converted from a .csv file.

Return type:

pd.DataFrame