Browse Source

clarification in readme

xmlparsing
Holger Frey 3 years ago
parent
commit
9801036911
  1. 8
      README.md

8
README.md

@ -28,11 +28,11 @@ Parsing the numerical output from Sensovation Sensospot image analysis.
from .parser import parse_file, parse_folder # noqa: F401 from .parser import parse_file, parse_folder # noqa: F401
- **parse_folder(path_to_folder)** - **parse_folder(path_to_folder)**
Searches the folder for parsable .csv files, parses them into one big pandas Searches the folder for parsable Sensospot .csv files, parses them into one
data frame and will add additional meta data from parameters folder, if big pandas data frame and will add additional meta data from parameters folder,
it is present. if it is present.
- **parse_file(path_to_csv_file)** - **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()` meta data from the file name. Is internally also used by `parse_folder()`

Loading…
Cancel
Save