hmda_tools Package

hmda_tools Package

hmda_tools.__init__.download_file(uri)[source]

unicode_csv Module

class hmda_tools.unicode_csv.UTF8Recoder(f, encoding)[source]

Iterator that reads an encoded stream and reencodes the input to UTF-8

next()[source]
class hmda_tools.unicode_csv.UnicodeReader(f, dialect=<class csv.excel>, encoding='utf-8', **kwds)[source]

A CSV reader which will iterate over lines in the CSV file “f”, which is encoded in the given encoding.

next()[source]