A CSV processor library for Python, maintained by Open edX. Version 5.0.0 provides tools for reading and writing CSV files with a focus on handling BOM (Byte Order Mark) characters and encoding issues. The library supports Python 2.7 and 3.5+.
pip install super-csvNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic CSV read/write with BOM-safe encoding.
Use Python 3.5 or later.
Specify encoding='utf-8-sig' when opening files.
Replace calls to `update_from_dict` with `writer.writerow(dict_data)`.
No dependency data recorded yet.