Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions arkouda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,10 +415,10 @@
)

from arkouda.client_dtypes import BitVector, bit_vectorizer, BitVectorizer, Fields, IPv4, ip_address, is_ipv4, is_ipv6
from arkouda.groupbyclass import GROUPBY_REDUCTION_TYPES, GroupBy, broadcast, groupable, unique
from arkouda.categorical import Categorical
from arkouda.pandas.groupbyclass import GROUPBY_REDUCTION_TYPES, GroupBy, broadcast, groupable, unique
from arkouda.pandas.categorical import Categorical

from arkouda.dataframe import (
from arkouda.pandas.dataframe import (
DataFrame,
DataFrameGroupBy,
DiffAggregate,
Expand All @@ -427,7 +427,7 @@
invert_permutation,
merge,
)
from arkouda.index import Index, MultiIndex
from arkouda.pandas.index import Index, MultiIndex
from arkouda.numpy.alignment import (
NonUniqueError,
align,
Expand All @@ -451,7 +451,7 @@
date_operators,
string_operators,
)
from arkouda.io import (
from arkouda.pandas.io import (
export,
get_columns,
get_datasets,
Expand Down
18 changes: 0 additions & 18 deletions arkouda/accessor/__init__.py

This file was deleted.

24 changes: 0 additions & 24 deletions arkouda/alignment/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/categorical/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/client/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion arkouda/comm_diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

See Also
--------
arkouda.DataFrame, arkouda.core.client.generic_msg
arkouda.pandas.DataFrame, arkouda.core.client.generic_msg

"""

Expand Down
12 changes: 0 additions & 12 deletions arkouda/dataframe/__init__.py

This file was deleted.

94 changes: 0 additions & 94 deletions arkouda/dtypes/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/groupbyclass/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/index/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/infoclass/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/io/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/io_util/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/join/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/logger/__init__.py

This file was deleted.

11 changes: 0 additions & 11 deletions arkouda/match/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/matcher/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions arkouda/message/__init__.py

This file was deleted.

Loading