brandonc-edu / RatBAT

Repository for Capstone Project
0 stars 0 forks source link

Script to Structuralize Txt Data #11

Closed brandonc-edu closed 3 days ago

brandonc-edu commented 1 month ago

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).

brandonc-edu commented 2 weeks 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.

brandonc-edu commented 3 days ago

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.