appliedchemlabwork_tayra.common.get_data#
- appliedchemlabwork_tayra.common.get_data(str_or_path: PathLike[Any] | TextIO | str, parent: QObject | None = None) QScatterSeries[source]#
Loads data from the designated CSV file.
- Parameters:
- str_or_pathPathLike object or StrPath
The path to the file.
- Returns:
- pointsQScatterSeries
The
QScatterSeriesrepresentetation of the data.