# csv-hasher Hashes a given column of a CSV file. ## Requirements Running: * [Python 3](https://python.org). * [Pandas](https://pandas.pydata.org). * [python-humanfriendly](https://github.com/xolox/python-humanfriendly). Testing: * [GNU Make](https://www.gnu.org/software/make/). * [Pipenv](https://pipenv.pypa.io). ## Testing make vendor make test