We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3b82a4e + 34bd63a commit 74885beCopy full SHA for 74885be
README.md
@@ -819,7 +819,7 @@ methods `__str__` and `__float__` defined (and hence is convertible to a
819
`float` and also has a `str` representation), the appropriate
820
representation is selected for the column's deduced type. In order to not
821
lose precision accidentally, types having both an `__int__` and
822
-`__float__` represention will be considered a `float`.
+`__float__` representation will be considered a `float`.
823
824
Therefore, if your table contains types convertible to int/float but you'd
825
*prefer* they be represented as strings, or your strings *might* all look
0 commit comments