Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit c86773a

Browse files
Add addrspace to categorical (#919)
1 parent c572a99 commit c86773a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sdc/datatypes/categorical/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def __init__(self, dtype, codes=None):
9393
assert(isinstance(dtype, CategoricalDtypeType))
9494
self.pd_dtype = dtype
9595
self.codes = codes or types.Array(self.pd_dtype.int_type(), ndim=1, layout='C')
96+
self.addrspace = None
9697
# TODO: store dtype for categories values and use it for dtype
9798
super().__init__(name=self.__repr__())
9899

0 commit comments

Comments
 (0)