Skip to content

Commit ebbedec

Browse files
authored
Merge pull request #82 from ngoldbaum/no-default-missing
make the default string dtype not have an NA object
2 parents 30d7812 + ddce4d3 commit ebbedec

File tree

11 files changed

+1026
-399
lines changed

11 files changed

+1026
-399
lines changed

stringdtype/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ py.install_sources(
4343
[
4444
'stringdtype/__init__.py',
4545
'stringdtype/scalar.py',
46-
'stringdtype/missing.py',
4746
],
4847
subdir: 'stringdtype',
4948
pure: false

stringdtype/stringdtype/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
33
"""
44

5-
from .missing import NA # isort: skip
65
from .scalar import StringScalar # isort: skip
76
from ._main import StringDType, _memory_usage
87

stringdtype/stringdtype/missing.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

stringdtype/stringdtype/src/casts.c

Lines changed: 282 additions & 181 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)