brandonc-edu / carrasco

Repository for Capstone Project
0 stars 0 forks source link

Script to Structuralize Txt Data #11

Open brandonc-edu opened 14 hours ago

brandonc-edu commented 14 hours 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).