Skip to content

Commit

Permalink
Add doc entry
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Dec 27, 2023
1 parent 98ca05d commit 478b4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/docs/source/reference/datatypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ Other
Enum
Null
Object
String
Utf8
Unknown
1 change: 1 addition & 0 deletions py-polars/polars/datatypes/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ class String(DataType):
"""UTF-8 encoded string type."""


# Allow Utf8 as an alias for String
Utf8 = String


Expand Down

0 comments on commit 478b4a1

Please sign in to comment.