Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
gh-74232: Add a note about roundtrip of non-float numerics in CSV#134963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-74232: Add a note about roundtrip of non-float numerics in CSV#134963
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Some numeric types, such as :class:`bool`, :class:`~fractions.Fraction`, | ||
or :class:`~enum.IntEnum`, have a string representation that cannot be | ||
converted to :class:`float`. | ||
They cannot be read in the :data:`QUOTE_NONNUMERIC` and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
They cannot be read in the:data:`QUOTE_NONNUMERIC` and | |
They cannot be read in the:data:`!QUOTE_NONNUMERIC` and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
While this is in the description for QUOTE_NONNUMERIC, but it is quite distant from the beginning, so a link will not harm.
e814f43
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…SV (pythonGH-134963)(cherry picked from commite814f43)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…SV (pythonGH-134963)(cherry picked from commite814f43)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-135048 is a backport of this pull request to the3.14 branch. |
GH-135049 is a backport of this pull request to the3.13 branch. |
Uh oh!
There was an error while loading.Please reload this page.
📚 Documentation preview 📚:https://cpython-previews--134963.org.readthedocs.build/