csvkit follows the Python Community Code of Conduct.
- Browse the open issues to check that it is not already reported
- Run the csvkit tool (
csvcut
, etc.) with the-v
(--verbose
) flag - Open a new issue and include:
- the csvkit command with the
-v
(--verbose
) flag (for example,csvstat -v test.csv
) - the input file (rename the
.csv
to.txt
for GitHub) - the output text (including the traceback)
- the csvkit version (
csvcut --version
) - the Python version (
python --version
) - the operating system and version
- the csvkit command with the
Thanks!