From 980103691107e101d0ab1a119f8c2115f35bef2a Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Thu, 17 Mar 2022 16:05:15 +0100 Subject: [PATCH] clarification in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c81bfc8..f1fde91 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,11 @@ Parsing the numerical output from Sensovation Sensospot image analysis. from .parser import parse_file, parse_folder # noqa: F401 - **parse_folder(path_to_folder)** - Searches the folder for parsable .csv files, parses them into one big pandas - data frame and will add additional meta data from parameters folder, if - it is present. + Searches the folder for parsable Sensospot .csv files, parses them into one + big pandas data frame and will add additional meta data from parameters folder, + if it is present. - **parse_file(path_to_csv_file)** - Parses the csv file into a pandas data frame and will add additional some + Parses a Sensospot csv file into a pandas data frame and will add some additional meta data from the file name. Is internally also used by `parse_folder()`