Skip to content

nemet/act-parser

Repository files navigation

===== Parser for ACT data files

This is a python script that will translate one or more ACT data files from a fixed-width field format to a more useful CSV format.

The script takes no arguments; everything is hard-coded in parseACT.py near the beginning of the script.

There are two lookup tables:

  • lookup_essay_comments.py: translates from comment codes to the descriptive test

  • lookup_college.py: translates from college codes to the institution name.

In the directory named Documentation is the documentation that I could find on the web explaining how the files are formatted.

I hope someone else finds it useful.

About

A python script that parses the data files provided by ACT into a more useful .csv format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published