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.
1 parent 51f15fa commit 34bd63aCopy full SHA for 34bd63a
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