schrodinger.utils.csv_unicode module

A wrapper around Python’s csv module that allows it to work with Unicode characters and optionally, gzip compression. The interface is intended to mirror the csv interface. See Python’s csv documentation for an explanation of methods and method arguments.

schrodinger.utils.csv_unicode.reader_open(filename)[source]
schrodinger.utils.csv_unicode.writer_open(filename)[source]