Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 30, 2025

Bumps csvkit from 1.0.7 to 2.1.0.

Changelog

Sourced from csvkit's changelog.

2.1.0 - February 26, 2025

  • feat: Add a :code:--no-leading-zeroes option to tools that support type inference.
  • feat: Add a :code:--add-bom option to add the UTF-8 byte-order mark (BOM) to CSV output, for Excel compatibility.
  • feat: :doc:/scripts/csvsql adds a :code:--engine-option option.
  • feat: :doc:/scripts/csvsql adds a :code:--sql-delimiter option, to set a different delimiter than ; for the :code:--query, :code:--before-insert and :code:after-insert options.
  • feat: :doc:/scripts/sql2csv adds a :code:--execution-option option.
  • feat: :doc:/scripts/sql2csv uses the stream_results=True execution option, by default, to not load all data into memory at once.
  • fix: :doc:/scripts/csvcut no longer errors on unknown columns when using the :code:--not-columns (:code:-C) option.
  • fix: :doc:/scripts/csvsql uses a default value of 1 for the :code:--min-col-len and :code:--col-len-multiplier options.
  • fix: The :code:--encoding option defaults to the PYTHONIOENCODING environment variable if set.
  • fix: For type inference, number takes priority over date-time, if not using the :code:--datetime-format option.

2.0.1 - July 12, 2024

  • feat: :doc:/scripts/csvsql adds :code:--min-col-len and :code:--col-len-multiplier options.
  • feat: :doc:/scripts/sql2csv adds a :code:--engine-option option.
  • feat: Add a Docker image: docker pull ghcr.io/wireservice/csvkit:latest.
  • feat: Add man pages to the sdist and wheel distributions.
  • fix: :doc:/scripts/csvstat no longer errors when a column is a time delta and :code:--json is set.
  • fix: When taking arguments from sys.argv on Windows, glob patterns, user directories, and environment variables are expanded.

2.0.0 - May 1, 2024

This is the first major release since December 27, 2016. Thank you to all :ref:contributors<authors>, including 44 new contributors since 1.0.0!

Want to use csvkit programmatically? Check out agate <https://agate.readthedocs.io/en/latest/>__, used internally by csvkit.

BACKWARDS-INCOMPATIBLE CHANGES:

  • :doc:/scripts/csvclean now writes its output to standard output and its errors to standard error, instead of to basename_out.csv and basename_err.csv files. Consequently:

    • The :code:--dry-run option is removed. The :code:--dry-run option changed error output from the CSV format used in basename_err.csv files to a prosaic format like Line 1: Expected 2 columns, found 3 columns.
    • Summary information like No errors., 42 errors logged to basename_err.csv and 42 rows were joined/reduced to 24 rows after eliminating expected internal line breaks. is not written.
  • :doc:/scripts/csvclean no longer reports or fixes errors by default; it errors if no checks or fixes are enabled. Opt in to the original behavior using the :code:--length-mismatch and :code:--join-short-rows options. See new options below.

  • :doc:/scripts/csvclean no longer omits rows with errors from the output. Opt in to the original behavior using the :code:--omit-error-rows option.

  • :doc:/scripts/csvclean joins short rows using a newline by default, instead of a space. Restore the original behavior using the :code:--separator " " option.

In brief, to restore the original behavior for :doc:/scripts/csvclean:

.. code-block:: bash

csvclean --length-mismatch --omit-error-rows --join-short-rows --separator " " myfile.csv

Other changes:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @plaindocs.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://writethedocs-www--2407.org.readthedocs.build/

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 30, 2025
Bumps [csvkit](https://github.com/wireservice/csvkit) from 1.0.7 to 2.1.0.
- [Changelog](https://github.com/wireservice/csvkit/blob/master/CHANGELOG.rst)
- [Commits](wireservice/csvkit@1.0.7...2.1.0)

---
updated-dependencies:
- dependency-name: csvkit
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/csvkit-2.1.0 branch from 4874b8c to c54f955 Compare July 31, 2025 11:21
@plaindocs
Copy link
Contributor

@dependabot merge

@plaindocs plaindocs enabled auto-merge (squash) July 31, 2025 11:33
@plaindocs plaindocs merged commit a2d643b into main Jul 31, 2025
7 checks passed
@plaindocs plaindocs deleted the dependabot/pip/csvkit-2.1.0 branch July 31, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant