Closed brandonc-edu closed 3 days ago
As of Nov. 4th, Anna is going to use the script this week and get back to us on any issues or give us the all clear if everything works by the end of the week.
There was an issue that turned out to be because of the format of one of the files. Anna fixed that issue and the script works without any other problems.
Need to write a Python script that scans through the data contained within three categories of text files and combine the desired components into (presumably) a CSV file.
Will require use of the re and pandas packages (re to scan and grab values from txt files, pandas to shove the desired values into DataFrame into a CSV).