unicodecsv 0.14.1
0
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replac
Contents
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which does.
Stars: 595, Watchers: 595, Forks: 88, Open Issues: 26The jdunck/python-unicodecsv
repo was created 13 years ago and the last code push was 1 years ago.
The project is popular with 595 github stars!
How to Install unicodecsv
You can install unicodecsv using pip
pip install unicodecsv
or add it to a project with poetry
poetry add unicodecsv
Package Details
- Author
- Jeremy Dunck
- License
- BSD License
- Homepage
- https://github.com/jdunck/python-unicodecsv
- PyPi:
- https://pypi.org/project/unicodecsv/
- GitHub Repo:
- https://github.com/jdunck/python-unicodecsv
Classifiers
Related Packages
Errors
A list of common unicodecsv errors.
Code Examples
Here are some unicodecsv
code examples and snippets.