diff --git a/_modules/arkouda/array_api/_array_object.html b/_modules/arkouda/array_api/_array_object.html index ab48e7c9bd..3b1383b41c 100644 --- a/_modules/arkouda/array_api/_array_object.html +++ b/_modules/arkouda/array_api/_array_object.html @@ -320,6 +320,7 @@
ret_key = key
# how many 'None' arguments are in the key tuple
- num_none = ret_key.count(None)
+ num_none = reduce(lambda x, y: x + (1 if y is None else 0), ret_key, 0)
# replace '...' with the appropriate number of ':'
elipsis_axis_idx = -1
diff --git a/_sources/autoapi/arkouda/array_api/_creation_functions/index.rst.txt b/_sources/autoapi/arkouda/array_api/_creation_functions/index.rst.txt
index 93331f4c0d..9a69e0709d 100644
--- a/_sources/autoapi/arkouda/array_api/_creation_functions/index.rst.txt
+++ b/_sources/autoapi/arkouda/array_api/_creation_functions/index.rst.txt
@@ -37,7 +37,7 @@ Functions
.. py:function:: arange(start: Union[int, float], /, stop: Optional[Union[int, float]] = None, step: Union[int, float] = 1, *, dtype: Optional[arkouda.array_api._typing.Dtype] = None, device: Optional[arkouda.array_api._typing.Device] = None) -> arkouda.array_api._array_object.Array
-.. py:function:: asarray(obj: Union[arkouda.array_api._array_object.Array, bool, int, float, arkouda.array_api._typing.NestedSequence[bool | int | float], arkouda.array_api._typing.SupportsBufferProtocol], /, *, dtype: Optional[arkouda.array_api._typing.Dtype] = None, device: Optional[arkouda.array_api._typing.Device] = None, copy: Optional[bool] = None) -> arkouda.array_api._array_object.Array
+.. py:function:: asarray(obj: Union[arkouda.array_api._array_object.Array, bool, int, float, arkouda.array_api._typing.NestedSequence[bool | int | float], arkouda.array_api._typing.SupportsBufferProtocol, arkouda.pdarray], /, *, dtype: Optional[arkouda.array_api._typing.Dtype] = None, device: Optional[arkouda.array_api._typing.Device] = None, copy: Optional[bool] = None) -> arkouda.array_api._array_object.Array
.. py:function:: empty(shape: Union[int, Tuple[int, Ellipsis]], *, dtype: Optional[arkouda.array_api._typing.Dtype] = None, device: Optional[arkouda.array_api._typing.Device] = None) -> arkouda.array_api._array_object.Array
diff --git a/autoapi/arkouda/array_api/_creation_functions/index.html b/autoapi/arkouda/array_api/_creation_functions/index.html
index 989cdc57ad..a500ab13f2 100644
--- a/autoapi/arkouda/array_api/_creation_functions/index.html
+++ b/autoapi/arkouda/array_api/_creation_functions/index.html
@@ -359,7 +359,7 @@ Functions
-arkouda.array_api._creation_functions.asarray(obj: arkouda.array_api._array_object.Array | bool | int | float | arkouda.array_api._typing.NestedSequence[bool | int | float] | arkouda.array_api._typing.SupportsBufferProtocol, /, *, dtype: arkouda.array_api._typing.Dtype | None = None, device: arkouda.array_api._typing.Device | None = None, copy: bool | None = None) arkouda.array_api._array_object.Array [source]¶
+arkouda.array_api._creation_functions.asarray(obj: arkouda.array_api._array_object.Array | bool | int | float | arkouda.array_api._typing.NestedSequence[bool | int | float] | arkouda.array_api._typing.SupportsBufferProtocol | arkouda.pdarray, /, *, dtype: arkouda.array_api._typing.Dtype | None = None, device: arkouda.array_api._typing.Device | None = None, copy: bool | None = None) arkouda.array_api._array_object.Array [source]¶
diff --git a/searchindex.js b/searchindex.js
index b385f9ac58..22863031f7 100644
--- a/searchindex.js
+++ b/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"API Reference": [[57, "api-reference"], [67, "api-reference"], [68, "api-reference"], [69, "api-reference"], [70, "api-reference"]], "Access/Set Specific Elements in Sub-Array": [[97, "access-set-specific-elements-in-sub-array"]], "Adding Functionality to the Arkouda Server": [[58, "adding-functionality-to-the-arkouda-server"]], "Adding Issues": [[0, "adding-issues"]], "Adding Python Functionality (Client Interface)": [[58, "adding-python-functionality-client-interface"]], "Adding Your First Feature": [[58, "adding-your-first-feature"]], "Adding a Module from Outside the Arkouda src Directory": [[1, "adding-a-module-from-outside-the-arkouda-src-directory"]], "Adding new modules into the build process": [[78, "adding-new-modules-into-the-build-process"]], "All Dependencies": [[75, "all-dependencies"]], "Anaconda": [[77, "anaconda"]], "Append": [[91, "append"]], "Append & Prepend": [[97, "append-prepend"]], "ArgSort": [[85, "argsort"]], "Argsort": [[82, "argsort"]], "Arithmetic and Numeric Operations": [[87, "arithmetic-and-numeric-operations"]], "Arkouda Arrays": [[66, "arkouda-arrays"]], "Arkouda DataFrames": [[66, "arkouda-dataframes"]], "Arkouda Documentation": [[72, "arkouda-documentation"]], "Arkouda Formatted File": [[67, "arkouda-formatted-file"]], "Array Set Operations": [[99, "array-set-operations"]], "ArrayView": [[68, "arrayview"]], "ArrayView in Arkouda": [[88, "arrayview-in-arkouda"]], "Arrow Install Troubleshooting": [[75, "arrow-install-troubleshooting"]], "Attributes": [[4, "attributes"], [16, "attributes"], [25, "attributes"], [28, "attributes"], [30, "attributes"], [38, "attributes"], [50, "attributes"], [51, "attributes"]], "Basic Interaction": [[66, "basic-interaction"]], "Benchmark Arguments": [[59, "benchmark-arguments"]], "Between client and server": [[84, "between-client-and-server"]], "Bug Reports": [[0, "bug-reports"]], "Build Arkouda": [[60, "build-arkouda"]], "Build Chapel with GASNet": [[60, "build-chapel-with-gasnet"]], "Build from Source (Recommended)": [[77, "build-from-source-recommended"]], "Build the Server": [[75, "build-the-server"]], "Building the Arkouda Documentation": [[75, "building-the-arkouda-documentation"]], "Building the Server": [[75, "building-the-server"]], "CSV": [[67, "csv"]], "Categorical": [[68, "categorical"], [68, "id3"], [70, "categorical"]], "Categoricals": [[89, "categoricals"]], "Change Dtype": [[85, "change-dtype"]], "Chapel": [[0, "chapel"]], "Chapel API Reference": [[74, "chapel-api-reference"]], "Chapel Compiler Flags": [[1, "chapel-compiler-flags"]], "Chapel Installation": [[76, "chapel-installation"]], "Classes": [[2, "classes"], [4, "classes"], [7, "classes"], [13, "classes"], [16, "classes"], [20, "classes"], [21, "classes"], [23, "classes"], [24, "classes"], [26, "classes"], [27, "classes"], [28, "classes"], [29, "classes"], [34, "classes"], [35, "classes"], [36, "classes"], [37, "classes"], [38, "classes"], [39, "classes"], [43, "classes"], [45, "classes"], [46, "classes"], [47, "classes"], [49, "classes"], [51, "classes"], [52, "classes"], [54, "classes"], [55, "classes"]], "Clone Arkouda Repository": [[76, "clone-arkouda-repository"], [77, "clone-arkouda-repository"]], "Coding Conventions and Linting": [[0, "coding-conventions-and-linting"]], "Compilation / Makefile": [[1, "compilation-makefile"]], "Compression": [[70, "compression"]], "Concat": [[85, "concat"]], "Concatenate": [[91, "concatenate"]], "Concatenation": [[90, "concatenation"]], "Connect a Python 3 client": [[100, "connect-a-python-3-client"]], "Connect the Python 3 Client": [[73, "connect-the-python-3-client"]], "Constant": [[90, "constant"]], "Construction": [[89, "construction"]], "Contributing": [[0, "contributing"]], "Copy": [[91, "copy"]], "Core Development Team Only": [[0, "core-development-team-only"]], "Creating & Using a DataFrame": [[66, "creating-using-a-dataframe"]], "Creating Arrays": [[90, "creating-arrays"]], "Creation": [[88, "creation"], [96, "creation"]], "Data Distribution": [[68, "data-distribution"]], "Data Formatting": [[67, "data-formatting"]], "Data I/O": [[84, "data-i-o"]], "Data Preprocessing": [[84, "data-preprocessing"]], "Data Schema": [[68, "data-schema"]], "Data Type": [[95, "data-type"]], "Data Types": [[91, "data-types"]], "DataFrame": [[67, "dataframe"], [68, "dataframe"], [70, "dataframe"]], "DataFrames": [[66, "dataframes"]], "DataFrames in Arkouda": [[91, "dataframes-in-arkouda"]], "Deduplication": [[91, "deduplication"], [97, "deduplication"]], "Dependencies": [[75, "dependencies"]], "Dependency Configuration": [[75, "dependency-configuration"]], "Dependency List": [[79, "dependency-list"]], "Dependency Paths": [[1, "dependency-paths"]], "Descriptive Statistics": [[93, "descriptive-statistics"]], "Developer Documentation": [[65, "developer-documentation"]], "Developer Specific": [[79, "developer-specific"]], "Developing Arkouda": [[0, "developing-arkouda"]], "Diff the git logs": [[62, "diff-the-git-logs"]], "Distributable Package": [[75, "distributable-package"]], "Drop": [[91, "drop"]], "Element-wise Functions": [[87, "element-wise-functions"]], "Environment Configuration": [[60, "environment-configuration"]], "Environment Variables": [[1, "environment-variables"], [75, "environment-variables"]], "Environment Variables to Always Set": [[63, "environment-variables-to-always-set"]], "Example": [[58, "example"], [58, "id1"]], "Example Files": [[67, "example-files"]], "Examples": [[66, "examples"]], "Export": [[69, "export"]], "Exporting pdarray Objects": [[66, "exporting-pdarray-objects"]], "Exporting to Pandas": [[66, "exporting-to-pandas"]], "Feature Requests": [[0, "feature-requests"]], "Features": [[85, "features"], [91, "features"], [96, "features"], [98, "features"]], "File Configuration": [[68, "file-configuration"]], "File Formatting": [[67, "file-formatting"]], "File I/O": [[71, "file-i-o"]], "File Without Header": [[67, "file-without-header"]], "Filter": [[91, "filter"]], "Flattening": [[101, "flattening"]], "Functions": [[2, "functions"], [3, "functions"], [4, "functions"], [6, "functions"], [7, "functions"], [9, "functions"], [10, "functions"], [11, "functions"], [12, "functions"], [13, "functions"], [14, "functions"], [15, "functions"], [17, "functions"], [19, "functions"], [22, "functions"], [23, "functions"], [24, "functions"], [25, "functions"], [26, "functions"], [28, "functions"], [30, "functions"], [31, "functions"], [32, "functions"], [33, "functions"], [34, "functions"], [37, "functions"], [39, "functions"], [40, "functions"], [41, "functions"], [42, "functions"], [43, "functions"], [44, "functions"], [45, "functions"], [47, "functions"], [48, "functions"], [50, "functions"], [51, "functions"], [53, "functions"], [55, "functions"], [56, "functions"]], "GASNet Development": [[60, "gasnet-development"]], "Gather": [[82, "gather"]], "Gather/Scatter (pdarray)": [[94, "gather-scatter-pdarray"]], "General I/O API": [[71, "general-i-o-api"]], "Generating release notes": [[62, "generating-release-notes"]], "Getting Started": [[75, "getting-started"]], "GroupBy": [[66, "groupby"], [68, "groupby"], [68, "id5"], [91, "groupby"], [92, "groupby"]], "HDF5": [[68, "hdf5"]], "Head/Tail": [[98, "head-tail"]], "Histogram": [[93, "histogram"]], "Homebrew": [[77, "homebrew"]], "I/O": [[101, "i-o"]], "Import": [[69, "import"]], "Import/Export": [[69, "import-export"], [84, "import-export"]], "Import/Export Support": [[71, "import-export-support"]], "Importing Pandas DataFrame": [[66, "importing-pandas-dataframe"]], "Index": [[67, "index"], [68, "index"], [70, "index"]], "Indexing": [[88, "indexing"]], "Indexing and Assignment": [[94, "indexing-and-assignment"]], "Indexs in Arkouda": [[85, "indexs-in-arkouda"]], "Individual Installs": [[75, "individual-installs"]], "Install Arkouda": [[73, "install-arkouda"]], "Install Chapel": [[77, "install-chapel"]], "Install Chapel (RHEL)": [[76, "install-chapel-rhel"]], "Install Chapel (Ubuntu)": [[76, "install-chapel-ubuntu"]], "Install Dependencies": [[73, "install-dependencies"]], "Install Guides": [[81, "install-guides"]], "Installation": [[81, "installation"]], "Installing Dependencies Manually": [[75, "installing-dependencies-manually"]], "Installing/Updating Python Dependencies": [[79, "installing-updating-python-dependencies"]], "Integer": [[94, "integer"]], "Integer pdarray index": [[94, "integer-pdarray-index"]], "Intersect": [[97, "intersect"]], "Iteration": [[88, "iteration"], [89, "iteration"], [91, "iteration"], [95, "iteration"], [97, "iteration"], [101, "iteration"]], "Large Datasets": [[84, "large-datasets"]], "Launch arkouda server": [[100, "launch-arkouda-server"]], "Launching the Server": [[73, "launching-the-server"]], "Legacy File Support": [[68, "legacy-file-support"]], "Linux": [[76, "linux"]], "Logical indexing": [[94, "logical-indexing"]], "Lookup": [[85, "lookup"], [98, "lookup"], [98, "id1"]], "MacOS": [[77, "macos"]], "Match Object": [[101, "match-object"]], "Merging Pull Requests": [[0, "merging-pull-requests"]], "MetaData Attributes": [[68, "metadata-attributes"]], "Modular Building": [[75, "modular-building"]], "Modular Server Builds": [[78, "modular-server-builds"]], "Module Contents": [[2, "module-contents"], [3, "module-contents"], [4, "module-contents"], [5, "module-contents"], [6, "module-contents"], [7, "module-contents"], [8, "module-contents"], [9, "module-contents"], [10, "module-contents"], [11, "module-contents"], [12, "module-contents"], [13, "module-contents"], [14, "module-contents"], [15, "module-contents"], [16, "module-contents"], [17, "module-contents"], [19, "module-contents"], [20, "module-contents"], [21, "module-contents"], [22, "module-contents"], [23, "module-contents"], [24, "module-contents"], [25, "module-contents"], [26, "module-contents"], [27, "module-contents"], [29, "module-contents"], [30, "module-contents"], [31, "module-contents"], [32, "module-contents"], [33, "module-contents"], [34, "module-contents"], [35, "module-contents"], [36, "module-contents"], [37, "module-contents"], [38, "module-contents"], [39, "module-contents"], [40, "module-contents"], [41, "module-contents"], [42, "module-contents"], [43, "module-contents"], [44, "module-contents"], [46, "module-contents"], [47, "module-contents"], [48, "module-contents"], [49, "module-contents"], [50, "module-contents"], [51, "module-contents"], [52, "module-contents"], [53, "module-contents"], [54, "module-contents"], [55, "module-contents"], [56, "module-contents"]], "NGrams": [[97, "ngrams"]], "Name": [[95, "name"]], "Named Arguments": [[82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"]], "Next Steps": [[76, "next-steps"], [77, "next-steps"]], "Operation": [[97, "operation"]], "Operations": [[89, "operations"], [101, "operations"]], "Operators": [[95, "operators"]], "Overview": [[81, "overview"]], "Package Contents": [[18, "package-contents"], [28, "package-contents"], [45, "package-contents"]], "Pandas Integration": [[98, "pandas-integration"]], "Parquet": [[70, "parquet"]], "Performance": [[97, "performance"], [101, "performance"]], "Performance Testing": [[82, "performance-testing"]], "Permutations": [[91, "permutations"]], "Positional Arguments": [[82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"]], "Prefix & Suffix": [[97, "prefix-suffix"]], "PyTest Benchmarks": [[59, "pytest-benchmarks"]], "Python Client": [[1, "python-client"]], "Python Dependencies": [[79, "python-dependencies"]], "Python Environment - Anaconda": [[77, "python-environment-anaconda"]], "Python Environment - Anaconda (Linux)": [[76, "python-environment-anaconda-linux"]], "Python Mapping": [[66, "python-mapping"]], "Python3": [[0, "python3"]], "Quickstart": [[73, "quickstart"]], "Random": [[90, "random"]], "Random in Arkouda": [[96, "random-in-arkouda"]], "Rank": [[95, "rank"]], "Read": [[71, "read"]], "Reading data from disk": [[84, "reading-data-from-disk"]], "Reading the JSON Output": [[59, "reading-the-json-output"]], "Reduce": [[82, "reduce"]], "Reducing Memory Usage of Arkouda Builds": [[61, "reducing-memory-usage-of-arkouda-builds"]], "Reductions": [[87, "reductions"]], "Regular": [[90, "regular"]], "Regular Expressions": [[101, "regular-expressions"]], "Release Process": [[0, "release-process"], [62, "release-process"]], "Rename Columns": [[91, "rename-columns"]], "Reproducing User Bugs Efficiently": [[64, "reproducing-user-bugs-efficiently"]], "Requirements": [[79, "requirements"], [81, "requirements"]], "Reset Indexes": [[91, "reset-indexes"]], "Reshape": [[95, "reshape"]], "Reviewing Pull Requests": [[0, "reviewing-pull-requests"]], "Run Arkouda": [[60, "run-arkouda"]], "Running": [[1, "running"]], "Running Single Files or Tests": [[59, "running-single-files-or-tests"]], "Running The Full Suite": [[59, "running-the-full-suite"]], "Running chapel tests": [[0, "running-chapel-tests"]], "Running python tests": [[0, "running-python-tests"]], "Saving Full Builds": [[64, "saving-full-builds"]], "Saving modules used in an Arkouda server run": [[78, "saving-modules-used-in-an-arkouda-server-run"]], "Scan": [[82, "scan"]], "Scans": [[87, "scans"]], "Scatter": [[82, "scatter"]], "SegArray": [[68, "segarray"], [68, "id4"], [70, "segarray"]], "SegArray SetOps": [[97, "segarray-setops"]], "SegArray Specific Methods": [[97, "segarray-specific-methods"]], "SegArrays in Arkouda": [[97, "segarrays-in-arkouda"]], "Series in Arkouda": [[98, "series-in-arkouda"]], "Set Difference": [[97, "set-difference"]], "Shutdown/Disconnect": [[73, "shutdown-disconnect"]], "Slice": [[94, "slice"]], "Sorting": [[86, "sorting"], [91, "sorting"], [98, "sorting"]], "Specifying a custom configuration file": [[78, "specifying-a-custom-configuration-file"]], "Speeding up Arkouda Compilation": [[63, "speeding-up-arkouda-compilation"]], "Splitting and joining": [[101, "splitting-and-joining"]], "Startup": [[100, "startup"]], "Step-by-step instructions": [[62, "step-by-step-instructions"]], "Stream": [[82, "stream"]], "String-Specific Methods": [[101, "string-specific-methods"]], "Strings": [[67, "strings"], [68, "strings"], [68, "id2"], [70, "strings"]], "Strings in Arkouda": [[101, "strings-in-arkouda"]], "Sub-array of Size": [[97, "sub-array-of-size"]], "Submodules": [[18, "submodules"], [28, "submodules"], [47, "submodules"]], "Subpackages": [[28, "subpackages"]], "Substring search": [[101, "substring-search"]], "Summarizing Data": [[93, "summarizing-data"]], "Support Arkouda Data Types": [[67, "support-arkouda-data-types"]], "Supported Arkouda Data Types": [[68, "supported-arkouda-data-types"], [70, "supported-arkouda-data-types"]], "Supported File Formats": [[84, "supported-file-formats"]], "Supported File Formats:": [[71, null]], "Supported Write Modes": [[68, "supported-write-modes"], [70, "supported-write-modes"]], "Symmetric Difference": [[97, "symmetric-difference"]], "Tail/Head of Data": [[91, "tail-head-of-data"]], "Testing": [[0, "testing"], [1, "testing"]], "The pdarray class": [[95, "the-pdarray-class"]], "Tips for Reproducing User Bugs": [[64, "tips-for-reproducing-user-bugs"]], "Type Casting": [[95, "type-casting"]], "Union": [[97, "union"]], "Update Kernel": [[76, "update-kernel"]], "Updating Environment": [[77, "updating-environment"]], "Usage Guide": [[83, "usage-guide"]], "Using Anaconda": [[79, "using-anaconda"]], "Using Arkouda": [[73, "using-arkouda"]], "Using Environment Installed Dependencies (Recommended)": [[75, "using-environment-installed-dependencies-recommended"]], "Using Pip": [[79, "using-pip"]], "Using the Modular Build System": [[63, "using-the-modular-build-system"]], "Value Counts": [[93, "value-counts"], [98, "value-counts"]], "Vector and Scalar Arithmetic": [[87, "vector-and-scalar-arithmetic"]], "Where": [[87, "where"]], "Windows (WSL2)": [[80, "windows-wsl2"]], "Write": [[71, "write"]], "Writing Pull Requests": [[0, "writing-pull-requests"]], "arkouda": [[28, "module-arkouda"]], "arkouda.accessor": [[2, "module-arkouda.accessor"]], "arkouda.alignment": [[3, "module-arkouda.alignment"]], "arkouda.array_api": [[18, "module-arkouda.array_api"]], "arkouda.array_api._array_object": [[4, "module-arkouda.array_api._array_object"]], "arkouda.array_api._constants": [[5, "module-arkouda.array_api._constants"]], "arkouda.array_api._creation_functions": [[6, "module-arkouda.array_api._creation_functions"]], "arkouda.array_api._data_type_functions": [[7, "module-arkouda.array_api._data_type_functions"]], "arkouda.array_api._dtypes": [[8, "module-arkouda.array_api._dtypes"]], "arkouda.array_api._elementwise_functions": [[9, "module-arkouda.array_api._elementwise_functions"]], "arkouda.array_api._indexing_functions": [[10, "module-arkouda.array_api._indexing_functions"]], "arkouda.array_api._manipulation_functions": [[11, "module-arkouda.array_api._manipulation_functions"]], "arkouda.array_api._searching_functions": [[12, "module-arkouda.array_api._searching_functions"]], "arkouda.array_api._set_functions": [[13, "module-arkouda.array_api._set_functions"]], "arkouda.array_api._sorting_functions": [[14, "module-arkouda.array_api._sorting_functions"]], "arkouda.array_api._statistical_functions": [[15, "module-arkouda.array_api._statistical_functions"]], "arkouda.array_api._typing": [[16, "module-arkouda.array_api._typing"]], "arkouda.array_api._utility_functions": [[17, "module-arkouda.array_api._utility_functions"]], "arkouda.array_api.linalg": [[19, "module-arkouda.array_api.linalg"]], "arkouda.array_view": [[20, "module-arkouda.array_view"]], "arkouda.categorical": [[21, "module-arkouda.categorical"]], "arkouda.client": [[22, "module-arkouda.client"]], "arkouda.client_dtypes": [[23, "module-arkouda.client_dtypes"]], "arkouda.dataframe": [[24, "module-arkouda.dataframe"]], "arkouda.dtypes": [[25, "module-arkouda.dtypes"]], "arkouda.groupbyclass": [[26, "module-arkouda.groupbyclass"]], "arkouda.history": [[27, "module-arkouda.history"]], "arkouda.index": [[29, "module-arkouda.index"]], "arkouda.infoclass": [[30, "module-arkouda.infoclass"]], "arkouda.io": [[31, "module-arkouda.io"]], "arkouda.io_util": [[32, "module-arkouda.io_util"]], "arkouda.join": [[33, "module-arkouda.join"]], "arkouda.logger": [[34, "module-arkouda.logger"]], "arkouda.match": [[35, "module-arkouda.match"]], "arkouda.matcher": [[36, "module-arkouda.matcher"]], "arkouda.numeric": [[37, "module-arkouda.numeric"]], "arkouda.numpy": [[38, "module-arkouda.numpy"]], "arkouda.pdarrayclass": [[39, "module-arkouda.pdarrayclass"]], "arkouda.pdarraycreation": [[40, "module-arkouda.pdarraycreation"]], "arkouda.pdarraysetops": [[41, "module-arkouda.pdarraysetops"]], "arkouda.plotting": [[42, "module-arkouda.plotting"]], "arkouda.random": [[45, "module-arkouda.random"]], "arkouda.random._generator": [[43, "module-arkouda.random._generator"]], "arkouda.random._legacy": [[44, "module-arkouda.random._legacy"]], "arkouda.row": [[46, "module-arkouda.row"]], "arkouda.scipy": [[47, "module-arkouda.scipy"]], "arkouda.scipy.special": [[48, "module-arkouda.scipy.special"]], "arkouda.scipy.stats": [[49, "module-arkouda.scipy.stats"]], "arkouda.security": [[50, "module-arkouda.security"]], "arkouda.segarray": [[51, "module-arkouda.segarray"]], "arkouda.series": [[52, "module-arkouda.series"]], "arkouda.sorting": [[53, "module-arkouda.sorting"]], "arkouda.strings": [[54, "module-arkouda.strings"]], "arkouda.timeclass": [[55, "module-arkouda.timeclass"]], "arkouda.util": [[56, "module-arkouda.util"]], "integers": [[96, "integers"]], "ls Functionality": [[71, "ls-functionality"]], "pdarray": [[67, "pdarray"], [68, "pdarray"], [68, "id1"], [70, "pdarray"]], "pdarray Creation": [[66, "pdarray-creation"]], "pdarray Set operations": [[66, "pdarray-set-operations"]], "pdarrays": [[66, "pdarrays"]], "random": [[96, "random"]], "standard_normal": [[96, "standard-normal"]], "uniform": [[96, "uniform"]]}, "docnames": ["CONTRIBUTING_LINK", "ENVIRONMENT", "autoapi/arkouda/accessor/index", "autoapi/arkouda/alignment/index", "autoapi/arkouda/array_api/_array_object/index", "autoapi/arkouda/array_api/_constants/index", "autoapi/arkouda/array_api/_creation_functions/index", "autoapi/arkouda/array_api/_data_type_functions/index", "autoapi/arkouda/array_api/_dtypes/index", "autoapi/arkouda/array_api/_elementwise_functions/index", "autoapi/arkouda/array_api/_indexing_functions/index", "autoapi/arkouda/array_api/_manipulation_functions/index", "autoapi/arkouda/array_api/_searching_functions/index", "autoapi/arkouda/array_api/_set_functions/index", "autoapi/arkouda/array_api/_sorting_functions/index", "autoapi/arkouda/array_api/_statistical_functions/index", "autoapi/arkouda/array_api/_typing/index", "autoapi/arkouda/array_api/_utility_functions/index", "autoapi/arkouda/array_api/index", "autoapi/arkouda/array_api/linalg/index", "autoapi/arkouda/array_view/index", "autoapi/arkouda/categorical/index", "autoapi/arkouda/client/index", "autoapi/arkouda/client_dtypes/index", "autoapi/arkouda/dataframe/index", "autoapi/arkouda/dtypes/index", "autoapi/arkouda/groupbyclass/index", "autoapi/arkouda/history/index", "autoapi/arkouda/index", "autoapi/arkouda/index/index", "autoapi/arkouda/infoclass/index", "autoapi/arkouda/io/index", "autoapi/arkouda/io_util/index", "autoapi/arkouda/join/index", "autoapi/arkouda/logger/index", "autoapi/arkouda/match/index", "autoapi/arkouda/matcher/index", "autoapi/arkouda/numeric/index", "autoapi/arkouda/numpy/index", "autoapi/arkouda/pdarrayclass/index", "autoapi/arkouda/pdarraycreation/index", "autoapi/arkouda/pdarraysetops/index", "autoapi/arkouda/plotting/index", "autoapi/arkouda/random/_generator/index", "autoapi/arkouda/random/_legacy/index", "autoapi/arkouda/random/index", "autoapi/arkouda/row/index", "autoapi/arkouda/scipy/index", "autoapi/arkouda/scipy/special/index", "autoapi/arkouda/scipy/stats/index", "autoapi/arkouda/security/index", "autoapi/arkouda/segarray/index", "autoapi/arkouda/series/index", "autoapi/arkouda/sorting/index", "autoapi/arkouda/strings/index", "autoapi/arkouda/timeclass/index", "autoapi/arkouda/util/index", "autoapi/index", "developer/ADDING_FEATURES", "developer/BENCHMARK", "developer/GASNET", "developer/MEMORY", "developer/RELEASE_PROCESS", "developer/TIPS", "developer/USER_BUGS", "developer/dev_menu", "examples", "file_io/CSV", "file_io/HDF5", "file_io/IMPORT_EXPORT", "file_io/PARQUET", "file_io/io_menu", "index", "quickstart", "server/index", "setup/BUILD", "setup/LINUX_INSTALL", "setup/MAC_INSTALL", "setup/MODULAR", "setup/REQUIREMENTS", "setup/WINDOWS_INSTALL", "setup/install_menu", "setup/testing", "usage", "usage/IO", "usage/Index", "usage/argsort", "usage/arithmetic", "usage/arrayview", "usage/categorical", "usage/creation", "usage/dataframe", "usage/groupby", "usage/histogram", "usage/indexing", "usage/pdarray", "usage/random", "usage/segarray", "usage/series", "usage/setops", "usage/startup", "usage/strings"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["CONTRIBUTING_LINK.md", "ENVIRONMENT.md", "autoapi/arkouda/accessor/index.rst", "autoapi/arkouda/alignment/index.rst", "autoapi/arkouda/array_api/_array_object/index.rst", "autoapi/arkouda/array_api/_constants/index.rst", "autoapi/arkouda/array_api/_creation_functions/index.rst", "autoapi/arkouda/array_api/_data_type_functions/index.rst", "autoapi/arkouda/array_api/_dtypes/index.rst", "autoapi/arkouda/array_api/_elementwise_functions/index.rst", "autoapi/arkouda/array_api/_indexing_functions/index.rst", "autoapi/arkouda/array_api/_manipulation_functions/index.rst", "autoapi/arkouda/array_api/_searching_functions/index.rst", "autoapi/arkouda/array_api/_set_functions/index.rst", "autoapi/arkouda/array_api/_sorting_functions/index.rst", "autoapi/arkouda/array_api/_statistical_functions/index.rst", "autoapi/arkouda/array_api/_typing/index.rst", "autoapi/arkouda/array_api/_utility_functions/index.rst", "autoapi/arkouda/array_api/index.rst", "autoapi/arkouda/array_api/linalg/index.rst", "autoapi/arkouda/array_view/index.rst", "autoapi/arkouda/categorical/index.rst", "autoapi/arkouda/client/index.rst", "autoapi/arkouda/client_dtypes/index.rst", "autoapi/arkouda/dataframe/index.rst", "autoapi/arkouda/dtypes/index.rst", "autoapi/arkouda/groupbyclass/index.rst", "autoapi/arkouda/history/index.rst", "autoapi/arkouda/index.rst", "autoapi/arkouda/index/index.rst", "autoapi/arkouda/infoclass/index.rst", "autoapi/arkouda/io/index.rst", "autoapi/arkouda/io_util/index.rst", "autoapi/arkouda/join/index.rst", "autoapi/arkouda/logger/index.rst", "autoapi/arkouda/match/index.rst", "autoapi/arkouda/matcher/index.rst", "autoapi/arkouda/numeric/index.rst", "autoapi/arkouda/numpy/index.rst", "autoapi/arkouda/pdarrayclass/index.rst", "autoapi/arkouda/pdarraycreation/index.rst", "autoapi/arkouda/pdarraysetops/index.rst", "autoapi/arkouda/plotting/index.rst", "autoapi/arkouda/random/_generator/index.rst", "autoapi/arkouda/random/_legacy/index.rst", "autoapi/arkouda/random/index.rst", "autoapi/arkouda/row/index.rst", "autoapi/arkouda/scipy/index.rst", "autoapi/arkouda/scipy/special/index.rst", "autoapi/arkouda/scipy/stats/index.rst", "autoapi/arkouda/security/index.rst", "autoapi/arkouda/segarray/index.rst", "autoapi/arkouda/series/index.rst", "autoapi/arkouda/sorting/index.rst", "autoapi/arkouda/strings/index.rst", "autoapi/arkouda/timeclass/index.rst", "autoapi/arkouda/util/index.rst", "autoapi/index.rst", "developer/ADDING_FEATURES.md", "developer/BENCHMARK.md", "developer/GASNET.md", "developer/MEMORY.md", "developer/RELEASE_PROCESS.md", "developer/TIPS.md", "developer/USER_BUGS.md", "developer/dev_menu.rst", "examples.rst", "file_io/CSV.md", "file_io/HDF5.md", "file_io/IMPORT_EXPORT.md", "file_io/PARQUET.md", "file_io/io_menu.rst", "index.rst", "quickstart.rst", "server/index.rst", "setup/BUILD.md", "setup/LINUX_INSTALL.md", "setup/MAC_INSTALL.md", "setup/MODULAR.md", "setup/REQUIREMENTS.md", "setup/WINDOWS_INSTALL.md", "setup/install_menu.rst", "setup/testing.rst", "usage.rst", "usage/IO.rst", "usage/Index.rst", "usage/argsort.rst", "usage/arithmetic.rst", "usage/arrayview.rst", "usage/categorical.rst", "usage/creation.rst", "usage/dataframe.rst", "usage/groupby.rst", "usage/histogram.rst", "usage/indexing.rst", "usage/pdarray.rst", "usage/random.rst", "usage/segarray.rst", "usage/series.rst", "usage/setops.rst", "usage/startup.rst", "usage/strings.rst"], "indexentries": {"a() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.a", false]], "abs() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.abs", false]], "abs() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.abs", false], [28, "id462", false]], "abs() (in module arkouda)": [[28, "arkouda.abs", false], [87, "arkouda.abs", false]], "abs() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.abs", false]], "abs() (in module arkouda.numeric)": [[37, "arkouda.numeric.abs", false]], "acos() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.acos", false]], "acosh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.acosh", false]], "add() (arkouda.series method)": [[28, "arkouda.Series.add", false]], "add() (arkouda.series.series method)": [[52, "arkouda.series.Series.add", false]], "add() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.add", false]], "aggregate() (arkouda.groupby method)": [[28, "arkouda.GroupBy.aggregate", false], [28, "id235", false], [28, "id279", false], [28, "id323", false], [28, "id367", false], [28, "id411", false], [92, "arkouda.GroupBy.aggregate", false]], "aggregate() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.aggregate", false]], "aggregate() (arkouda.segarray method)": [[28, "arkouda.SegArray.aggregate", false]], "aggregate() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.aggregate", false]], "akabs() (in module arkouda)": [[28, "arkouda.akabs", false]], "akbool (in module arkouda)": [[28, "arkouda.akbool", false], [28, "id470", false]], "akcast() (in module arkouda)": [[28, "arkouda.akcast", false], [28, "id471", false]], "akfloat64 (in module arkouda)": [[28, "arkouda.akfloat64", false], [28, "id472", false]], "akint64 (in module arkouda)": [[28, "arkouda.akint64", false], [28, "id473", false], [28, "id474", false]], "akuint64 (in module arkouda)": [[28, "arkouda.akuint64", false], [28, "id475", false], [28, "id476", false]], "align() (in module arkouda)": [[28, "arkouda.align", false]], "align() (in module arkouda.alignment)": [[3, "arkouda.alignment.align", false]], "all() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.all", false], [28, "id109", false]], "all() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.all", false]], "all() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.all", false]], "all() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.all", false]], "all() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.all", false]], "all() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.all", false]], "all() (arkouda.groupby method)": [[28, "arkouda.GroupBy.all", false], [28, "id236", false], [28, "id280", false], [28, "id324", false], [28, "id368", false], [28, "id412", false], [92, "arkouda.GroupBy.all", false]], "all() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.all", false]], "all() (arkouda.pdarray method)": [[28, "arkouda.pdarray.all", false], [28, "id534", false], [28, "id595", false], [28, "id656", false], [28, "id717", false], [28, "id778", false], [93, "arkouda.pdarray.all", false]], "all() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.all", false]], "all() (arkouda.segarray method)": [[28, "arkouda.SegArray.all", false]], "all() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.all", false]], "all() (in module arkouda)": [[28, "arkouda.all", false], [87, "arkouda.all", false]], "all() (in module arkouda.array_api._utility_functions)": [[17, "arkouda.array_api._utility_functions.all", false]], "all() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.all", false]], "all_scalars (in module arkouda)": [[28, "arkouda.all_scalars", false]], "all_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.all_scalars", false]], "allsymbols (in module arkouda)": [[28, "arkouda.AllSymbols", false]], "allsymbols (in module arkouda.infoclass)": [[30, "arkouda.infoclass.AllSymbols", false]], "and() (arkouda.groupby method)": [[28, "arkouda.GroupBy.AND", false], [28, "id231", false], [28, "id275", false], [28, "id319", false], [28, "id363", false], [28, "id407", false], [92, "arkouda.GroupBy.AND", false]], "and() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.AND", false]], "and() (arkouda.segarray method)": [[28, "arkouda.SegArray.AND", false]], "and() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.AND", false]], "any() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.any", false], [28, "id110", false]], "any() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.any", false]], "any() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.any", false]], "any() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.any", false]], "any() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.any", false]], "any() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.any", false]], "any() (arkouda.groupby method)": [[28, "arkouda.GroupBy.any", false], [28, "id237", false], [28, "id281", false], [28, "id325", false], [28, "id369", false], [28, "id413", false], [92, "arkouda.GroupBy.any", false]], "any() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.any", false]], "any() (arkouda.pdarray method)": [[28, "arkouda.pdarray.any", false], [28, "id535", false], [28, "id596", false], [28, "id657", false], [28, "id718", false], [28, "id779", false], [93, "arkouda.pdarray.any", false]], "any() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.any", false]], "any() (arkouda.segarray method)": [[28, "arkouda.SegArray.any", false]], "any() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.any", false]], "any() (in module arkouda)": [[28, "arkouda.any", false], [87, "arkouda.any", false]], "any() (in module arkouda.array_api._utility_functions)": [[17, "arkouda.array_api._utility_functions.any", false]], "any() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.any", false]], "append() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.append", false], [28, "id111", false]], "append() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.append", false]], "append() (arkouda.segarray method)": [[28, "arkouda.SegArray.append", false]], "append() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.append", false]], "append() (in module arkouda.segarray)": [[97, "arkouda.SegArray.append", false]], "append_single() (arkouda.segarray method)": [[28, "arkouda.SegArray.append_single", false]], "append_single() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.append_single", false]], "append_single() (in module arkouda.segarray)": [[97, "arkouda.SegArray.append_single", false]], "apply_permutation() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.apply_permutation", false], [28, "id112", false]], "apply_permutation() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.apply_permutation", false]], "apply_permutation() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.apply_permutation", false]], "arange() (in module arkouda)": [[28, "arkouda.arange", false], [28, "id477", false], [28, "id478", false], [28, "id479", false], [28, "id480", false], [28, "id481", false], [90, "arkouda.arange", false]], "arange() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.arange", false]], "arange() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.arange", false]], "arccos() (in module arkouda)": [[28, "arkouda.arccos", false]], "arccos() (in module arkouda.numeric)": [[37, "arkouda.numeric.arccos", false]], "arccosh() (in module arkouda)": [[28, "arkouda.arccosh", false]], "arccosh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arccosh", false]], "arcsin() (in module arkouda)": [[28, "arkouda.arcsin", false]], "arcsin() (in module arkouda.numeric)": [[37, "arkouda.numeric.arcsin", false]], "arcsinh() (in module arkouda)": [[28, "arkouda.arcsinh", false]], "arcsinh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arcsinh", false]], "arctan() (in module arkouda)": [[28, "arkouda.arctan", false]], "arctan() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctan", false]], "arctan2() (in module arkouda)": [[28, "arkouda.arctan2", false]], "arctan2() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctan2", false]], "arctanh() (in module arkouda)": [[28, "arkouda.arctanh", false]], "arctanh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctanh", false]], "argmax() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.argmax", false]], "argmax() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.argmax", false]], "argmax() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.argmax", false]], "argmax() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.argmax", false]], "argmax() (arkouda.groupby method)": [[28, "arkouda.GroupBy.argmax", false], [28, "id238", false], [28, "id282", false], [28, "id326", false], [28, "id370", false], [28, "id414", false], [92, "arkouda.GroupBy.argmax", false]], "argmax() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.argmax", false]], "argmax() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmax", false], [28, "id536", false], [28, "id597", false], [28, "id658", false], [28, "id719", false], [28, "id780", false], [93, "arkouda.pdarray.argmax", false]], "argmax() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmax", false]], "argmax() (arkouda.segarray method)": [[28, "arkouda.SegArray.argmax", false]], "argmax() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.argmax", false]], "argmax() (arkouda.series method)": [[28, "arkouda.Series.argmax", false]], "argmax() (arkouda.series.series method)": [[52, "arkouda.series.Series.argmax", false]], "argmax() (in module arkouda)": [[28, "arkouda.argmax", false], [87, "arkouda.argmax", false]], "argmax() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.argmax", false]], "argmax() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmax", false]], "argmaxk() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmaxk", false], [28, "id537", false], [28, "id598", false], [28, "id659", false], [28, "id720", false], [28, "id781", false], [93, "arkouda.pdarray.argmaxk", false]], "argmaxk() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmaxk", false]], "argmaxk() (in module arkouda)": [[28, "arkouda.argmaxk", false], [87, "arkouda.argmaxk", false]], "argmaxk() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmaxk", false]], "argmin() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.argmin", false]], "argmin() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.argmin", false]], "argmin() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.argmin", false]], "argmin() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.argmin", false]], "argmin() (arkouda.groupby method)": [[28, "arkouda.GroupBy.argmin", false], [28, "id239", false], [28, "id283", false], [28, "id327", false], [28, "id371", false], [28, "id415", false], [92, "arkouda.GroupBy.argmin", false]], "argmin() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.argmin", false]], "argmin() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmin", false], [28, "id538", false], [28, "id599", false], [28, "id660", false], [28, "id721", false], [28, "id782", false], [93, "arkouda.pdarray.argmin", false]], "argmin() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmin", false]], "argmin() (arkouda.segarray method)": [[28, "arkouda.SegArray.argmin", false]], "argmin() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.argmin", false]], "argmin() (arkouda.series method)": [[28, "arkouda.Series.argmin", false]], "argmin() (arkouda.series.series method)": [[52, "arkouda.series.Series.argmin", false]], "argmin() (in module arkouda)": [[28, "arkouda.argmin", false], [87, "arkouda.argmin", false]], "argmin() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.argmin", false]], "argmin() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmin", false]], "argmink() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmink", false], [28, "id539", false], [28, "id600", false], [28, "id661", false], [28, "id722", false], [28, "id783", false], [93, "arkouda.pdarray.argmink", false]], "argmink() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmink", false]], "argmink() (in module arkouda)": [[28, "arkouda.argmink", false], [87, "arkouda.argmink", false]], "argmink() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmink", false]], "argsort() (arkouda.categorical method)": [[28, "arkouda.Categorical.argsort", false], [28, "id19", false], [28, "id68", false]], "argsort() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.argsort", false]], "argsort() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.argsort", false], [28, "id113", false]], "argsort() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.argsort", false]], "argsort() (arkouda.index method)": [[28, "arkouda.Index.argsort", false]], "argsort() (arkouda.index.index method)": [[29, "arkouda.index.Index.argsort", false]], "argsort() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.argsort", false]], "argsort() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.argsort", false]], "argsort() (in module arkouda)": [[28, "arkouda.argsort", false], [28, "id482", false], [28, "id483", false], [86, "arkouda.argsort", false]], "argsort() (in module arkouda.array_api._sorting_functions)": [[14, "arkouda.array_api._sorting_functions.argsort", false]], "argsort() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.argsort", false]], "argsort() (in module arkouda.index)": [[85, "arkouda.Index.argsort", false]], "argsort() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.argsort", false]], "argsort() (in module arkouda.sorting)": [[53, "arkouda.sorting.argsort", false]], "arkouda": [[28, "module-arkouda", false]], "arkouda.accessor": [[2, "module-arkouda.accessor", false]], "arkouda.alignment": [[3, "module-arkouda.alignment", false]], "arkouda.array_api": [[18, "module-arkouda.array_api", false]], "arkouda.array_api._array_object": [[4, "module-arkouda.array_api._array_object", false]], "arkouda.array_api._constants": [[5, "module-arkouda.array_api._constants", false]], "arkouda.array_api._creation_functions": [[6, "module-arkouda.array_api._creation_functions", false]], "arkouda.array_api._data_type_functions": [[7, "module-arkouda.array_api._data_type_functions", false]], "arkouda.array_api._dtypes": [[8, "module-arkouda.array_api._dtypes", false]], "arkouda.array_api._elementwise_functions": [[9, "module-arkouda.array_api._elementwise_functions", false]], "arkouda.array_api._indexing_functions": [[10, "module-arkouda.array_api._indexing_functions", false]], "arkouda.array_api._manipulation_functions": [[11, "module-arkouda.array_api._manipulation_functions", false]], "arkouda.array_api._searching_functions": [[12, "module-arkouda.array_api._searching_functions", false]], "arkouda.array_api._set_functions": [[13, "module-arkouda.array_api._set_functions", false]], "arkouda.array_api._sorting_functions": [[14, "module-arkouda.array_api._sorting_functions", false]], "arkouda.array_api._statistical_functions": [[15, "module-arkouda.array_api._statistical_functions", false]], "arkouda.array_api._typing": [[16, "module-arkouda.array_api._typing", false]], "arkouda.array_api._utility_functions": [[17, "module-arkouda.array_api._utility_functions", false]], "arkouda.array_api.linalg": [[19, "module-arkouda.array_api.linalg", false]], "arkouda.array_view": [[20, "module-arkouda.array_view", false]], "arkouda.categorical": [[21, "module-arkouda.categorical", false]], "arkouda.client": [[22, "module-arkouda.client", false]], "arkouda.client_dtypes": [[23, "module-arkouda.client_dtypes", false]], "arkouda.dataframe": [[24, "module-arkouda.dataframe", false]], "arkouda.dtypes": [[25, "module-arkouda.dtypes", false]], "arkouda.groupbyclass": [[26, "module-arkouda.groupbyclass", false]], "arkouda.history": [[27, "module-arkouda.history", false]], "arkouda.index": [[29, "module-arkouda.index", false]], "arkouda.infoclass": [[30, "module-arkouda.infoclass", false]], "arkouda.io": [[31, "module-arkouda.io", false]], "arkouda.io_util": [[32, "module-arkouda.io_util", false]], "arkouda.join": [[33, "module-arkouda.join", false]], "arkouda.logger": [[34, "module-arkouda.logger", false]], "arkouda.match": [[35, "module-arkouda.match", false]], "arkouda.matcher": [[36, "module-arkouda.matcher", false]], "arkouda.numeric": [[37, "module-arkouda.numeric", false]], "arkouda.numpy": [[38, "module-arkouda.numpy", false]], "arkouda.pdarrayclass": [[39, "module-arkouda.pdarrayclass", false]], "arkouda.pdarraycreation": [[40, "module-arkouda.pdarraycreation", false]], "arkouda.pdarraysetops": [[41, "module-arkouda.pdarraysetops", false]], "arkouda.plotting": [[42, "module-arkouda.plotting", false]], "arkouda.random": [[45, "module-arkouda.random", false]], "arkouda.random._generator": [[43, "module-arkouda.random._generator", false]], "arkouda.random._legacy": [[44, "module-arkouda.random._legacy", false]], "arkouda.row": [[46, "module-arkouda.row", false]], "arkouda.scipy": [[47, "module-arkouda.scipy", false]], "arkouda.scipy.special": [[48, "module-arkouda.scipy.special", false]], "arkouda.scipy.stats": [[49, "module-arkouda.scipy.stats", false]], "arkouda.security": [[50, "module-arkouda.security", false]], "arkouda.segarray": [[51, "module-arkouda.segarray", false]], "arkouda.series": [[52, "module-arkouda.series", false]], "arkouda.sorting": [[53, "module-arkouda.sorting", false]], "arkouda.strings": [[54, "module-arkouda.strings", false]], "arkouda.timeclass": [[55, "module-arkouda.timeclass", false]], "arkouda.util": [[56, "module-arkouda.util", false]], "arkouda_supported_dtypes (in module arkouda)": [[28, "arkouda.ARKOUDA_SUPPORTED_DTYPES", false]], "arkouda_supported_dtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.ARKOUDA_SUPPORTED_DTYPES", false]], "array (class in arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.Array", false]], "array (class in arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Array", false]], "array() (in module arkouda)": [[28, "arkouda.array", false], [28, "id484", false], [28, "id485", false], [28, "id486", false], [84, "arkouda.array", false]], "array() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.array", false]], "arrayview (class in arkouda)": [[28, "arkouda.ArrayView", false], [88, "arkouda.ArrayView", false]], "arrayview (class in arkouda.array_view)": [[20, "arkouda.array_view.ArrayView", false]], "as_index (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.as_index", false]], "as_index (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.as_index", false]], "as_integer_ratio() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.float32 method)": [[38, "arkouda.numpy.float32.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.half method)": [[38, "arkouda.numpy.half.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.longdouble method)": [[38, "arkouda.numpy.longdouble.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.single method)": [[38, "arkouda.numpy.single.as_integer_ratio", false]], "asarray() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.asarray", false]], "asin() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.asin", false]], "asinh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.asinh", false]], "astype() (arkouda.pdarray method)": [[28, "arkouda.pdarray.astype", false], [28, "id540", false], [28, "id601", false], [28, "id662", false], [28, "id723", false], [28, "id784", false]], "astype() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.astype", false]], "astype() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.astype", false]], "astype() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.astype", false]], "at (arkouda.series property)": [[28, "arkouda.Series.at", false]], "at (arkouda.series.series property)": [[52, "arkouda.series.Series.at", false]], "atan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atan", false]], "atan2() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atan2", false]], "atanh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atanh", false]], "attach() (arkouda.categorical static method)": [[28, "arkouda.Categorical.attach", false], [28, "id20", false], [28, "id69", false]], "attach() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.attach", false]], "attach() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.attach", false], [28, "id114", false]], "attach() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.attach", false]], "attach() (arkouda.groupby method)": [[28, "arkouda.GroupBy.attach", false], [28, "id240", false], [28, "id284", false], [28, "id328", false], [28, "id372", false], [28, "id416", false]], "attach() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.attach", false]], "attach() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.attach", false]], "attach() (arkouda.pdarray static method)": [[28, "arkouda.pdarray.attach", false], [28, "id541", false], [28, "id602", false], [28, "id663", false], [28, "id724", false], [28, "id785", false]], "attach() (arkouda.pdarrayclass.pdarray static method)": [[39, "arkouda.pdarrayclass.pdarray.attach", false]], "attach() (arkouda.segarray class method)": [[28, "arkouda.SegArray.attach", false]], "attach() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.attach", false]], "attach() (arkouda.series method)": [[28, "arkouda.Series.attach", false]], "attach() (arkouda.series.series method)": [[52, "arkouda.series.Series.attach", false]], "attach() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.attach", false]], "attach() (in module arkouda)": [[28, "arkouda.attach", false]], "attach() (in module arkouda.util)": [[56, "arkouda.util.attach", false]], "attach_all() (in module arkouda)": [[28, "arkouda.attach_all", false]], "attach_all() (in module arkouda.util)": [[56, "arkouda.util.attach_all", false]], "attach_pdarray() (in module arkouda)": [[28, "arkouda.attach_pdarray", false]], "attach_pdarray() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.attach_pdarray", false]], "b() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.b", false]], "badvalue() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.badvalue", false]], "base (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.base", false]], "base (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.base", false], [88, "arkouda.ArrayView.base", false]], "bigint (in module arkouda)": [[28, "arkouda.bigint", false], [28, "id487", false]], "bigint (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bigint", false]], "bigint_from_uint_arrays() (in module arkouda)": [[28, "arkouda.bigint_from_uint_arrays", false]], "bigint_from_uint_arrays() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.bigint_from_uint_arrays", false]], "bigint_to_uint_arrays() (arkouda.pdarray method)": [[28, "arkouda.pdarray.bigint_to_uint_arrays", false], [28, "id542", false], [28, "id603", false], [28, "id664", false], [28, "id725", false], [28, "id786", false]], "bigint_to_uint_arrays() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.bigint_to_uint_arrays", false]], "binops (arkouda.categorical attribute)": [[28, "arkouda.Categorical.BinOps", false], [28, "id12", false], [28, "id61", false]], "binops (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.BinOps", false]], "binops (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.BinOps", false], [28, "id531", false], [28, "id592", false], [28, "id653", false], [28, "id714", false], [28, "id775", false]], "binops (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.BinOps", false]], "binops (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.BinOps", false]], "bit_count() (arkouda.numpy.byte method)": [[38, "arkouda.numpy.byte.bit_count", false]], "bit_count() (arkouda.numpy.int16 method)": [[38, "arkouda.numpy.int16.bit_count", false]], "bit_count() (arkouda.numpy.int32 method)": [[38, "arkouda.numpy.int32.bit_count", false]], "bit_count() (arkouda.numpy.int64 method)": [[38, "arkouda.numpy.int64.bit_count", false]], "bit_count() (arkouda.numpy.int8 method)": [[38, "arkouda.numpy.int8.bit_count", false]], "bit_count() (arkouda.numpy.int_ method)": [[38, "arkouda.numpy.int_.bit_count", false]], "bit_count() (arkouda.numpy.intc method)": [[38, "arkouda.numpy.intc.bit_count", false]], "bit_count() (arkouda.numpy.longlong method)": [[38, "arkouda.numpy.longlong.bit_count", false]], "bit_count() (arkouda.numpy.short method)": [[38, "arkouda.numpy.short.bit_count", false]], "bit_count() (arkouda.numpy.ubyte method)": [[38, "arkouda.numpy.ubyte.bit_count", false]], "bit_count() (arkouda.numpy.uint method)": [[38, "arkouda.numpy.uint.bit_count", false]], "bit_count() (arkouda.numpy.uint16 method)": [[38, "arkouda.numpy.uint16.bit_count", false]], "bit_count() (arkouda.numpy.uint32 method)": [[38, "arkouda.numpy.uint32.bit_count", false]], "bit_count() (arkouda.numpy.uint64 method)": [[38, "arkouda.numpy.uint64.bit_count", false]], "bit_count() (arkouda.numpy.uint8 method)": [[38, "arkouda.numpy.uint8.bit_count", false]], "bit_count() (arkouda.numpy.uintc method)": [[38, "arkouda.numpy.uintc.bit_count", false]], "bit_count() (arkouda.numpy.ulonglong method)": [[38, "arkouda.numpy.ulonglong.bit_count", false]], "bit_count() (arkouda.numpy.ushort method)": [[38, "arkouda.numpy.ushort.bit_count", false]], "bits (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.bits", false]], "bits (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.bits", false]], "bittype (in module arkouda)": [[28, "arkouda.bitType", false], [28, "id488", false]], "bittype (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bitType", false]], "bitvector (class in arkouda)": [[28, "arkouda.BitVector", false]], "bitvector (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.BitVector", false]], "bitvectorizer() (in module arkouda)": [[28, "arkouda.BitVectorizer", false]], "bitvectorizer() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.BitVectorizer", false]], "bitwise_and() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_and", false]], "bitwise_invert() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_invert", false]], "bitwise_left_shift() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_left_shift", false]], "bitwise_or() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_or", false]], "bitwise_right_shift() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_right_shift", false]], "bitwise_xor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_xor", false]], "bool (in module arkouda)": [[28, "arkouda.bool", false]], "bool (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.bool", false]], "bool (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bool", false]], "bool_ (class in arkouda.numpy)": [[38, "arkouda.numpy.bool_", false]], "bool_scalars (in module arkouda)": [[28, "arkouda.bool_scalars", false]], "bool_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bool_scalars", false]], "broadcast() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.broadcast", false]], "broadcast() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.broadcast", false]], "broadcast() (arkouda.groupby method)": [[28, "arkouda.GroupBy.broadcast", false], [28, "id241", false], [28, "id285", false], [28, "id329", false], [28, "id373", false], [28, "id417", false], [92, "arkouda.GroupBy.broadcast", false]], "broadcast() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.broadcast", false]], "broadcast() (in module arkouda)": [[28, "arkouda.broadcast", false], [28, "id489", false], [28, "id490", false], [28, "id491", false]], "broadcast() (in module arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.broadcast", false]], "broadcast_arrays() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.broadcast_arrays", false]], "broadcast_dims() (in module arkouda)": [[28, "arkouda.broadcast_dims", false]], "broadcast_dims() (in module arkouda.util)": [[56, "arkouda.util.broadcast_dims", false]], "broadcast_to() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.broadcast_to", false]], "broadcast_to_shape() (in module arkouda)": [[28, "arkouda.broadcast_to_shape", false]], "broadcast_to_shape() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.broadcast_to_shape", false]], "build_from_components() (arkouda.groupby method)": [[28, "arkouda.GroupBy.build_from_components", false], [28, "id242", false], [28, "id286", false], [28, "id330", false], [28, "id374", false], [28, "id418", false]], "build_from_components() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.build_from_components", false]], "build_from_components() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.build_from_components", false]], "byte (class in arkouda.numpy)": [[38, "arkouda.numpy.byte", false]], "cached_regex_patterns() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.cached_regex_patterns", false]], "cachedaccessor (class in arkouda)": [[28, "arkouda.CachedAccessor", false]], "cachedaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.CachedAccessor", false]], "can_cast() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.can_cast", false]], "capitalize() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.capitalize", false]], "cast() (in module arkouda)": [[28, "arkouda.cast", false], [28, "id492", false], [95, "arkouda.cast", false]], "cast() (in module arkouda.numeric)": [[37, "arkouda.numeric.cast", false]], "categorical (class in arkouda)": [[28, "arkouda.Categorical", false], [28, "id2", false], [28, "id51", false], [89, "arkouda.Categorical", false]], "categorical (class in arkouda.categorical)": [[21, "arkouda.categorical.Categorical", false]], "categories (arkouda.categorical attribute)": [[28, "arkouda.Categorical.categories", false], [28, "id3", false], [28, "id52", false], [89, "arkouda.Categorical.categories", false]], "categories (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.categories", false]], "cdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.cdouble", false]], "ceil() (in module arkouda)": [[28, "arkouda.ceil", false]], "ceil() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.ceil", false]], "ceil() (in module arkouda.numeric)": [[37, "arkouda.numeric.ceil", false]], "check_np_dtype() (in module arkouda)": [[28, "arkouda.check_np_dtype", false]], "check_np_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.check_np_dtype", false]], "chi2 (class in arkouda.scipy.stats)": [[49, "arkouda.scipy.stats.chi2", false]], "chisquare() (in module arkouda)": [[28, "arkouda.chisquare", false]], "chisquare() (in module arkouda.scipy)": [[47, "arkouda.scipy.chisquare", false]], "choice() (arkouda.generator method)": [[28, "arkouda.Generator.choice", false]], "choice() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.choice", false]], "choice() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.choice", false]], "clear() (in module arkouda)": [[28, "arkouda.clear", false]], "clear() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.clear", false]], "clip() (in module arkouda)": [[28, "arkouda.clip", false]], "clip() (in module arkouda.numeric)": [[37, "arkouda.numeric.clip", false]], "clongdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.clongdouble", false]], "clz() (arkouda.pdarray method)": [[28, "arkouda.pdarray.clz", false], [28, "id543", false], [28, "id604", false], [28, "id665", false], [28, "id726", false], [28, "id787", false]], "clz() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.clz", false]], "clz() (in module arkouda)": [[28, "arkouda.clz", false]], "clz() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.clz", false]], "coargsort() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.coargsort", false], [28, "id115", false]], "coargsort() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.coargsort", false]], "coargsort() (in module arkouda)": [[28, "arkouda.coargsort", false], [28, "id493", false], [28, "id494", false], [86, "arkouda.coargsort", false]], "coargsort() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.coargsort", false]], "coargsort() (in module arkouda.sorting)": [[53, "arkouda.sorting.coargsort", false]], "codes (arkouda.categorical attribute)": [[28, "arkouda.Categorical.codes", false], [28, "id4", false], [28, "id53", false], [89, "arkouda.Categorical.codes", false]], "codes (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.codes", false]], "columns (arkouda.dataframe property)": [[28, "arkouda.DataFrame.columns", false], [28, "id101", false]], "columns (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.columns", false]], "complex128 (in module arkouda)": [[28, "arkouda.complex128", false]], "complex128 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.complex128", false]], "complex128 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.complex128", false]], "complex64 (in module arkouda)": [[28, "arkouda.complex64", false]], "complex64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.complex64", false]], "complex64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.complex64", false]], "components (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.components", false]], "components (arkouda.timedelta property)": [[28, "arkouda.Timedelta.components", false], [28, "id449", false]], "compute_join_size() (in module arkouda)": [[28, "arkouda.compute_join_size", false]], "compute_join_size() (in module arkouda.join)": [[33, "arkouda.join.compute_join_size", false]], "concat() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.concat", false], [28, "id116", false]], "concat() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.concat", false]], "concat() (arkouda.index method)": [[28, "arkouda.Index.concat", false]], "concat() (arkouda.index.index method)": [[29, "arkouda.index.Index.concat", false]], "concat() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.concat", false]], "concat() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.concat", false]], "concat() (arkouda.segarray class method)": [[28, "arkouda.SegArray.concat", false]], "concat() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.concat", false]], "concat() (arkouda.series method)": [[28, "arkouda.Series.concat", false]], "concat() (arkouda.series.series method)": [[52, "arkouda.series.Series.concat", false]], "concat() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.concat", false]], "concat() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.concat", false]], "concat() (in module arkouda.index)": [[85, "arkouda.Index.concat", false]], "concat() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.concat", false]], "concatenate() (arkouda.categorical method)": [[28, "arkouda.Categorical.concatenate", false], [28, "id21", false], [28, "id70", false]], "concatenate() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.concatenate", false]], "concatenate() (in module arkouda)": [[28, "arkouda.concatenate", false], [28, "id495", false], [28, "id496", false], [90, "arkouda.concatenate", false]], "concatenate() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.concatenate", false]], "concatenate() (in module arkouda.util)": [[56, "arkouda.util.concatenate", false]], "conj() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.conj", false]], "connect() (in module arkouda)": [[100, "arkouda.connect", false]], "connect() (in module arkouda.client)": [[22, "arkouda.client.connect", false]], "conserves (arkouda.bitvector attribute)": [[28, "arkouda.BitVector.conserves", false]], "conserves (arkouda.client_dtypes.bitvector attribute)": [[23, "arkouda.client_dtypes.BitVector.conserves", false]], "contains() (arkouda.categorical method)": [[28, "arkouda.Categorical.contains", false], [28, "id22", false], [28, "id71", false], [89, "arkouda.Categorical.contains", false]], "contains() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.contains", false]], "contains() (arkouda.strings method)": [[101, "arkouda.Strings.contains", false]], "contains() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.contains", false]], "convert_bytes() (in module arkouda.util)": [[56, "arkouda.util.convert_bytes", false]], "convert_if_categorical() (in module arkouda)": [[28, "arkouda.convert_if_categorical", false]], "convert_if_categorical() (in module arkouda.util)": [[56, "arkouda.util.convert_if_categorical", false]], "copy() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.copy", false]], "copy() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.copy", false]], "copy() (arkouda.segarray method)": [[28, "arkouda.SegArray.copy", false]], "copy() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.copy", false]], "copy() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.copy", false]], "corr() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.corr", false], [28, "id117", false]], "corr() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.corr", false]], "corr() (arkouda.pdarray method)": [[28, "arkouda.pdarray.corr", false], [28, "id544", false], [28, "id605", false], [28, "id666", false], [28, "id727", false], [28, "id788", false]], "corr() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.corr", false]], "corr() (in module arkouda)": [[28, "arkouda.corr", false]], "corr() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.corr", false]], "cos() (in module arkouda)": [[28, "arkouda.cos", false], [87, "arkouda.cos", false]], "cos() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.cos", false]], "cos() (in module arkouda.numeric)": [[37, "arkouda.numeric.cos", false]], "cosh() (in module arkouda)": [[28, "arkouda.cosh", false]], "cosh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.cosh", false]], "cosh() (in module arkouda.numeric)": [[37, "arkouda.numeric.cosh", false]], "count() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.count", false], [28, "id118", false]], "count() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.count", false]], "count() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.count", false]], "count() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.count", false]], "count() (arkouda.groupby method)": [[28, "arkouda.GroupBy.count", false], [28, "id243", false], [28, "id287", false], [28, "id331", false], [28, "id375", false], [28, "id419", false], [92, "arkouda.GroupBy.count", false]], "count() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.count", false]], "counts (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.counts", false]], "counts (arkouda.array_api._set_functions.uniquecountsresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult.counts", false]], "cov() (arkouda.pdarray method)": [[28, "arkouda.pdarray.cov", false], [28, "id545", false], [28, "id606", false], [28, "id667", false], [28, "id728", false], [28, "id789", false]], "cov() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.cov", false]], "cov() (in module arkouda)": [[28, "arkouda.cov", false]], "cov() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.cov", false]], "create_pdarray() (in module arkouda)": [[28, "arkouda.create_pdarray", false], [28, "id497", false], [28, "id498", false], [28, "id499", false]], "critical (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.CRITICAL", false]], "critical (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.CRITICAL", false]], "csingle (class in arkouda.numpy)": [[38, "arkouda.numpy.csingle", false]], "ctz() (arkouda.pdarray method)": [[28, "arkouda.pdarray.ctz", false], [28, "id546", false], [28, "id607", false], [28, "id668", false], [28, "id729", false], [28, "id790", false]], "ctz() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.ctz", false]], "ctz() (in module arkouda)": [[28, "arkouda.ctz", false]], "ctz() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.ctz", false]], "cumprod() (in module arkouda)": [[28, "arkouda.cumprod", false], [87, "arkouda.cumprod", false]], "cumprod() (in module arkouda.numeric)": [[37, "arkouda.numeric.cumprod", false]], "cumsum() (in module arkouda)": [[28, "arkouda.cumsum", false], [28, "id500", false], [87, "arkouda.cumsum", false]], "cumsum() (in module arkouda.numeric)": [[37, "arkouda.numeric.cumsum", false]], "dataframe (class in arkouda)": [[28, "arkouda.DataFrame", false], [28, "id100", false], [91, "arkouda.DataFrame", false]], "dataframe (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DataFrame", false]], "dataframegroupby (class in arkouda)": [[28, "arkouda.DataFrameGroupBy", false]], "dataframegroupby (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DataFrameGroupBy", false]], "date (arkouda.datetime property)": [[28, "arkouda.Datetime.date", false], [28, "id156", false], [28, "id189", false]], "date (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.date", false]], "date_operators() (in module arkouda)": [[28, "arkouda.date_operators", false]], "date_operators() (in module arkouda.accessor)": [[2, "arkouda.accessor.date_operators", false]], "date_range() (in module arkouda)": [[28, "arkouda.date_range", false], [28, "id501", false]], "date_range() (in module arkouda.timeclass)": [[55, "arkouda.timeclass.date_range", false]], "datetime (class in arkouda)": [[28, "arkouda.Datetime", false], [28, "id155", false], [28, "id188", false]], "datetime (class in arkouda.timeclass)": [[55, "arkouda.timeclass.Datetime", false]], "datetimeaccessor (class in arkouda)": [[28, "arkouda.DatetimeAccessor", false]], "datetimeaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.DatetimeAccessor", false]], "day (arkouda.datetime property)": [[28, "arkouda.Datetime.day", false], [28, "id157", false], [28, "id190", false]], "day (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day", false]], "day_of_week (arkouda.datetime property)": [[28, "arkouda.Datetime.day_of_week", false], [28, "id158", false], [28, "id191", false]], "day_of_week (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day_of_week", false]], "day_of_year (arkouda.datetime property)": [[28, "arkouda.Datetime.day_of_year", false], [28, "id159", false], [28, "id192", false]], "day_of_year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day_of_year", false]], "dayofweek (arkouda.datetime property)": [[28, "arkouda.Datetime.dayofweek", false], [28, "id160", false], [28, "id193", false]], "dayofweek (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.dayofweek", false]], "dayofyear (arkouda.datetime property)": [[28, "arkouda.Datetime.dayofyear", false], [28, "id161", false], [28, "id194", false]], "dayofyear (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.dayofyear", false]], "days (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.days", false]], "days (arkouda.timedelta property)": [[28, "arkouda.Timedelta.days", false], [28, "id450", false]], "debug (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.DEBUG", false]], "debug (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.DEBUG", false]], "decode() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.decode", false]], "default_rng() (in module arkouda.random)": [[96, "arkouda.random.default_rng", false]], "default_rng() (in module arkouda.random._generator)": [[43, "arkouda.random._generator.default_rng", false]], "deg2rad() (in module arkouda)": [[28, "arkouda.deg2rad", false]], "deg2rad() (in module arkouda.numeric)": [[37, "arkouda.numeric.deg2rad", false]], "delimited_file_to_dict() (in module arkouda.io_util)": [[32, "arkouda.io_util.delimited_file_to_dict", false]], "device (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.device", false]], "device (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.device", false]], "device (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Device", false]], "df (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.df", false]], "df (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.df", false]], "dict_to_delimited_file() (in module arkouda.io_util)": [[32, "arkouda.io_util.dict_to_delimited_file", false]], "diff() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.diff", false]], "diff() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.diff", false]], "diff() (arkouda.series method)": [[28, "arkouda.Series.diff", false]], "diff() (arkouda.series.series method)": [[52, "arkouda.series.Series.diff", false]], "diffaggregate (class in arkouda)": [[28, "arkouda.DiffAggregate", false]], "diffaggregate (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DiffAggregate", false]], "difference() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.difference", false]], "difference() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.difference", false]], "disableverbose() (in module arkouda)": [[28, "arkouda.disableVerbose", false]], "disableverbose() (in module arkouda.logger)": [[34, "arkouda.logger.disableVerbose", false]], "disconnect() (in module arkouda.client)": [[22, "arkouda.client.disconnect", false]], "divide() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.divide", false]], "divmod() (in module arkouda)": [[28, "arkouda.divmod", false]], "divmod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.divmod", false]], "dot() (in module arkouda)": [[28, "arkouda.dot", false]], "dot() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.dot", false]], "double (class in arkouda.numpy)": [[38, "arkouda.numpy.double", false]], "drop() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.drop", false], [28, "id119", false]], "drop() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.drop", false]], "drop() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.drop", false]], "drop_duplicates() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.drop_duplicates", false], [28, "id120", false]], "drop_duplicates() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.drop_duplicates", false]], "drop_duplicates() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.drop_duplicates", false]], "dropna (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.dropna", false], [28, "id230", false], [28, "id274", false], [28, "id318", false], [28, "id362", false], [28, "id406", false], [92, "arkouda.GroupBy.dropna", false]], "dropna (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.dropna", false]], "dropna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.dropna", false], [28, "id121", false]], "dropna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.dropna", false]], "dt() (arkouda.series method)": [[28, "arkouda.Series.dt", false]], "dt() (arkouda.series.series method)": [[52, "arkouda.series.Series.dt", false]], "dtype (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.dtype", false]], "dtype (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.dtype", false]], "dtype (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.dtype", false]], "dtype (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.dtype", false]], "dtype (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.dtype", false]], "dtype (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.dtype", false], [88, "arkouda.ArrayView.dtype", false]], "dtype (arkouda.categorical attribute)": [[28, "arkouda.Categorical.dtype", false], [28, "id15", false], [28, "id64", false]], "dtype (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.dtype", false]], "dtype (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.dtype", false], [28, "id524", false], [28, "id585", false], [28, "id646", false], [28, "id707", false], [28, "id768", false], [95, "arkouda.pdarray.dtype", false]], "dtype (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.dtype", false]], "dtype (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.dtype", false]], "dtype (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Dtype", false]], "dtype() (in module arkouda)": [[28, "arkouda.dtype", false]], "dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.dtype", false]], "dtypeobjects (in module arkouda)": [[28, "arkouda.DTypeObjects", false]], "dtypeobjects (in module arkouda.dtypes)": [[25, "arkouda.dtypes.DTypeObjects", false]], "dtypes (arkouda.dataframe property)": [[28, "arkouda.DataFrame.dtypes", false], [28, "id102", false]], "dtypes (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.dtypes", false]], "dtypes (in module arkouda)": [[28, "arkouda.DTypes", false]], "dtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.DTypes", false]], "e (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.e", false]], "e (in module arkouda.numpy)": [[38, "arkouda.numpy.e", false]], "empty (arkouda.dataframe property)": [[28, "arkouda.DataFrame.empty", false], [28, "id103", false]], "empty (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.empty", false]], "empty() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.empty", false]], "empty_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.empty_like", false]], "enableverbose() (in module arkouda)": [[28, "arkouda.enableVerbose", false]], "enableverbose() (in module arkouda.logger)": [[34, "arkouda.logger.enableVerbose", false]], "encode() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.encode", false]], "end() (arkouda.match.match method)": [[35, "arkouda.match.Match.end", false], [101, "arkouda.match.Match.end", false]], "endswith() (arkouda.categorical method)": [[28, "arkouda.Categorical.endswith", false], [28, "id23", false], [28, "id72", false], [89, "arkouda.Categorical.endswith", false]], "endswith() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.endswith", false]], "endswith() (arkouda.strings method)": [[101, "arkouda.Strings.endswith", false]], "endswith() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.endswith", false]], "enrich_inplace() (in module arkouda.util)": [[56, "arkouda.util.enrich_inplace", false]], "entry (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.entry", false]], "eps (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.eps", false]], "equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.equal", false]], "error (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.ERROR", false]], "error (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.ERROR", false]], "errormode (class in arkouda)": [[28, "arkouda.ErrorMode", false]], "errormode (class in arkouda.numeric)": [[37, "arkouda.numeric.ErrorMode", false]], "euler_gamma (in module arkouda.numpy)": [[38, "arkouda.numpy.euler_gamma", false]], "exp() (in module arkouda)": [[28, "arkouda.exp", false], [87, "arkouda.exp", false]], "exp() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.exp", false]], "exp() (in module arkouda.numeric)": [[37, "arkouda.numeric.exp", false]], "expand() (in module arkouda.util)": [[56, "arkouda.util.expand", false]], "expand_dims() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.expand_dims", false]], "expm1() (in module arkouda)": [[28, "arkouda.expm1", false]], "expm1() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.expm1", false]], "expm1() (in module arkouda.numeric)": [[37, "arkouda.numeric.expm1", false]], "export() (in module arkouda)": [[28, "arkouda.export", false], [84, "arkouda.export", false]], "export() (in module arkouda.io)": [[31, "arkouda.io.export", false]], "export_uint() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.export_uint", false]], "export_uint() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.export_uint", false]], "eye() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.eye", false]], "factory() (arkouda.index static method)": [[28, "arkouda.Index.factory", false]], "factory() (arkouda.index.index static method)": [[29, "arkouda.index.Index.factory", false]], "fields (class in arkouda)": [[28, "arkouda.Fields", false]], "fields (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.Fields", false]], "fill() (arkouda.pdarray method)": [[28, "arkouda.pdarray.fill", false], [28, "id547", false], [28, "id608", false], [28, "id669", false], [28, "id730", false], [28, "id791", false]], "fill() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.fill", false]], "fillna() (arkouda.series method)": [[28, "arkouda.Series.fillna", false]], "fillna() (arkouda.series.series method)": [[52, "arkouda.series.Series.fillna", false]], "filter() (arkouda.segarray method)": [[28, "arkouda.SegArray.filter", false]], "filter() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.filter", false]], "filter_by_range() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.filter_by_range", false], [28, "id122", false]], "filter_by_range() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.filter_by_range", false]], "find() (in module arkouda)": [[28, "arkouda.find", false]], "find() (in module arkouda.alignment)": [[3, "arkouda.alignment.find", false]], "find_locations() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.find_locations", false]], "find_locations() (arkouda.strings method)": [[101, "arkouda.Strings.find_locations", false]], "find_locations() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.find_locations", false]], "find_matches() (arkouda.match.match method)": [[35, "arkouda.match.Match.find_matches", false], [101, "arkouda.match.Match.find_matches", false]], "findall() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.findall", false]], "findall() (arkouda.strings method)": [[101, "arkouda.Strings.findall", false]], "findall() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.findall", false]], "finfo_object (class in arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.finfo_object", false]], "first() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.first", false]], "first() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.first", false]], "first() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.first", false]], "first() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.first", false]], "first() (arkouda.groupby method)": [[28, "arkouda.GroupBy.first", false], [28, "id244", false], [28, "id288", false], [28, "id332", false], [28, "id376", false], [28, "id420", false], [92, "arkouda.GroupBy.first", false]], "first() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.first", false]], "flatten() (arkouda.strings method)": [[101, "arkouda.Strings.flatten", false]], "flatten() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.flatten", false]], "flip() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.flip", false]], "float32 (class in arkouda.numpy)": [[38, "arkouda.numpy.float32", false]], "float32 (in module arkouda)": [[28, "arkouda.float32", false]], "float32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.float32", false]], "float32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float32", false]], "float64 (class in arkouda.numpy)": [[38, "arkouda.numpy.float64", false]], "float64 (in module arkouda)": [[28, "arkouda.float64", false]], "float64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.float64", false]], "float64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float64", false]], "float_scalars (in module arkouda)": [[28, "arkouda.float_scalars", false]], "float_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float_scalars", false]], "floor() (in module arkouda)": [[28, "arkouda.floor", false]], "floor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.floor", false]], "floor() (in module arkouda.numeric)": [[37, "arkouda.numeric.floor", false]], "floor_divide() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.floor_divide", false]], "fmod() (in module arkouda)": [[28, "arkouda.fmod", false]], "fmod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.fmod", false]], "format() (arkouda.bitvector method)": [[28, "arkouda.BitVector.format", false]], "format() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.format", false]], "format() (arkouda.client_dtypes.fields method)": [[23, "arkouda.client_dtypes.Fields.format", false]], "format() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.format", false]], "format() (arkouda.fields method)": [[28, "arkouda.Fields.format", false]], "format() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.format", false]], "format_other() (arkouda.pdarray method)": [[28, "arkouda.pdarray.format_other", false], [28, "id548", false], [28, "id609", false], [28, "id670", false], [28, "id731", false], [28, "id792", false]], "format_other() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.format_other", false]], "from_codes() (arkouda.categorical class method)": [[28, "arkouda.Categorical.from_codes", false], [28, "id24", false], [28, "id73", false], [89, "arkouda.Categorical.from_codes", false]], "from_codes() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.from_codes", false]], "from_dlpack() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.from_dlpack", false]], "from_multi_array() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_multi_array", false]], "from_multi_array() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_multi_array", false]], "from_pandas() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.from_pandas", false], [28, "id123", false]], "from_pandas() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.from_pandas", false]], "from_parts() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_parts", false]], "from_parts() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_parts", false]], "from_parts() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.from_parts", false]], "from_return_msg() (arkouda.bitvector class method)": [[28, "arkouda.BitVector.from_return_msg", false]], "from_return_msg() (arkouda.categorical class method)": [[28, "arkouda.Categorical.from_return_msg", false], [28, "id25", false], [28, "id74", false]], "from_return_msg() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.from_return_msg", false]], "from_return_msg() (arkouda.client_dtypes.bitvector class method)": [[23, "arkouda.client_dtypes.BitVector.from_return_msg", false]], "from_return_msg() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.from_return_msg", false], [28, "id124", false]], "from_return_msg() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.from_return_msg", false]], "from_return_msg() (arkouda.groupby method)": [[28, "arkouda.GroupBy.from_return_msg", false], [28, "id245", false], [28, "id289", false], [28, "id333", false], [28, "id377", false], [28, "id421", false]], "from_return_msg() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.from_return_msg", false]], "from_return_msg() (arkouda.index class method)": [[28, "arkouda.Index.from_return_msg", false]], "from_return_msg() (arkouda.index.index class method)": [[29, "arkouda.index.Index.from_return_msg", false]], "from_return_msg() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_return_msg", false]], "from_return_msg() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_return_msg", false]], "from_return_msg() (arkouda.series method)": [[28, "arkouda.Series.from_return_msg", false]], "from_return_msg() (arkouda.series.series method)": [[52, "arkouda.series.Series.from_return_msg", false]], "from_return_msg() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.from_return_msg", false]], "from_series() (in module arkouda)": [[28, "arkouda.from_series", false], [28, "id502", false]], "from_series() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.from_series", false]], "fromhex() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.fromhex", false]], "fromhex() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.fromhex", false]], "full() (in module arkouda)": [[28, "arkouda.full", false], [28, "id503", false]], "full() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.full", false]], "full() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.full", false]], "full_like() (in module arkouda)": [[28, "arkouda.full_like", false]], "full_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.full_like", false]], "full_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.full_like", false]], "fullmatch() (arkouda.strings method)": [[101, "arkouda.Strings.fullmatch", false]], "fullmatch() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.fullmatch", false]], "gb (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.gb", false]], "gb (arkouda.dataframe.diffaggregate attribute)": [[24, "arkouda.dataframe.DiffAggregate.gb", false]], "gb (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.gb", false]], "gb (arkouda.diffaggregate attribute)": [[28, "arkouda.DiffAggregate.gb", false]], "gb_key_names (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.gb_key_names", false]], "gb_key_names (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.gb_key_names", false]], "gen_ranges() (in module arkouda)": [[28, "arkouda.gen_ranges", false], [28, "id504", false]], "gen_ranges() (in module arkouda.join)": [[33, "arkouda.join.gen_ranges", false]], "generate_history() (in module arkouda.client)": [[22, "arkouda.client.generate_history", false]], "generate_token() (in module arkouda.security)": [[50, "arkouda.security.generate_token", false]], "generate_username_token_json() (in module arkouda.security)": [[50, "arkouda.security.generate_username_token_json", false]], "generator (class in arkouda)": [[28, "arkouda.Generator", false]], "generator (class in arkouda.random)": [[45, "arkouda.random.Generator", false], [96, "arkouda.random.Generator", false]], "generator (class in arkouda.random._generator)": [[43, "arkouda.random._generator.Generator", false]], "generic_concat() (in module arkouda)": [[28, "arkouda.generic_concat", false]], "generic_concat() (in module arkouda.util)": [[56, "arkouda.util.generic_concat", false]], "generic_moment() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.generic_moment", false]], "get_arkouda_client_directory() (in module arkouda.security)": [[50, "arkouda.security.get_arkouda_client_directory", false]], "get_byteorder() (in module arkouda)": [[28, "arkouda.get_byteorder", false]], "get_byteorder() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.get_byteorder", false]], "get_bytes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_bytes", false]], "get_callback() (in module arkouda)": [[28, "arkouda.get_callback", false]], "get_callback() (in module arkouda.util)": [[56, "arkouda.util.get_callback", false]], "get_columns() (in module arkouda)": [[28, "arkouda.get_columns", false]], "get_columns() (in module arkouda.io)": [[31, "arkouda.io.get_columns", false]], "get_config() (in module arkouda.client)": [[22, "arkouda.client.get_config", false]], "get_datasets() (in module arkouda)": [[28, "arkouda.get_datasets", false], [84, "arkouda.get_datasets", false]], "get_datasets() (in module arkouda.io)": [[31, "arkouda.io.get_datasets", false]], "get_directory() (in module arkouda.io_util)": [[32, "arkouda.io_util.get_directory", false]], "get_filetype() (in module arkouda)": [[28, "arkouda.get_filetype", false]], "get_filetype() (in module arkouda.io)": [[31, "arkouda.io.get_filetype", false]], "get_home_directory() (in module arkouda.security)": [[50, "arkouda.security.get_home_directory", false]], "get_jth() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_jth", false]], "get_jth() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_jth", false]], "get_jth() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_jth", false]], "get_length_n() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_length_n", false]], "get_length_n() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_length_n", false]], "get_length_n() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_length_n", false]], "get_lengths() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_lengths", false]], "get_match() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.get_match", false]], "get_mem_avail() (in module arkouda.client)": [[22, "arkouda.client.get_mem_avail", false]], "get_mem_status() (in module arkouda.client)": [[22, "arkouda.client.get_mem_status", false]], "get_mem_used() (in module arkouda.client)": [[22, "arkouda.client.get_mem_used", false]], "get_ngrams() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_ngrams", false]], "get_ngrams() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_ngrams", false]], "get_ngrams() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_ngrams", false]], "get_null_indices() (in module arkouda)": [[28, "arkouda.get_null_indices", false]], "get_null_indices() (in module arkouda.io)": [[31, "arkouda.io.get_null_indices", false]], "get_offsets() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_offsets", false]], "get_prefixes() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_prefixes", false]], "get_prefixes() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_prefixes", false]], "get_prefixes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_prefixes", false]], "get_prefixes() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_prefixes", false]], "get_server_byteorder() (in module arkouda)": [[28, "arkouda.get_server_byteorder", false]], "get_server_byteorder() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.get_server_byteorder", false]], "get_server_commands() (in module arkouda.client)": [[22, "arkouda.client.get_server_commands", false]], "get_suffixes() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_suffixes", false]], "get_suffixes() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_suffixes", false]], "get_suffixes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_suffixes", false]], "get_suffixes() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_suffixes", false]], "get_username() (in module arkouda.security)": [[50, "arkouda.security.get_username", false]], "getarkoudalogger() (in module arkouda)": [[28, "arkouda.getArkoudaLogger", false]], "greater() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.greater", false]], "greater_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.greater_equal", false]], "group() (arkouda.categorical method)": [[28, "arkouda.Categorical.group", false], [28, "id26", false], [28, "id75", false]], "group() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.group", false]], "group() (arkouda.match.match method)": [[35, "arkouda.match.Match.group", false], [101, "arkouda.match.Match.group", false]], "group() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.group", false]], "groupby (class in arkouda)": [[28, "arkouda.GroupBy", false], [28, "id222", false], [28, "id266", false], [28, "id310", false], [28, "id354", false], [28, "id398", false], [92, "arkouda.GroupBy", false]], "groupby (class in arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.GroupBy", false]], "groupby() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.GroupBy", false], [28, "id108", false], [28, "arkouda.DataFrame.groupby", false], [28, "id125", false]], "groupby() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.GroupBy", false], [24, "arkouda.dataframe.DataFrame.groupby", false]], "groupby() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.groupby", false]], "groupby_reduction_types (class in arkouda)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES", false]], "groupby_reduction_types (class in arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES", false]], "grouping (arkouda.segarray property)": [[28, "arkouda.SegArray.grouping", false]], "grouping (arkouda.segarray.segarray property)": [[51, "arkouda.segarray.SegArray.grouping", false]], "half (class in arkouda.numpy)": [[38, "arkouda.numpy.half", false]], "handled_functions (in module arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.HANDLED_FUNCTIONS", false]], "has_repeat_labels() (arkouda.series method)": [[28, "arkouda.Series.has_repeat_labels", false]], "has_repeat_labels() (arkouda.series.series method)": [[52, "arkouda.series.Series.has_repeat_labels", false]], "hash() (arkouda.categorical method)": [[28, "arkouda.Categorical.hash", false], [28, "id27", false], [28, "id76", false]], "hash() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.hash", false]], "hash() (arkouda.segarray method)": [[28, "arkouda.SegArray.hash", false]], "hash() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.hash", false]], "hash() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.hash", false]], "hash() (in module arkouda)": [[28, "arkouda.hash", false]], "hash() (in module arkouda.numeric)": [[37, "arkouda.numeric.hash", false]], "hasnans() (arkouda.series method)": [[28, "arkouda.Series.hasnans", false]], "hasnans() (arkouda.series.series method)": [[52, "arkouda.series.Series.hasnans", false]], "head() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.head", false], [28, "id126", false]], "head() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.head", false]], "head() (arkouda.series method)": [[28, "arkouda.Series.head", false]], "head() (arkouda.series.series method)": [[52, "arkouda.series.Series.head", false]], "head() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.head", false]], "head() (in module arkouda.series)": [[98, "arkouda.Series.head", false]], "hex() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.hex", false]], "hex() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.hex", false]], "hist_all() (in module arkouda)": [[28, "arkouda.hist_all", false]], "hist_all() (in module arkouda.plotting)": [[42, "arkouda.plotting.hist_all", false]], "histogram() (in module arkouda)": [[28, "arkouda.histogram", false], [28, "id505", false], [93, "arkouda.histogram", false]], "histogram() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogram", false]], "histogram2d() (in module arkouda)": [[28, "arkouda.histogram2d", false]], "histogram2d() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogram2d", false]], "histogramdd() (in module arkouda)": [[28, "arkouda.histogramdd", false]], "histogramdd() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogramdd", false]], "historyretriever (class in arkouda.history)": [[27, "arkouda.history.HistoryRetriever", false]], "hour (arkouda.datetime property)": [[28, "arkouda.Datetime.hour", false], [28, "id162", false], [28, "id195", false]], "hour (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.hour", false]], "iat (arkouda.series property)": [[28, "arkouda.Series.iat", false]], "iat (arkouda.series.series property)": [[52, "arkouda.series.Series.iat", false]], "identity() (in module arkouda.util)": [[56, "arkouda.util.identity", false]], "ignore (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.ignore", false]], "ignore (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.ignore", false]], "iinfo_object (class in arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.iinfo_object", false]], "iloc (arkouda.series property)": [[28, "arkouda.Series.iloc", false]], "iloc (arkouda.series.series property)": [[52, "arkouda.series.Series.iloc", false]], "imag() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.imag", false]], "implements_numpy() (in module arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.implements_numpy", false]], "import_data() (in module arkouda)": [[28, "arkouda.import_data", false], [84, "arkouda.import_data", false]], "import_data() (in module arkouda.io)": [[31, "arkouda.io.import_data", false]], "in1d() (arkouda.categorical method)": [[28, "arkouda.Categorical.in1d", false], [28, "id28", false], [28, "id77", false]], "in1d() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.in1d", false]], "in1d() (in module arkouda)": [[28, "arkouda.in1d", false], [28, "id506", false], [28, "id507", false], [99, "arkouda.in1d", false]], "in1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.in1d", false]], "in1d_intervals() (in module arkouda)": [[28, "arkouda.in1d_intervals", false]], "in1d_intervals() (in module arkouda.alignment)": [[3, "arkouda.alignment.in1d_intervals", false]], "index (arkouda.dataframe property)": [[28, "arkouda.DataFrame.index", false], [28, "id104", false]], "index (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.index", false]], "index (arkouda.index property)": [[28, "arkouda.Index.index", false]], "index (arkouda.index.index property)": [[29, "arkouda.index.Index.index", false]], "index (arkouda.index.multiindex property)": [[29, "arkouda.index.MultiIndex.index", false]], "index (arkouda.multiindex property)": [[28, "arkouda.MultiIndex.index", false]], "index (class in arkouda)": [[28, "arkouda.Index", false], [85, "arkouda.Index", false]], "index (class in arkouda.index)": [[29, "arkouda.index.Index", false]], "indexof1d() (in module arkouda)": [[28, "arkouda.indexof1d", false]], "indexof1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.indexof1d", false]], "indices (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.indices", false]], "inf (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.inf", false]], "inf (in module arkouda.numpy)": [[38, "arkouda.numpy.Inf", false], [38, "arkouda.numpy.inf", false]], "infinity (in module arkouda.numpy)": [[38, "arkouda.numpy.Infinity", false]], "info (arkouda.dataframe property)": [[28, "arkouda.DataFrame.info", false], [28, "id105", false]], "info (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.info", false]], "info (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.INFO", false]], "info (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.INFO", false]], "info() (arkouda.categorical method)": [[28, "arkouda.Categorical.info", false], [28, "id29", false], [28, "id78", false]], "info() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.info", false]], "info() (arkouda.pdarray method)": [[28, "arkouda.pdarray.info", false], [28, "id549", false], [28, "id610", false], [28, "id671", false], [28, "id732", false], [28, "id793", false]], "info() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.info", false]], "info() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.info", false]], "information() (in module arkouda)": [[28, "arkouda.information", false]], "information() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.information", false]], "infty (in module arkouda.numpy)": [[38, "arkouda.numpy.infty", false]], "int16 (class in arkouda.numpy)": [[38, "arkouda.numpy.int16", false]], "int16 (in module arkouda)": [[28, "arkouda.int16", false]], "int16 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int16", false]], "int16 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int16", false]], "int32 (class in arkouda.numpy)": [[38, "arkouda.numpy.int32", false]], "int32 (in module arkouda)": [[28, "arkouda.int32", false]], "int32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int32", false]], "int32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int32", false]], "int64 (class in arkouda.numpy)": [[38, "arkouda.numpy.int64", false]], "int64 (in module arkouda)": [[28, "arkouda.int64", false], [28, "id508", false]], "int64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int64", false]], "int64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int64", false]], "int8 (class in arkouda.numpy)": [[38, "arkouda.numpy.int8", false]], "int8 (in module arkouda)": [[28, "arkouda.int8", false]], "int8 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int8", false]], "int8 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int8", false]], "int_ (class in arkouda.numpy)": [[38, "arkouda.numpy.int_", false]], "int_scalars (in module arkouda)": [[28, "arkouda.int_scalars", false], [28, "id511", false], [28, "id512", false]], "int_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int_scalars", false]], "intc (class in arkouda.numpy)": [[38, "arkouda.numpy.intc", false]], "integers() (arkouda.generator method)": [[28, "arkouda.Generator.integers", false]], "integers() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.integers", false]], "integers() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.integers", false]], "integers() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.integers", false]], "intersect() (arkouda.segarray method)": [[28, "arkouda.SegArray.intersect", false]], "intersect() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.intersect", false]], "intersect() (in module arkouda)": [[28, "arkouda.intersect", false]], "intersect() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.intersect", false]], "intersect() (in module arkouda.segarray)": [[97, "arkouda.SegArray.intersect", false]], "intersect1d() (in module arkouda)": [[28, "arkouda.intersect1d", false], [99, "arkouda.intersect1d", false]], "intersect1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.intersect1d", false]], "intersection() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.intersection", false]], "intersection() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.intersection", false]], "interval_lookup() (in module arkouda)": [[28, "arkouda.interval_lookup", false]], "interval_lookup() (in module arkouda.alignment)": [[3, "arkouda.alignment.interval_lookup", false]], "inttypes (in module arkouda)": [[28, "arkouda.intTypes", false], [28, "id509", false], [28, "id510", false]], "inttypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.intTypes", false]], "intx() (in module arkouda)": [[28, "arkouda.intx", false]], "intx() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.intx", false]], "inverse_indices (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.inverse_indices", false]], "inverse_indices (arkouda.array_api._set_functions.uniqueinverseresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult.inverse_indices", false]], "invert_permutation() (in module arkouda)": [[28, "arkouda.invert_permutation", false]], "invert_permutation() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.invert_permutation", false]], "invert_permutation() (in module arkouda.util)": [[56, "arkouda.util.invert_permutation", false]], "ip_address() (in module arkouda)": [[28, "arkouda.ip_address", false]], "ip_address() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.ip_address", false]], "ipv4 (class in arkouda)": [[28, "arkouda.IPv4", false]], "ipv4 (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.IPv4", false]], "is_cosorted() (in module arkouda)": [[28, "arkouda.is_cosorted", false]], "is_cosorted() (in module arkouda.alignment)": [[3, "arkouda.alignment.is_cosorted", false]], "is_float() (in module arkouda.util)": [[56, "arkouda.util.is_float", false]], "is_int() (in module arkouda.util)": [[56, "arkouda.util.is_int", false]], "is_integer() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.is_integer", false]], "is_integer() (arkouda.numpy.float32 method)": [[38, "arkouda.numpy.float32.is_integer", false]], "is_integer() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.is_integer", false]], "is_integer() (arkouda.numpy.half method)": [[38, "arkouda.numpy.half.is_integer", false]], "is_integer() (arkouda.numpy.longdouble method)": [[38, "arkouda.numpy.longdouble.is_integer", false]], "is_integer() (arkouda.numpy.single method)": [[38, "arkouda.numpy.single.is_integer", false]], "is_ipv4() (in module arkouda)": [[28, "arkouda.is_ipv4", false]], "is_ipv4() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.is_ipv4", false]], "is_ipv6() (in module arkouda)": [[28, "arkouda.is_ipv6", false]], "is_ipv6() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.is_ipv6", false]], "is_leap_year (arkouda.datetime property)": [[28, "arkouda.Datetime.is_leap_year", false], [28, "id163", false], [28, "id196", false]], "is_leap_year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.is_leap_year", false]], "is_numeric() (in module arkouda.util)": [[56, "arkouda.util.is_numeric", false]], "is_registered() (arkouda.categorical method)": [[28, "arkouda.Categorical.is_registered", false], [28, "id30", false], [28, "id79", false]], "is_registered() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.is_registered", false]], "is_registered() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.is_registered", false], [28, "id127", false]], "is_registered() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.is_registered", false]], "is_registered() (arkouda.datetime method)": [[28, "arkouda.Datetime.is_registered", false], [28, "id182", false], [28, "id215", false]], "is_registered() (arkouda.groupby method)": [[28, "arkouda.GroupBy.is_registered", false], [28, "id246", false], [28, "id290", false], [28, "id334", false], [28, "id378", false], [28, "id422", false], [92, "arkouda.GroupBy.is_registered", false]], "is_registered() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.is_registered", false]], "is_registered() (arkouda.index method)": [[28, "arkouda.Index.is_registered", false]], "is_registered() (arkouda.index.index method)": [[29, "arkouda.index.Index.is_registered", false]], "is_registered() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.is_registered", false]], "is_registered() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.is_registered", false]], "is_registered() (arkouda.pdarray method)": [[28, "arkouda.pdarray.is_registered", false], [28, "id550", false], [28, "id611", false], [28, "id672", false], [28, "id733", false], [28, "id794", false]], "is_registered() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.is_registered", false]], "is_registered() (arkouda.segarray method)": [[28, "arkouda.SegArray.is_registered", false]], "is_registered() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.is_registered", false]], "is_registered() (arkouda.series method)": [[28, "arkouda.Series.is_registered", false]], "is_registered() (arkouda.series.series method)": [[52, "arkouda.series.Series.is_registered", false]], "is_registered() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.is_registered", false]], "is_registered() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.is_registered", false]], "is_registered() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.is_registered", false]], "is_registered() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.is_registered", false], [28, "id463", false]], "is_registered() (in module arkouda)": [[28, "arkouda.is_registered", false]], "is_registered() (in module arkouda.util)": [[56, "arkouda.util.is_registered", false]], "is_sorted() (arkouda.pdarray method)": [[28, "arkouda.pdarray.is_sorted", false], [28, "id551", false], [28, "id612", false], [28, "id673", false], [28, "id734", false], [28, "id795", false], [93, "arkouda.pdarray.is_sorted", false]], "is_sorted() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.is_sorted", false]], "is_sorted() (in module arkouda)": [[28, "arkouda.is_sorted", false], [28, "id515", false], [87, "arkouda.is_sorted", false]], "is_sorted() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.is_sorted", false]], "is_unique (arkouda.index property)": [[28, "arkouda.Index.is_unique", false]], "is_unique (arkouda.index.index property)": [[29, "arkouda.index.Index.is_unique", false]], "isalnum() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isalnum", false]], "isalpha() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isalpha", false]], "isdecimal() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isdecimal", false]], "isdigit() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isdigit", false]], "isdisjoint() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.isdisjoint", false]], "isdisjoint() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.isdisjoint", false]], "isdtype() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.isdtype", false]], "isempty() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isempty", false]], "isfinite() (in module arkouda)": [[28, "arkouda.isfinite", false]], "isfinite() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isfinite", false]], "isfinite() (in module arkouda.numeric)": [[37, "arkouda.numeric.isfinite", false]], "isin() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.isin", false], [28, "id128", false]], "isin() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.isin", false]], "isin() (arkouda.series method)": [[28, "arkouda.Series.isin", false]], "isin() (arkouda.series.series method)": [[52, "arkouda.series.Series.isin", false]], "isinf() (in module arkouda)": [[28, "arkouda.isinf", false]], "isinf() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isinf", false]], "isinf() (in module arkouda.numeric)": [[37, "arkouda.numeric.isinf", false]], "islower() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.islower", false]], "isna() (arkouda.categorical method)": [[28, "arkouda.Categorical.isna", false], [28, "id31", false], [28, "id80", false]], "isna() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.isna", false]], "isna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.isna", false], [28, "id129", false]], "isna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.isna", false]], "isna() (arkouda.series method)": [[28, "arkouda.Series.isna", false]], "isna() (arkouda.series.series method)": [[52, "arkouda.series.Series.isna", false]], "isnan() (in module arkouda)": [[28, "arkouda.isnan", false], [28, "id516", false]], "isnan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isnan", false]], "isnan() (in module arkouda.numeric)": [[37, "arkouda.numeric.isnan", false]], "isnull() (arkouda.series method)": [[28, "arkouda.Series.isnull", false]], "isnull() (arkouda.series.series method)": [[52, "arkouda.series.Series.isnull", false]], "isocalendar() (arkouda.datetime method)": [[28, "arkouda.Datetime.isocalendar", false], [28, "id183", false], [28, "id216", false]], "isocalendar() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.isocalendar", false]], "isspace() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isspace", false]], "issubset() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.issubset", false]], "issubset() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.issubset", false]], "issuperset() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.issuperset", false]], "issuperset() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.issuperset", false]], "issupportedint() (in module arkouda)": [[28, "arkouda.isSupportedInt", false], [28, "id513", false], [28, "id514", false]], "issupportednumber() (in module arkouda)": [[28, "arkouda.isSupportedNumber", false]], "issupportednumber() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.isSupportedNumber", false]], "istitle() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.istitle", false]], "isupper() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isupper", false]], "item() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.item", false]], "item() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.item", false]], "itemsize (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.itemsize", false]], "itemsize (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.itemsize", false], [88, "arkouda.ArrayView.itemsize", false]], "itemsize (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.itemsize", false], [28, "id528", false], [28, "id589", false], [28, "id650", false], [28, "id711", false], [28, "id772", false], [95, "arkouda.pdarray.itemsize", false]], "itemsize (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.itemsize", false]], "join_on_eq_with_dt() (in module arkouda)": [[28, "arkouda.join_on_eq_with_dt", false]], "join_on_eq_with_dt() (in module arkouda.join)": [[33, "arkouda.join.join_on_eq_with_dt", false]], "left_align() (in module arkouda)": [[28, "arkouda.left_align", false]], "left_align() (in module arkouda.alignment)": [[3, "arkouda.alignment.left_align", false]], "len_suffix (in module arkouda)": [[28, "arkouda.LEN_SUFFIX", false]], "len_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.LEN_SUFFIX", false]], "less() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.less", false]], "less_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.less_equal", false]], "linspace() (in module arkouda)": [[28, "arkouda.linspace", false], [90, "arkouda.linspace", false]], "linspace() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.linspace", false]], "linspace() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.linspace", false]], "list_registry() (in module arkouda)": [[28, "arkouda.list_registry", false]], "list_registry() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.list_registry", false]], "list_symbol_table() (in module arkouda)": [[28, "arkouda.list_symbol_table", false]], "list_symbol_table() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.list_symbol_table", false]], "load() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.load", false], [28, "id130", false]], "load() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.load", false]], "load() (arkouda.segarray class method)": [[28, "arkouda.SegArray.load", false]], "load() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.load", false]], "load() (in module arkouda)": [[28, "arkouda.load", false]], "load() (in module arkouda.io)": [[31, "arkouda.io.load", false]], "load_all() (in module arkouda)": [[28, "arkouda.load_all", false]], "load_all() (in module arkouda.io)": [[31, "arkouda.io.load_all", false]], "loc (arkouda.series property)": [[28, "arkouda.Series.loc", false]], "loc (arkouda.series.series property)": [[52, "arkouda.series.Series.loc", false]], "locate() (arkouda.series method)": [[28, "arkouda.Series.locate", false]], "locate() (arkouda.series.series method)": [[52, "arkouda.series.Series.locate", false]], "locate() (in module arkouda.series)": [[98, "arkouda.Series.locate", false], [98, "id0", false]], "locationsinfo (arkouda.matcher.matcher attribute)": [[36, "arkouda.matcher.Matcher.LocationsInfo", false]], "log() (in module arkouda)": [[28, "arkouda.log", false], [87, "arkouda.log", false]], "log() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log", false]], "log() (in module arkouda.numeric)": [[37, "arkouda.numeric.log", false]], "log10() (in module arkouda)": [[28, "arkouda.log10", false]], "log10() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log10", false]], "log10() (in module arkouda.numeric)": [[37, "arkouda.numeric.log10", false]], "log1p() (in module arkouda)": [[28, "arkouda.log1p", false]], "log1p() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log1p", false]], "log1p() (in module arkouda.numeric)": [[37, "arkouda.numeric.log1p", false]], "log2() (in module arkouda)": [[28, "arkouda.log2", false]], "log2() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log2", false]], "log2() (in module arkouda.numeric)": [[37, "arkouda.numeric.log2", false]], "logaddexp() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logaddexp", false]], "logger (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.logger", false], [28, "id229", false], [28, "id273", false], [28, "id317", false], [28, "id361", false], [28, "id405", false], [92, "arkouda.GroupBy.logger", false]], "logger (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.logger", false]], "logger (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.logger", false]], "logical_and() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_and", false]], "logical_not() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_not", false]], "logical_or() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_or", false]], "logical_xor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_xor", false]], "loglevel (class in arkouda)": [[28, "arkouda.LogLevel", false]], "loglevel (class in arkouda.logger)": [[34, "arkouda.logger.LogLevel", false]], "longdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.longdouble", false]], "longlong (class in arkouda.numpy)": [[38, "arkouda.numpy.longlong", false]], "lookup() (arkouda.index method)": [[28, "arkouda.Index.lookup", false]], "lookup() (arkouda.index.index method)": [[29, "arkouda.index.Index.lookup", false]], "lookup() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.lookup", false]], "lookup() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.lookup", false]], "lookup() (in module arkouda)": [[28, "arkouda.lookup", false]], "lookup() (in module arkouda.alignment)": [[3, "arkouda.alignment.lookup", false]], "lookup() (in module arkouda.index)": [[85, "arkouda.Index.lookup", false]], "lookup() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.lookup", false]], "lower() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.lower", false]], "ls() (in module arkouda)": [[28, "arkouda.ls", false]], "ls() (in module arkouda.io)": [[31, "arkouda.io.ls", false]], "ls_csv() (in module arkouda)": [[28, "arkouda.ls_csv", false]], "ls_csv() (in module arkouda.io)": [[31, "arkouda.io.ls_csv", false]], "lstick() (arkouda.strings method)": [[101, "arkouda.Strings.lstick", false]], "lstick() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.lstick", false]], "map() (arkouda.index method)": [[28, "arkouda.Index.map", false]], "map() (arkouda.index.index method)": [[29, "arkouda.index.Index.map", false]], "map() (arkouda.series method)": [[28, "arkouda.Series.map", false]], "map() (arkouda.series.series method)": [[52, "arkouda.series.Series.map", false]], "map() (in module arkouda.util)": [[56, "arkouda.util.map", false]], "match (class in arkouda.match)": [[35, "arkouda.match.Match", false]], "match() (arkouda.strings method)": [[101, "arkouda.Strings.match", false]], "match() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.match", false]], "match_type() (arkouda.match.match method)": [[35, "arkouda.match.Match.match_type", false], [101, "arkouda.match.Match.match_type", false]], "matched() (arkouda.match.match method)": [[35, "arkouda.match.Match.matched", false], [101, "arkouda.match.Match.matched", false]], "matcher (class in arkouda.matcher)": [[36, "arkouda.matcher.Matcher", false]], "matmul() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.matmul", false]], "matrix_transpose() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.matrix_transpose", false]], "max (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.max", false]], "max (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.max", false]], "max() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.max", false]], "max() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.max", false]], "max() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.max", false]], "max() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.max", false]], "max() (arkouda.groupby method)": [[28, "arkouda.GroupBy.max", false], [28, "id247", false], [28, "id291", false], [28, "id335", false], [28, "id379", false], [28, "id423", false], [92, "arkouda.GroupBy.max", false]], "max() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.max", false]], "max() (arkouda.pdarray method)": [[28, "arkouda.pdarray.max", false], [28, "id552", false], [28, "id613", false], [28, "id674", false], [28, "id735", false], [28, "id796", false], [93, "arkouda.pdarray.max", false]], "max() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.max", false]], "max() (arkouda.segarray method)": [[28, "arkouda.SegArray.max", false]], "max() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.max", false]], "max() (arkouda.series method)": [[28, "arkouda.Series.max", false]], "max() (arkouda.series.series method)": [[52, "arkouda.series.Series.max", false]], "max() (in module arkouda)": [[28, "arkouda.max", false], [87, "arkouda.max", false]], "max() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.max", false]], "max() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.max", false]], "max_bits (arkouda.pdarray property)": [[28, "arkouda.pdarray.max_bits", false], [28, "id529", false], [28, "id590", false], [28, "id651", false], [28, "id712", false], [28, "id773", false]], "max_bits (arkouda.pdarrayclass.pdarray property)": [[39, "arkouda.pdarrayclass.pdarray.max_bits", false]], "maxk() (arkouda.pdarray method)": [[28, "arkouda.pdarray.maxk", false], [28, "id553", false], [28, "id614", false], [28, "id675", false], [28, "id736", false], [28, "id797", false], [93, "arkouda.pdarray.maxk", false]], "maxk() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.maxk", false]], "maxk() (in module arkouda)": [[28, "arkouda.maxk", false], [87, "arkouda.maxk", false]], "maxk() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.maxk", false]], "mean() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.mean", false]], "mean() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.mean", false]], "mean() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.mean", false]], "mean() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.mean", false]], "mean() (arkouda.groupby method)": [[28, "arkouda.GroupBy.mean", false], [28, "id248", false], [28, "id292", false], [28, "id336", false], [28, "id380", false], [28, "id424", false], [92, "arkouda.GroupBy.mean", false]], "mean() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.mean", false]], "mean() (arkouda.pdarray method)": [[28, "arkouda.pdarray.mean", false], [28, "id554", false], [28, "id615", false], [28, "id676", false], [28, "id737", false], [28, "id798", false], [93, "arkouda.pdarray.mean", false]], "mean() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.mean", false]], "mean() (arkouda.segarray method)": [[28, "arkouda.SegArray.mean", false]], "mean() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.mean", false]], "mean() (arkouda.series method)": [[28, "arkouda.Series.mean", false]], "mean() (arkouda.series.series method)": [[52, "arkouda.series.Series.mean", false]], "mean() (in module arkouda)": [[28, "arkouda.mean", false], [87, "arkouda.mean", false]], "mean() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.mean", false]], "mean() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mean", false]], "mean_shim() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.mean_shim", false]], "median() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.median", false]], "median() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.median", false]], "median() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.median", false]], "median() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.median", false]], "median() (arkouda.groupby method)": [[28, "arkouda.GroupBy.median", false], [28, "id249", false], [28, "id293", false], [28, "id337", false], [28, "id381", false], [28, "id425", false], [92, "arkouda.GroupBy.median", false]], "median() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.median", false]], "memory_usage() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.memory_usage", false], [28, "id131", false]], "memory_usage() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.memory_usage", false]], "memory_usage() (arkouda.index method)": [[28, "arkouda.Index.memory_usage", false]], "memory_usage() (arkouda.index.index method)": [[29, "arkouda.index.Index.memory_usage", false]], "memory_usage() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.memory_usage", false]], "memory_usage() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.memory_usage", false]], "memory_usage() (arkouda.series method)": [[28, "arkouda.Series.memory_usage", false]], "memory_usage() (arkouda.series.series method)": [[52, "arkouda.series.Series.memory_usage", false]], "memory_usage_info() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.memory_usage_info", false], [28, "id132", false]], "memory_usage_info() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.memory_usage_info", false]], "merge() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.merge", false], [28, "id133", false]], "merge() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.merge", false]], "merge() (in module arkouda)": [[28, "arkouda.merge", false]], "merge() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.merge", false]], "meshgrid() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.meshgrid", false]], "microsecond (arkouda.datetime property)": [[28, "arkouda.Datetime.microsecond", false], [28, "id164", false], [28, "id197", false]], "microsecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.microsecond", false]], "microseconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.microseconds", false]], "microseconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.microseconds", false], [28, "id451", false]], "millisecond (arkouda.datetime property)": [[28, "arkouda.Datetime.millisecond", false], [28, "id165", false], [28, "id198", false]], "millisecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.millisecond", false]], "min (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.min", false]], "min (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.min", false]], "min() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.min", false]], "min() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.min", false]], "min() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.min", false]], "min() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.min", false]], "min() (arkouda.groupby method)": [[28, "arkouda.GroupBy.min", false], [28, "id250", false], [28, "id294", false], [28, "id338", false], [28, "id382", false], [28, "id426", false], [92, "arkouda.GroupBy.min", false]], "min() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.min", false]], "min() (arkouda.pdarray method)": [[28, "arkouda.pdarray.min", false], [28, "id555", false], [28, "id616", false], [28, "id677", false], [28, "id738", false], [28, "id799", false], [93, "arkouda.pdarray.min", false]], "min() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.min", false]], "min() (arkouda.segarray method)": [[28, "arkouda.SegArray.min", false]], "min() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.min", false]], "min() (arkouda.series method)": [[28, "arkouda.Series.min", false]], "min() (arkouda.series.series method)": [[52, "arkouda.series.Series.min", false]], "min() (in module arkouda)": [[28, "arkouda.min", false], [87, "arkouda.min", false]], "min() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.min", false]], "min() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.min", false]], "mink() (arkouda.pdarray method)": [[28, "arkouda.pdarray.mink", false], [28, "id556", false], [28, "id617", false], [28, "id678", false], [28, "id739", false], [28, "id800", false], [93, "arkouda.pdarray.mink", false]], "mink() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.mink", false]], "mink() (in module arkouda)": [[28, "arkouda.mink", false], [87, "arkouda.mink", false]], "mink() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mink", false]], "minute (arkouda.datetime property)": [[28, "arkouda.Datetime.minute", false], [28, "id166", false], [28, "id199", false]], "minute (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.minute", false]], "mod() (in module arkouda)": [[28, "arkouda.mod", false]], "mod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mod", false]], "mode() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.mode", false]], "mode() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.mode", false]], "mode() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.mode", false]], "mode() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.mode", false]], "mode() (arkouda.groupby method)": [[28, "arkouda.GroupBy.mode", false], [28, "id251", false], [28, "id295", false], [28, "id339", false], [28, "id383", false], [28, "id427", false], [92, "arkouda.GroupBy.mode", false]], "mode() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.mode", false]], "module": [[2, "module-arkouda.accessor", false], [3, "module-arkouda.alignment", false], [4, "module-arkouda.array_api._array_object", false], [5, "module-arkouda.array_api._constants", false], [6, "module-arkouda.array_api._creation_functions", false], [7, "module-arkouda.array_api._data_type_functions", false], [8, "module-arkouda.array_api._dtypes", false], [9, "module-arkouda.array_api._elementwise_functions", false], [10, "module-arkouda.array_api._indexing_functions", false], [11, "module-arkouda.array_api._manipulation_functions", false], [12, "module-arkouda.array_api._searching_functions", false], [13, "module-arkouda.array_api._set_functions", false], [14, "module-arkouda.array_api._sorting_functions", false], [15, "module-arkouda.array_api._statistical_functions", false], [16, "module-arkouda.array_api._typing", false], [17, "module-arkouda.array_api._utility_functions", false], [18, "module-arkouda.array_api", false], [19, "module-arkouda.array_api.linalg", false], [20, "module-arkouda.array_view", false], [21, "module-arkouda.categorical", false], [22, "module-arkouda.client", false], [23, "module-arkouda.client_dtypes", false], [24, "module-arkouda.dataframe", false], [25, "module-arkouda.dtypes", false], [26, "module-arkouda.groupbyclass", false], [27, "module-arkouda.history", false], [28, "module-arkouda", false], [29, "module-arkouda.index", false], [30, "module-arkouda.infoclass", false], [31, "module-arkouda.io", false], [32, "module-arkouda.io_util", false], [33, "module-arkouda.join", false], [34, "module-arkouda.logger", false], [35, "module-arkouda.match", false], [36, "module-arkouda.matcher", false], [37, "module-arkouda.numeric", false], [38, "module-arkouda.numpy", false], [39, "module-arkouda.pdarrayclass", false], [40, "module-arkouda.pdarraycreation", false], [41, "module-arkouda.pdarraysetops", false], [42, "module-arkouda.plotting", false], [43, "module-arkouda.random._generator", false], [44, "module-arkouda.random._legacy", false], [45, "module-arkouda.random", false], [46, "module-arkouda.row", false], [47, "module-arkouda.scipy", false], [48, "module-arkouda.scipy.special", false], [49, "module-arkouda.scipy.stats", false], [50, "module-arkouda.security", false], [51, "module-arkouda.segarray", false], [52, "module-arkouda.series", false], [53, "module-arkouda.sorting", false], [54, "module-arkouda.strings", false], [55, "module-arkouda.timeclass", false], [56, "module-arkouda.util", false]], "moment_type() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.moment_type", false]], "month (arkouda.datetime property)": [[28, "arkouda.Datetime.month", false], [28, "id167", false], [28, "id200", false]], "month (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.month", false]], "most_common() (arkouda.groupby method)": [[28, "arkouda.GroupBy.most_common", false], [28, "id252", false], [28, "id296", false], [28, "id340", false], [28, "id384", false], [28, "id428", false], [92, "arkouda.GroupBy.most_common", false]], "most_common() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.most_common", false]], "most_common() (in module arkouda.util)": [[56, "arkouda.util.most_common", false]], "moveaxis() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.moveaxis", false]], "mt (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.mT", false]], "mt (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.mT", false]], "multiindex (class in arkouda)": [[28, "arkouda.MultiIndex", false]], "multiindex (class in arkouda.index)": [[29, "arkouda.index.MultiIndex", false]], "multiply() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.multiply", false]], "name (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.name", false], [28, "id523", false], [28, "id584", false], [28, "id645", false], [28, "id706", false], [28, "id767", false], [95, "arkouda.pdarray.name", false]], "name (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.name", false]], "name() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.name", false]], "nan (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.nan", false]], "nan (in module arkouda.numpy)": [[38, "arkouda.numpy.NAN", false], [38, "arkouda.numpy.NaN", false], [38, "arkouda.numpy.nan", false]], "nanosecond (arkouda.datetime property)": [[28, "arkouda.Datetime.nanosecond", false], [28, "id168", false], [28, "id201", false]], "nanosecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.nanosecond", false]], "nanoseconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.nanoseconds", false]], "nanoseconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.nanoseconds", false], [28, "id452", false]], "nbytes (arkouda.categorical property)": [[28, "arkouda.Categorical.nbytes", false], [28, "id11", false], [28, "id60", false]], "nbytes (arkouda.categorical.categorical property)": [[21, "arkouda.categorical.Categorical.nbytes", false]], "nbytes (arkouda.pdarray property)": [[28, "arkouda.pdarray.nbytes", false], [28, "id530", false], [28, "id591", false], [28, "id652", false], [28, "id713", false], [28, "id774", false]], "nbytes (arkouda.pdarrayclass.pdarray property)": [[39, "arkouda.pdarrayclass.pdarray.nbytes", false]], "nbytes (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.nbytes", false]], "ndim (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.ndim", false]], "ndim (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.ndim", false]], "ndim (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.ndim", false]], "ndim (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.ndim", false], [88, "arkouda.ArrayView.ndim", false]], "ndim (arkouda.categorical attribute)": [[28, "arkouda.Categorical.ndim", false], [28, "id58", false], [28, "id9", false], [89, "arkouda.Categorical.ndim", false]], "ndim (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.ndim", false]], "ndim (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.ndim", false], [28, "id526", false], [28, "id587", false], [28, "id648", false], [28, "id709", false], [28, "id770", false], [95, "arkouda.pdarray.ndim", false]], "ndim (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.ndim", false]], "ndim (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.ndim", false]], "negative() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.negative", false]], "newaxis (in module arkouda.numpy)": [[38, "arkouda.numpy.newaxis", false]], "ngroups (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.ngroups", false], [28, "id227", false], [28, "id271", false], [28, "id315", false], [28, "id359", false], [28, "id403", false], [92, "arkouda.GroupBy.ngroups", false]], "ngroups (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.ngroups", false]], "ninf (in module arkouda.numpy)": [[38, "arkouda.numpy.NINF", false]], "nkeys (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.nkeys", false], [28, "id223", false], [28, "id267", false], [28, "id311", false], [28, "id355", false], [28, "id399", false], [92, "arkouda.GroupBy.nkeys", false]], "nkeys (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.nkeys", false]], "nlevels (arkouda.categorical attribute)": [[28, "arkouda.Categorical.nlevels", false], [28, "id57", false], [28, "id8", false], [89, "arkouda.Categorical.nlevels", false]], "nlevels (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.nlevels", false]], "non_empty (arkouda.segarray property)": [[28, "arkouda.SegArray.non_empty", false]], "non_empty (arkouda.segarray.segarray property)": [[51, "arkouda.segarray.SegArray.non_empty", false]], "nonuniqueerror": [[3, "arkouda.alignment.NonUniqueError", false], [28, "arkouda.NonUniqueError", false]], "nonzero() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.nonzero", false]], "normalize() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.normalize", false]], "normalize() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.normalize", false]], "not_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.not_equal", false]], "notebookhistoryretriever (class in arkouda.history)": [[27, "arkouda.history.NotebookHistoryRetriever", false]], "notna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.notna", false], [28, "id134", false]], "notna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.notna", false]], "notna() (arkouda.series method)": [[28, "arkouda.Series.notna", false]], "notna() (arkouda.series.series method)": [[52, "arkouda.series.Series.notna", false]], "notnull() (arkouda.series method)": [[28, "arkouda.Series.notnull", false]], "notnull() (arkouda.series.series method)": [[52, "arkouda.series.Series.notnull", false]], "numargs() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.numargs", false]], "numeric_scalars (in module arkouda)": [[28, "arkouda.numeric_scalars", false]], "numeric_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.numeric_scalars", false]], "numpy_scalars (in module arkouda)": [[28, "arkouda.numpy_scalars", false]], "numpy_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.numpy_scalars", false]], "nunique() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.nunique", false]], "nunique() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.nunique", false]], "nunique() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.nunique", false]], "nunique() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.nunique", false]], "nunique() (arkouda.groupby method)": [[28, "arkouda.GroupBy.nunique", false], [28, "id253", false], [28, "id297", false], [28, "id341", false], [28, "id385", false], [28, "id429", false], [92, "arkouda.GroupBy.nunique", false]], "nunique() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.nunique", false]], "nunique() (arkouda.segarray method)": [[28, "arkouda.SegArray.nunique", false]], "nunique() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.nunique", false]], "nzero (in module arkouda.numpy)": [[38, "arkouda.numpy.NZERO", false]], "objtype (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.objType", false]], "objtype (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.objType", false]], "objtype (arkouda.categorical attribute)": [[28, "arkouda.Categorical.objType", false], [28, "id16", false], [28, "id65", false]], "objtype (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.objType", false]], "objtype (arkouda.index attribute)": [[28, "arkouda.Index.objType", false]], "objtype (arkouda.index.index attribute)": [[29, "arkouda.index.Index.objType", false]], "objtype (arkouda.index.multiindex attribute)": [[29, "arkouda.index.MultiIndex.objType", false]], "objtype (arkouda.multiindex attribute)": [[28, "arkouda.MultiIndex.objType", false]], "objtype (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.objType", false], [28, "id533", false], [28, "id594", false], [28, "id655", false], [28, "id716", false], [28, "id777", false]], "objtype (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.objType", false]], "objtype (arkouda.segarray attribute)": [[28, "arkouda.SegArray.objType", false]], "objtype (arkouda.segarray.segarray attribute)": [[51, "arkouda.segarray.SegArray.objType", false]], "objtype (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.objType", false]], "objtype() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.objType", false], [28, "id135", false]], "objtype() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.objType", false]], "objtype() (arkouda.groupby method)": [[28, "arkouda.GroupBy.objType", false], [28, "id254", false], [28, "id298", false], [28, "id342", false], [28, "id386", false], [28, "id430", false]], "objtype() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.objType", false]], "objtype() (arkouda.series method)": [[28, "arkouda.Series.objType", false]], "objtype() (arkouda.series.series method)": [[52, "arkouda.series.Series.objType", false]], "ones() (in module arkouda)": [[28, "arkouda.ones", false], [28, "id517", false], [28, "id518", false], [28, "id519", false], [90, "arkouda.ones", false]], "ones() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.ones", false]], "ones() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.ones", false]], "ones_like() (in module arkouda)": [[28, "arkouda.ones_like", false], [90, "arkouda.ones_like", false]], "ones_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.ones_like", false]], "ones_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.ones_like", false]], "opeq() (arkouda.bitvector method)": [[28, "arkouda.BitVector.opeq", false]], "opeq() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.opeq", false]], "opeq() (arkouda.client_dtypes.fields method)": [[23, "arkouda.client_dtypes.Fields.opeq", false]], "opeq() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.opeq", false]], "opeq() (arkouda.fields method)": [[28, "arkouda.Fields.opeq", false]], "opeq() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.opeq", false]], "opeq() (arkouda.pdarray method)": [[28, "arkouda.pdarray.opeq", false], [28, "id557", false], [28, "id618", false], [28, "id679", false], [28, "id740", false], [28, "id801", false]], "opeq() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.opeq", false]], "opeqops (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.OpEqOps", false], [28, "id532", false], [28, "id593", false], [28, "id654", false], [28, "id715", false], [28, "id776", false]], "opeqops (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.OpEqOps", false]], "or() (arkouda.groupby method)": [[28, "arkouda.GroupBy.OR", false], [28, "id232", false], [28, "id276", false], [28, "id320", false], [28, "id364", false], [28, "id408", false], [92, "arkouda.GroupBy.OR", false]], "or() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.OR", false]], "or() (arkouda.segarray method)": [[28, "arkouda.SegArray.OR", false]], "or() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.OR", false]], "order (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.order", false]], "order (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.order", false], [88, "arkouda.ArrayView.order", false]], "parity() (arkouda.pdarray method)": [[28, "arkouda.pdarray.parity", false], [28, "id558", false], [28, "id619", false], [28, "id680", false], [28, "id741", false], [28, "id802", false]], "parity() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.parity", false]], "parity() (in module arkouda)": [[28, "arkouda.parity", false]], "parity() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.parity", false]], "parse_hdf_categoricals() (arkouda.categorical static method)": [[28, "arkouda.Categorical.parse_hdf_categoricals", false], [28, "id32", false], [28, "id81", false]], "parse_hdf_categoricals() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.parse_hdf_categoricals", false]], "pdarray (class in arkouda)": [[28, "arkouda.pdarray", false], [28, "id522", false], [28, "id583", false], [28, "id644", false], [28, "id705", false], [28, "id766", false], [95, "arkouda.pdarray", false]], "pdarray (class in arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.pdarray", false]], "pdconcat() (arkouda.series method)": [[28, "arkouda.Series.pdconcat", false]], "pdconcat() (arkouda.series.series method)": [[52, "arkouda.series.Series.pdconcat", false]], "pdconcat() (in module arkouda.series)": [[98, "arkouda.Series.pdconcat", false]], "peel() (arkouda.strings method)": [[101, "arkouda.Strings.peel", false]], "peel() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.peel", false]], "permutation (arkouda.categorical attribute)": [[28, "arkouda.Categorical.permutation", false], [28, "id0", false], [28, "id17", false], [28, "id5", false], [28, "id54", false], [28, "id66", false], [89, "arkouda.Categorical.permutation", false]], "permutation (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.permutation", false], [21, "id0", false]], "permutation (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.permutation", false], [28, "id225", false], [28, "id269", false], [28, "id313", false], [28, "id357", false], [28, "id401", false], [92, "arkouda.GroupBy.permutation", false]], "permutation (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.permutation", false]], "permutation() (arkouda.generator method)": [[28, "arkouda.Generator.permutation", false]], "permutation() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.permutation", false]], "permutation() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.permutation", false]], "permute_dims() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.permute_dims", false]], "pi (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.pi", false]], "pi (in module arkouda.numpy)": [[38, "arkouda.numpy.pi", false]], "pinf (in module arkouda.numpy)": [[38, "arkouda.numpy.PINF", false]], "plot_dist() (in module arkouda)": [[28, "arkouda.plot_dist", false]], "plot_dist() (in module arkouda.plotting)": [[42, "arkouda.plotting.plot_dist", false]], "popcount() (arkouda.pdarray method)": [[28, "arkouda.pdarray.popcount", false], [28, "id559", false], [28, "id620", false], [28, "id681", false], [28, "id742", false], [28, "id803", false]], "popcount() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.popcount", false]], "popcount() (in module arkouda)": [[28, "arkouda.popcount", false]], "popcount() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.popcount", false]], "positive() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.positive", false]], "pow() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.pow", false]], "power() (in module arkouda)": [[28, "arkouda.power", false]], "power() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.power", false]], "power_divergence() (in module arkouda)": [[28, "arkouda.power_divergence", false]], "power_divergence() (in module arkouda.scipy)": [[47, "arkouda.scipy.power_divergence", false]], "power_divergenceresult (class in arkouda)": [[28, "arkouda.Power_divergenceResult", false]], "power_divergenceresult (class in arkouda.scipy)": [[47, "arkouda.scipy.Power_divergenceResult", false]], "prepend_single() (arkouda.segarray method)": [[28, "arkouda.SegArray.prepend_single", false]], "prepend_single() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.prepend_single", false]], "prepend_single() (in module arkouda.segarray)": [[97, "arkouda.SegArray.prepend_single", false]], "pretty_print_info() (arkouda.categorical method)": [[28, "arkouda.Categorical.pretty_print_info", false], [28, "id33", false], [28, "id82", false]], "pretty_print_info() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.pretty_print_info", false]], "pretty_print_info() (arkouda.pdarray method)": [[28, "arkouda.pdarray.pretty_print_info", false], [28, "id560", false], [28, "id621", false], [28, "id682", false], [28, "id743", false], [28, "id804", false]], "pretty_print_info() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.pretty_print_info", false]], "pretty_print_info() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.pretty_print_info", false]], "pretty_print_information() (in module arkouda)": [[28, "arkouda.pretty_print_information", false]], "pretty_print_information() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.pretty_print_information", false]], "print_server_commands() (in module arkouda.client)": [[22, "arkouda.client.print_server_commands", false]], "prod() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.prod", false]], "prod() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.prod", false]], "prod() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.prod", false]], "prod() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.prod", false]], "prod() (arkouda.groupby method)": [[28, "arkouda.GroupBy.prod", false], [28, "id255", false], [28, "id299", false], [28, "id343", false], [28, "id387", false], [28, "id431", false], [92, "arkouda.GroupBy.prod", false]], "prod() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.prod", false]], "prod() (arkouda.pdarray method)": [[28, "arkouda.pdarray.prod", false], [28, "id561", false], [28, "id622", false], [28, "id683", false], [28, "id744", false], [28, "id805", false], [93, "arkouda.pdarray.prod", false]], "prod() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.prod", false]], "prod() (arkouda.segarray method)": [[28, "arkouda.SegArray.prod", false]], "prod() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.prod", false]], "prod() (arkouda.series method)": [[28, "arkouda.Series.prod", false]], "prod() (arkouda.series.series method)": [[52, "arkouda.series.Series.prod", false]], "prod() (in module arkouda)": [[28, "arkouda.prod", false], [87, "arkouda.prod", false]], "prod() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.prod", false]], "prod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.prod", false]], "prod_sum_dtype() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.prod_sum_dtype", false]], "properties (class in arkouda)": [[28, "arkouda.Properties", false]], "properties (class in arkouda.accessor)": [[2, "arkouda.accessor.Properties", false]], "purge_cached_regex_patterns() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.purge_cached_regex_patterns", false]], "pvalue (arkouda.power_divergenceresult attribute)": [[28, "arkouda.Power_divergenceResult.pvalue", false]], "pvalue (arkouda.scipy.power_divergenceresult attribute)": [[47, "arkouda.scipy.Power_divergenceResult.pvalue", false]], "pycapsule (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.PyCapsule", false]], "pzero (in module arkouda.numpy)": [[38, "arkouda.numpy.PZERO", false]], "rad2deg() (in module arkouda)": [[28, "arkouda.rad2deg", false]], "rad2deg() (in module arkouda.numeric)": [[37, "arkouda.numeric.rad2deg", false]], "randint() (in module arkouda)": [[28, "arkouda.randint", false], [28, "id827", false], [90, "arkouda.randint", false]], "randint() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.randint", false]], "randint() (in module arkouda.random)": [[45, "arkouda.random.randint", false]], "randint() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.randint", false]], "random() (arkouda.generator method)": [[28, "arkouda.Generator.random", false]], "random() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.random", false]], "random() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.random", false]], "random() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.random", false]], "random_strings_lognormal() (in module arkouda)": [[28, "arkouda.random_strings_lognormal", false]], "random_strings_lognormal() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.random_strings_lognormal", false]], "random_strings_uniform() (in module arkouda)": [[28, "arkouda.random_strings_uniform", false]], "random_strings_uniform() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.random_strings_uniform", false]], "read() (in module arkouda)": [[28, "arkouda.read", false], [84, "arkouda.read", false]], "read() (in module arkouda.io)": [[31, "arkouda.io.read", false]], "read_csv() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.read_csv", false], [28, "id136", false]], "read_csv() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.read_csv", false]], "read_csv() (in module arkouda)": [[28, "arkouda.read_csv", false]], "read_csv() (in module arkouda.io)": [[31, "arkouda.io.read_csv", false]], "read_hdf() (arkouda.segarray class method)": [[28, "arkouda.SegArray.read_hdf", false]], "read_hdf() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.read_hdf", false]], "read_hdf() (in module arkouda)": [[28, "arkouda.read_hdf", false]], "read_hdf() (in module arkouda.io)": [[31, "arkouda.io.read_hdf", false]], "read_parquet() (in module arkouda)": [[28, "arkouda.read_parquet", false]], "read_parquet() (in module arkouda.io)": [[31, "arkouda.io.read_parquet", false]], "read_tagged_data() (in module arkouda)": [[28, "arkouda.read_tagged_data", false]], "read_tagged_data() (in module arkouda.io)": [[31, "arkouda.io.read_tagged_data", false]], "real() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.real", false]], "receive() (in module arkouda)": [[28, "arkouda.receive", false]], "receive() (in module arkouda.io)": [[31, "arkouda.io.receive", false]], "receive_dataframe() (in module arkouda)": [[28, "arkouda.receive_dataframe", false]], "receive_dataframe() (in module arkouda.io)": [[31, "arkouda.io.receive_dataframe", false]], "reductions() (arkouda.groupby method)": [[28, "arkouda.GroupBy.Reductions", false], [28, "id233", false], [28, "id277", false], [28, "id321", false], [28, "id365", false], [28, "id409", false]], "reductions() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.Reductions", false]], "register() (arkouda.bitvector method)": [[28, "arkouda.BitVector.register", false]], "register() (arkouda.categorical method)": [[28, "arkouda.Categorical.register", false], [28, "id34", false], [28, "id83", false]], "register() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.register", false]], "register() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.register", false]], "register() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.register", false]], "register() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.register", false], [28, "id137", false]], "register() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.register", false]], "register() (arkouda.datetime method)": [[28, "arkouda.Datetime.register", false], [28, "id184", false], [28, "id217", false]], "register() (arkouda.groupby method)": [[28, "arkouda.GroupBy.register", false], [28, "id256", false], [28, "id300", false], [28, "id344", false], [28, "id388", false], [28, "id432", false], [92, "arkouda.GroupBy.register", false]], "register() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.register", false]], "register() (arkouda.index method)": [[28, "arkouda.Index.register", false]], "register() (arkouda.index.index method)": [[29, "arkouda.index.Index.register", false]], "register() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.register", false]], "register() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.register", false]], "register() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.register", false]], "register() (arkouda.pdarray method)": [[28, "arkouda.pdarray.register", false], [28, "id562", false], [28, "id623", false], [28, "id684", false], [28, "id745", false], [28, "id806", false]], "register() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.register", false]], "register() (arkouda.segarray method)": [[28, "arkouda.SegArray.register", false]], "register() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.register", false]], "register() (arkouda.series method)": [[28, "arkouda.Series.register", false]], "register() (arkouda.series.series method)": [[52, "arkouda.series.Series.register", false]], "register() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.register", false]], "register() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.register", false]], "register() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.register", false]], "register() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.register", false], [28, "id464", false]], "register() (in module arkouda.util)": [[56, "arkouda.util.register", false]], "register_all() (in module arkouda)": [[28, "arkouda.register_all", false]], "register_all() (in module arkouda.util)": [[56, "arkouda.util.register_all", false]], "registerablepieces (arkouda.categorical attribute)": [[28, "arkouda.Categorical.RegisterablePieces", false], [28, "id13", false], [28, "id62", false]], "registerablepieces (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.RegisterablePieces", false]], "registeredsymbols (in module arkouda)": [[28, "arkouda.RegisteredSymbols", false]], "registeredsymbols (in module arkouda.infoclass)": [[30, "arkouda.infoclass.RegisteredSymbols", false]], "registrationerror": [[28, "arkouda.RegistrationError", false], [28, "id444", false], [28, "id445", false], [28, "id446", false], [28, "id447", false], [39, "arkouda.pdarrayclass.RegistrationError", false]], "remainder() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.remainder", false]], "remove_repeats() (arkouda.segarray method)": [[28, "arkouda.SegArray.remove_repeats", false]], "remove_repeats() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.remove_repeats", false]], "remove_repeats() (in module arkouda.segarray)": [[97, "arkouda.SegArray.remove_repeats", false]], "rename() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.rename", false], [28, "id138", false]], "rename() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.rename", false]], "rename() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.rename", false]], "repeat() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.repeat", false]], "report_mem() (in module arkouda.util)": [[56, "arkouda.util.report_mem", false]], "requiredpieces (arkouda.categorical attribute)": [[28, "arkouda.Categorical.RequiredPieces", false], [28, "id14", false], [28, "id63", false]], "requiredpieces (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.RequiredPieces", false]], "reset_categories() (arkouda.categorical method)": [[28, "arkouda.Categorical.reset_categories", false], [28, "id35", false], [28, "id84", false]], "reset_categories() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.reset_categories", false]], "reset_index() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.reset_index", false], [28, "id139", false]], "reset_index() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.reset_index", false]], "reset_index() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.reset_index", false]], "reshape() (arkouda.pdarray method)": [[28, "arkouda.pdarray.reshape", false], [28, "id563", false], [28, "id624", false], [28, "id685", false], [28, "id746", false], [28, "id807", false]], "reshape() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.reshape", false]], "reshape() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.reshape", false]], "resolve_scalar_dtype() (in module arkouda)": [[28, "arkouda.resolve_scalar_dtype", false]], "resolve_scalar_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.resolve_scalar_dtype", false]], "restore() (in module arkouda)": [[28, "arkouda.restore", false]], "restore() (in module arkouda.io)": [[31, "arkouda.io.restore", false]], "result_type() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.result_type", false]], "retrieve() (arkouda.history.historyretriever method)": [[27, "arkouda.history.HistoryRetriever.retrieve", false]], "retrieve() (arkouda.history.notebookhistoryretriever method)": [[27, "arkouda.history.NotebookHistoryRetriever.retrieve", false]], "retrieve() (arkouda.history.shellhistoryretriever method)": [[27, "arkouda.history.ShellHistoryRetriever.retrieve", false]], "return_validity (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.return_validity", false]], "return_validity (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.return_validity", false]], "right_align() (in module arkouda)": [[28, "arkouda.right_align", false]], "right_align() (in module arkouda.alignment)": [[3, "arkouda.alignment.right_align", false]], "roll() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.roll", false]], "rotl() (arkouda.pdarray method)": [[28, "arkouda.pdarray.rotl", false], [28, "id564", false], [28, "id625", false], [28, "id686", false], [28, "id747", false], [28, "id808", false]], "rotl() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.rotl", false]], "rotl() (in module arkouda)": [[28, "arkouda.rotl", false]], "rotl() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.rotl", false]], "rotr() (arkouda.pdarray method)": [[28, "arkouda.pdarray.rotr", false], [28, "id565", false], [28, "id626", false], [28, "id687", false], [28, "id748", false], [28, "id809", false]], "rotr() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.rotr", false]], "rotr() (in module arkouda)": [[28, "arkouda.rotr", false]], "rotr() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.rotr", false]], "round() (in module arkouda)": [[28, "arkouda.round", false]], "round() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.round", false]], "round() (in module arkouda.numeric)": [[37, "arkouda.numeric.round", false]], "row (class in arkouda)": [[28, "arkouda.Row", false]], "row (class in arkouda.row)": [[46, "arkouda.row.Row", false]], "rpeel() (arkouda.strings method)": [[101, "arkouda.Strings.rpeel", false]], "rpeel() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.rpeel", false]], "ruok() (in module arkouda.client)": [[22, "arkouda.client.ruok", false]], "sample() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sample", false], [28, "id140", false]], "sample() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sample", false]], "save() (arkouda.categorical method)": [[28, "arkouda.Categorical.save", false], [28, "id36", false], [28, "id85", false]], "save() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.save", false]], "save() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.save", false], [28, "id141", false]], "save() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.save", false]], "save() (arkouda.index method)": [[28, "arkouda.Index.save", false]], "save() (arkouda.index.index method)": [[29, "arkouda.index.Index.save", false]], "save() (arkouda.pdarray method)": [[28, "arkouda.pdarray.save", false], [28, "id566", false], [28, "id627", false], [28, "id688", false], [28, "id749", false], [28, "id810", false]], "save() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.save", false]], "save() (arkouda.segarray method)": [[28, "arkouda.SegArray.save", false]], "save() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.save", false]], "save() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.save", false]], "save_all() (in module arkouda)": [[28, "arkouda.save_all", false]], "save_all() (in module arkouda.io)": [[31, "arkouda.io.save_all", false]], "scalardtypes (in module arkouda)": [[28, "arkouda.ScalarDTypes", false]], "scalardtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.ScalarDTypes", false]], "search() (arkouda.strings method)": [[101, "arkouda.Strings.search", false]], "search() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.search", false]], "search_intervals() (in module arkouda)": [[28, "arkouda.search_intervals", false]], "search_intervals() (in module arkouda.alignment)": [[3, "arkouda.alignment.search_intervals", false]], "searchsorted() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.searchsorted", false]], "second (arkouda.datetime property)": [[28, "arkouda.Datetime.second", false], [28, "id169", false], [28, "id202", false]], "second (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.second", false]], "seconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.seconds", false]], "seconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.seconds", false], [28, "id453", false]], "seg_suffix (in module arkouda)": [[28, "arkouda.SEG_SUFFIX", false]], "seg_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.SEG_SUFFIX", false]], "segarray (class in arkouda)": [[28, "arkouda.SegArray", false]], "segarray (class in arkouda.segarray)": [[51, "arkouda.segarray.SegArray", false]], "segarray() (in module arkouda)": [[28, "arkouda.segarray", false]], "segarray() (in module arkouda.segarray)": [[51, "arkouda.segarray.segarray", false]], "segments (arkouda.categorical attribute)": [[28, "arkouda.Categorical.segments", false], [28, "id1", false], [28, "id18", false], [28, "id55", false], [28, "id6", false], [28, "id67", false], [89, "arkouda.Categorical.segments", false]], "segments (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.segments", false], [21, "id1", false]], "segments (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.segments", false], [28, "id228", false], [28, "id272", false], [28, "id316", false], [28, "id360", false], [28, "id404", false], [92, "arkouda.GroupBy.segments", false]], "segments (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.segments", false]], "series (class in arkouda)": [[28, "arkouda.Series", false], [98, "arkouda.Series", false]], "series (class in arkouda.series)": [[52, "arkouda.series.Series", false]], "set_categories() (arkouda.categorical method)": [[28, "arkouda.Categorical.set_categories", false], [28, "id37", false], [28, "id86", false]], "set_categories() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.set_categories", false]], "set_dtype() (arkouda.index method)": [[28, "arkouda.Index.set_dtype", false]], "set_dtype() (arkouda.index.index method)": [[29, "arkouda.index.Index.set_dtype", false]], "set_dtype() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.set_dtype", false]], "set_dtype() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.set_dtype", false]], "set_dtype() (in module arkouda.index)": [[85, "arkouda.Index.set_dtype", false]], "set_dtype() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.set_dtype", false]], "set_jth() (arkouda.segarray method)": [[28, "arkouda.SegArray.set_jth", false]], "set_jth() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.set_jth", false]], "set_jth() (in module arkouda.segarray)": [[97, "arkouda.SegArray.set_jth", false]], "setdiff() (arkouda.segarray method)": [[28, "arkouda.SegArray.setdiff", false]], "setdiff() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.setdiff", false]], "setdiff() (in module arkouda.segarray)": [[97, "arkouda.SegArray.setdiff", false]], "setdiff1d() (in module arkouda)": [[28, "arkouda.setdiff1d", false], [99, "arkouda.setdiff1d", false]], "setdiff1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.setdiff1d", false]], "setxor() (arkouda.segarray method)": [[28, "arkouda.SegArray.setxor", false]], "setxor() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.setxor", false]], "setxor() (in module arkouda.segarray)": [[97, "arkouda.SegArray.setxor", false]], "setxor1d() (in module arkouda)": [[28, "arkouda.setxor1d", false], [99, "arkouda.setxor1d", false]], "setxor1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.setxor1d", false]], "shape (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.shape", false]], "shape (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.shape", false]], "shape (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.shape", false]], "shape (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.shape", false], [88, "arkouda.ArrayView.shape", false]], "shape (arkouda.categorical attribute)": [[28, "arkouda.Categorical.shape", false], [28, "id10", false], [28, "id59", false], [89, "arkouda.Categorical.shape", false]], "shape (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.shape", false]], "shape (arkouda.dataframe property)": [[28, "arkouda.DataFrame.shape", false], [28, "id106", false]], "shape (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.shape", false]], "shape (arkouda.index property)": [[28, "arkouda.Index.shape", false]], "shape (arkouda.index.index property)": [[29, "arkouda.index.Index.shape", false]], "shape (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.shape", false], [28, "id527", false], [28, "id588", false], [28, "id649", false], [28, "id710", false], [28, "id771", false], [95, "arkouda.pdarray.shape", false]], "shape (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.shape", false]], "shape (arkouda.series property)": [[28, "arkouda.Series.shape", false]], "shape (arkouda.series.series property)": [[52, "arkouda.series.Series.shape", false]], "shape (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.shape", false]], "shapes() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.shapes", false]], "shellhistoryretriever (class in arkouda.history)": [[27, "arkouda.history.ShellHistoryRetriever", false]], "short (class in arkouda.numpy)": [[38, "arkouda.numpy.short", false]], "shuffle() (arkouda.generator method)": [[28, "arkouda.Generator.shuffle", false]], "shuffle() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.shuffle", false]], "shuffle() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.shuffle", false]], "shutdown() (in module arkouda.client)": [[22, "arkouda.client.shutdown", false]], "sign() (in module arkouda)": [[28, "arkouda.sign", false]], "sign() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sign", false]], "sign() (in module arkouda.numeric)": [[37, "arkouda.numeric.sign", false]], "sin() (in module arkouda)": [[28, "arkouda.sin", false], [87, "arkouda.sin", false]], "sin() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sin", false]], "sin() (in module arkouda.numeric)": [[37, "arkouda.numeric.sin", false]], "single (class in arkouda.numpy)": [[38, "arkouda.numpy.single", false]], "sinh() (in module arkouda)": [[28, "arkouda.sinh", false]], "sinh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sinh", false]], "sinh() (in module arkouda.numeric)": [[37, "arkouda.numeric.sinh", false]], "size (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.size", false]], "size (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.size", false]], "size (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.size", false]], "size (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.size", false], [88, "arkouda.ArrayView.size", false]], "size (arkouda.categorical attribute)": [[28, "arkouda.Categorical.size", false], [28, "id56", false], [28, "id7", false], [89, "arkouda.Categorical.size", false]], "size (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.size", false]], "size (arkouda.dataframe property)": [[28, "arkouda.DataFrame.size", false], [28, "id107", false]], "size (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.size", false]], "size (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.size", false], [28, "id224", false], [28, "id268", false], [28, "id312", false], [28, "id356", false], [28, "id400", false], [92, "arkouda.GroupBy.size", false]], "size (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.size", false]], "size (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.size", false], [28, "id525", false], [28, "id586", false], [28, "id647", false], [28, "id708", false], [28, "id769", false], [95, "arkouda.pdarray.size", false]], "size (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.size", false]], "size (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.size", false]], "size() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.size", false]], "size() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.size", false]], "size() (arkouda.groupby method)": [[28, "id221", false], [28, "id257", false], [28, "id301", false], [28, "id345", false], [28, "id389", false], [28, "id433", false], [92, "id0", false]], "size() (arkouda.groupbyclass.groupby method)": [[26, "id0", false]], "skew() (in module arkouda)": [[28, "arkouda.skew", false]], "slice_bits() (arkouda.pdarray method)": [[28, "arkouda.pdarray.slice_bits", false], [28, "id567", false], [28, "id628", false], [28, "id689", false], [28, "id750", false], [28, "id811", false]], "slice_bits() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.slice_bits", false]], "smallest_normal (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.smallest_normal", false]], "snapshot() (in module arkouda)": [[28, "arkouda.snapshot", false]], "snapshot() (in module arkouda.io)": [[31, "arkouda.io.snapshot", false]], "sort() (arkouda.categorical method)": [[28, "arkouda.Categorical.sort", false], [28, "id38", false], [28, "id87", false]], "sort() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.sort", false]], "sort() (in module arkouda)": [[28, "arkouda.sort", false]], "sort() (in module arkouda.array_api._sorting_functions)": [[14, "arkouda.array_api._sorting_functions.sort", false]], "sort() (in module arkouda.sorting)": [[53, "arkouda.sorting.sort", false]], "sort_index() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sort_index", false], [28, "id142", false]], "sort_index() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sort_index", false]], "sort_index() (arkouda.series method)": [[28, "arkouda.Series.sort_index", false]], "sort_index() (arkouda.series.series method)": [[52, "arkouda.series.Series.sort_index", false]], "sort_index() (in module arkouda.series)": [[98, "arkouda.Series.sort_index", false]], "sort_values() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sort_values", false], [28, "id143", false]], "sort_values() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sort_values", false]], "sort_values() (arkouda.series method)": [[28, "arkouda.Series.sort_values", false]], "sort_values() (arkouda.series.series method)": [[52, "arkouda.series.Series.sort_values", false]], "sort_values() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.sort_values", false]], "sort_values() (in module arkouda.series)": [[98, "arkouda.Series.sort_values", false]], "sparse_sum_help() (in module arkouda.util)": [[56, "arkouda.util.sparse_sum_help", false]], "special_objtype (arkouda.bitvector attribute)": [[28, "arkouda.BitVector.special_objType", false]], "special_objtype (arkouda.client_dtypes.bitvector attribute)": [[23, "arkouda.client_dtypes.BitVector.special_objType", false]], "special_objtype (arkouda.client_dtypes.ipv4 attribute)": [[23, "arkouda.client_dtypes.IPv4.special_objType", false]], "special_objtype (arkouda.datetime attribute)": [[28, "arkouda.Datetime.special_objType", false], [28, "id174", false], [28, "id207", false]], "special_objtype (arkouda.ipv4 attribute)": [[28, "arkouda.IPv4.special_objType", false]], "special_objtype (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.special_objType", false]], "special_objtype (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.special_objType", false]], "special_objtype (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.special_objType", false], [28, "id454", false]], "split() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.split", false]], "split() (arkouda.strings method)": [[101, "arkouda.Strings.split", false]], "split() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.split", false]], "sqrt() (in module arkouda)": [[28, "arkouda.sqrt", false]], "sqrt() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sqrt", false]], "sqrt() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.sqrt", false]], "square() (in module arkouda)": [[28, "arkouda.square", false]], "square() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.square", false]], "square() (in module arkouda.numeric)": [[37, "arkouda.numeric.square", false]], "squeeze() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.squeeze", false]], "stack() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.stack", false]], "standard_normal() (arkouda.generator method)": [[28, "arkouda.Generator.standard_normal", false]], "standard_normal() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.standard_normal", false]], "standard_normal() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.standard_normal", false]], "standard_normal() (in module arkouda)": [[28, "arkouda.standard_normal", false], [28, "id828", false]], "standard_normal() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.standard_normal", false]], "standard_normal() (in module arkouda.random)": [[45, "arkouda.random.standard_normal", false]], "standard_normal() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.standard_normal", false]], "standard_normal() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.standard_normal", false]], "standardize_categories() (arkouda.categorical class method)": [[28, "arkouda.Categorical.standardize_categories", false], [28, "id39", false], [28, "id88", false]], "standardize_categories() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.standardize_categories", false]], "start() (arkouda.match.match method)": [[35, "arkouda.match.Match.start", false], [101, "arkouda.match.Match.start", false]], "startswith() (arkouda.categorical method)": [[28, "arkouda.Categorical.startswith", false], [28, "id40", false], [28, "id89", false], [89, "arkouda.Categorical.startswith", false]], "startswith() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.startswith", false]], "startswith() (arkouda.strings method)": [[101, "arkouda.Strings.startswith", false]], "startswith() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.startswith", false]], "statistic (arkouda.power_divergenceresult attribute)": [[28, "arkouda.Power_divergenceResult.statistic", false]], "statistic (arkouda.scipy.power_divergenceresult attribute)": [[47, "arkouda.scipy.Power_divergenceResult.statistic", false]], "std() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.std", false]], "std() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.std", false]], "std() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.std", false]], "std() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.std", false]], "std() (arkouda.groupby method)": [[28, "arkouda.GroupBy.std", false], [28, "id258", false], [28, "id302", false], [28, "id346", false], [28, "id390", false], [28, "id434", false], [92, "arkouda.GroupBy.std", false]], "std() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.std", false]], "std() (arkouda.pdarray method)": [[28, "arkouda.pdarray.std", false], [28, "id568", false], [28, "id629", false], [28, "id690", false], [28, "id751", false], [28, "id812", false], [93, "arkouda.pdarray.std", false]], "std() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.std", false]], "std() (arkouda.series method)": [[28, "arkouda.Series.std", false]], "std() (arkouda.series.series method)": [[52, "arkouda.series.Series.std", false]], "std() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.std", false]], "std() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.std", false], [28, "id465", false]], "std() (in module arkouda)": [[28, "arkouda.std", false], [87, "arkouda.std", false]], "std() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.std", false]], "std() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.std", false]], "stick() (arkouda.strings method)": [[101, "arkouda.Strings.stick", false]], "stick() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.stick", false]], "str_ (in module arkouda)": [[28, "arkouda.str_", false], [28, "id829", false]], "str_ (in module arkouda.dtypes)": [[25, "arkouda.dtypes.str_", false]], "str_acc() (arkouda.series method)": [[28, "arkouda.Series.str_acc", false]], "str_acc() (arkouda.series.series method)": [[52, "arkouda.series.Series.str_acc", false]], "str_scalars (in module arkouda)": [[28, "arkouda.str_scalars", false]], "str_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.str_scalars", false]], "strict (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.strict", false]], "strict (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.strict", false]], "string_operators() (in module arkouda)": [[28, "arkouda.string_operators", false]], "string_operators() (in module arkouda.accessor)": [[2, "arkouda.accessor.string_operators", false]], "stringaccessor (class in arkouda)": [[28, "arkouda.StringAccessor", false]], "stringaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.StringAccessor", false]], "strings (class in arkouda.strings)": [[54, "arkouda.strings.Strings", false]], "strip() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.strip", false]], "sub() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.sub", false]], "sub() (arkouda.strings method)": [[101, "arkouda.Strings.sub", false]], "sub() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.sub", false]], "subn() (arkouda.strings method)": [[101, "arkouda.Strings.subn", false]], "subn() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.subn", false]], "subtract() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.subtract", false]], "sum() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.sum", false]], "sum() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.sum", false]], "sum() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.sum", false]], "sum() (arkouda.datetime method)": [[28, "arkouda.Datetime.sum", false], [28, "id185", false], [28, "id218", false]], "sum() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.sum", false]], "sum() (arkouda.groupby method)": [[28, "arkouda.GroupBy.sum", false], [28, "id259", false], [28, "id303", false], [28, "id347", false], [28, "id391", false], [28, "id435", false], [92, "arkouda.GroupBy.sum", false]], "sum() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.sum", false]], "sum() (arkouda.pdarray method)": [[28, "arkouda.pdarray.sum", false], [28, "id569", false], [28, "id630", false], [28, "id691", false], [28, "id752", false], [28, "id813", false], [93, "arkouda.pdarray.sum", false]], "sum() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.sum", false]], "sum() (arkouda.segarray method)": [[28, "arkouda.SegArray.sum", false]], "sum() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.sum", false]], "sum() (arkouda.series method)": [[28, "arkouda.Series.sum", false]], "sum() (arkouda.series.series method)": [[52, "arkouda.series.Series.sum", false]], "sum() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.sum", false]], "sum() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.sum", false]], "sum() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.sum", false], [28, "id466", false]], "sum() (in module arkouda)": [[28, "arkouda.sum", false], [87, "arkouda.sum", false]], "sum() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.sum", false]], "sum() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.sum", false]], "supported_opeq (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_opeq", false], [28, "id175", false], [28, "id208", false]], "supported_opeq (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_opeq", false]], "supported_opeq (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_opeq", false]], "supported_opeq (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_opeq", false], [28, "id455", false]], "supported_with_datetime (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_datetime", false], [28, "id176", false], [28, "id209", false]], "supported_with_datetime (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_datetime", false]], "supported_with_datetime (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_datetime", false]], "supported_with_datetime (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_datetime", false], [28, "id456", false]], "supported_with_pdarray (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_pdarray", false], [28, "id177", false], [28, "id210", false]], "supported_with_pdarray (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_pdarray", false]], "supported_with_pdarray (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_pdarray", false]], "supported_with_pdarray (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_pdarray", false], [28, "id457", false]], "supported_with_r_datetime (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_datetime", false], [28, "id178", false], [28, "id211", false]], "supported_with_r_datetime (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_datetime", false]], "supported_with_r_datetime (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_datetime", false]], "supported_with_r_datetime (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_datetime", false], [28, "id458", false]], "supported_with_r_pdarray (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_pdarray", false], [28, "id179", false], [28, "id212", false]], "supported_with_r_pdarray (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_pdarray", false]], "supported_with_r_pdarray (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_pdarray", false]], "supported_with_r_pdarray (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_pdarray", false], [28, "id459", false]], "supported_with_r_timedelta (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_timedelta", false], [28, "id180", false], [28, "id213", false]], "supported_with_r_timedelta (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_timedelta", false]], "supported_with_r_timedelta (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_timedelta", false]], "supported_with_r_timedelta (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_timedelta", false], [28, "id460", false]], "supported_with_timedelta (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_timedelta", false], [28, "id181", false], [28, "id214", false]], "supported_with_timedelta (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_timedelta", false]], "supported_with_timedelta (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_timedelta", false]], "supported_with_timedelta (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_timedelta", false], [28, "id461", false]], "supportsbufferprotocol (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.SupportsBufferProtocol", false]], "supportsdlpack (class in arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.SupportsDLPack", false]], "symmetric_difference() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.symmetric_difference", false]], "symmetric_difference() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.symmetric_difference", false]], "t (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.T", false]], "t (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.T", false]], "tail() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.tail", false], [28, "id144", false]], "tail() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.tail", false]], "tail() (arkouda.series method)": [[28, "arkouda.Series.tail", false]], "tail() (arkouda.series.series method)": [[52, "arkouda.series.Series.tail", false]], "tail() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.tail", false]], "tail() (in module arkouda.series)": [[98, "arkouda.Series.tail", false]], "take() (in module arkouda.array_api._indexing_functions)": [[10, "arkouda.array_api._indexing_functions.take", false]], "tan() (in module arkouda)": [[28, "arkouda.tan", false]], "tan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.tan", false]], "tan() (in module arkouda.numeric)": [[37, "arkouda.numeric.tan", false]], "tanh() (in module arkouda)": [[28, "arkouda.tanh", false]], "tanh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.tanh", false]], "tanh() (in module arkouda.numeric)": [[37, "arkouda.numeric.tanh", false]], "tensordot() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.tensordot", false]], "tile() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.tile", false]], "timedelta (class in arkouda)": [[28, "arkouda.Timedelta", false], [28, "id448", false]], "timedelta (class in arkouda.timeclass)": [[55, "arkouda.timeclass.Timedelta", false]], "timedelta_range() (in module arkouda)": [[28, "arkouda.timedelta_range", false], [28, "id830", false]], "timedelta_range() (in module arkouda.timeclass)": [[55, "arkouda.timeclass.timedelta_range", false]], "title() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.title", false]], "to_csv() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_csv", false], [28, "id145", false]], "to_csv() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_csv", false]], "to_csv() (arkouda.index method)": [[28, "arkouda.Index.to_csv", false]], "to_csv() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_csv", false]], "to_csv() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_csv", false], [28, "id570", false], [28, "id631", false], [28, "id692", false], [28, "id753", false], [28, "id814", false]], "to_csv() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_csv", false]], "to_csv() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_csv", false]], "to_csv() (in module arkouda)": [[28, "arkouda.to_csv", false]], "to_csv() (in module arkouda.io)": [[31, "arkouda.io.to_csv", false]], "to_cuda() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_cuda", false], [28, "id573", false], [28, "id634", false], [28, "id695", false], [28, "id756", false], [28, "id817", false]], "to_cuda() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_cuda", false]], "to_dataframe() (arkouda.series method)": [[28, "arkouda.Series.to_dataframe", false]], "to_dataframe() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_dataframe", false]], "to_device() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.to_device", false]], "to_device() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.to_device", false]], "to_dict() (arkouda.index method)": [[28, "arkouda.Index.to_dict", false]], "to_dict() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_dict", false]], "to_dict() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_dict", false]], "to_dict() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_dict", false]], "to_hdf() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_hdf", false]], "to_hdf() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_hdf", false]], "to_hdf() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_hdf", false], [28, "id41", false], [28, "id90", false]], "to_hdf() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_hdf", false]], "to_hdf() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_hdf", false]], "to_hdf() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_hdf", false], [28, "id146", false]], "to_hdf() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_hdf", false]], "to_hdf() (arkouda.groupby method)": [[28, "arkouda.GroupBy.to_hdf", false], [28, "id260", false], [28, "id304", false], [28, "id348", false], [28, "id392", false], [28, "id436", false], [92, "arkouda.GroupBy.to_hdf", false]], "to_hdf() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.to_hdf", false]], "to_hdf() (arkouda.index method)": [[28, "arkouda.Index.to_hdf", false]], "to_hdf() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_hdf", false]], "to_hdf() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_hdf", false]], "to_hdf() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_hdf", false]], "to_hdf() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_hdf", false]], "to_hdf() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_hdf", false], [28, "id574", false], [28, "id635", false], [28, "id696", false], [28, "id757", false], [28, "id818", false]], "to_hdf() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_hdf", false]], "to_hdf() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_hdf", false]], "to_hdf() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_hdf", false]], "to_hdf() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_hdf", false]], "to_hdf() (in module arkouda)": [[28, "arkouda.to_hdf", false]], "to_hdf() (in module arkouda.io)": [[31, "arkouda.io.to_hdf", false]], "to_list() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_list", false]], "to_list() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_list", false]], "to_list() (arkouda.bitvector method)": [[28, "arkouda.BitVector.to_list", false]], "to_list() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_list", false], [28, "id42", false], [28, "id91", false]], "to_list() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_list", false]], "to_list() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.to_list", false]], "to_list() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_list", false]], "to_list() (arkouda.index method)": [[28, "arkouda.Index.to_list", false]], "to_list() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_list", false]], "to_list() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_list", false]], "to_list() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_list", false]], "to_list() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_list", false]], "to_list() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_list", false], [28, "id575", false], [28, "id636", false], [28, "id697", false], [28, "id758", false], [28, "id819", false]], "to_list() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_list", false]], "to_list() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_list", false]], "to_list() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_list", false]], "to_list() (arkouda.series method)": [[28, "arkouda.Series.to_list", false]], "to_list() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_list", false]], "to_list() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_list", false]], "to_markdown() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_markdown", false], [28, "id147", false]], "to_markdown() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_markdown", false]], "to_markdown() (arkouda.series method)": [[28, "arkouda.Series.to_markdown", false]], "to_markdown() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_markdown", false]], "to_ndarray() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.to_ndarray", false]], "to_ndarray() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.to_ndarray", false]], "to_ndarray() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_ndarray", false]], "to_ndarray() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_ndarray", false]], "to_ndarray() (arkouda.bitvector method)": [[28, "arkouda.BitVector.to_ndarray", false]], "to_ndarray() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_ndarray", false], [28, "id43", false], [28, "id92", false]], "to_ndarray() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_ndarray", false]], "to_ndarray() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.to_ndarray", false]], "to_ndarray() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_ndarray", false]], "to_ndarray() (arkouda.index method)": [[28, "arkouda.Index.to_ndarray", false]], "to_ndarray() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_ndarray", false]], "to_ndarray() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_ndarray", false]], "to_ndarray() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_ndarray", false]], "to_ndarray() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_ndarray", false]], "to_ndarray() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_ndarray", false], [28, "id576", false], [28, "id637", false], [28, "id698", false], [28, "id759", false], [28, "id820", false]], "to_ndarray() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_ndarray", false]], "to_ndarray() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_ndarray", false]], "to_ndarray() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_ndarray", false]], "to_ndarray() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_ndarray", false]], "to_ndarray() (in module arkouda.arrayview)": [[88, "arkouda.ArrayView.to_ndarray", false]], "to_ndarray() (in module arkouda.categorical)": [[89, "arkouda.Categorical.to_ndarray", false]], "to_ndarray() (in module arkouda.pdarray)": [[84, "arkouda.pdarray.to_ndarray", false], [95, "arkouda.pdarray.to_ndarray", false]], "to_ndarray() (in module arkouda.segarray)": [[97, "arkouda.SegArray.to_ndarray", false]], "to_ndarray() (in module arkouda.strings)": [[84, "arkouda.Strings.to_ndarray", false], [101, "arkouda.Strings.to_ndarray", false]], "to_pandas() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_pandas", false], [28, "id148", false]], "to_pandas() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_pandas", false]], "to_pandas() (arkouda.datetime method)": [[28, "arkouda.Datetime.to_pandas", false], [28, "id186", false], [28, "id219", false]], "to_pandas() (arkouda.index method)": [[28, "arkouda.Index.to_pandas", false]], "to_pandas() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_pandas", false]], "to_pandas() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_pandas", false]], "to_pandas() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_pandas", false]], "to_pandas() (arkouda.series method)": [[28, "arkouda.Series.to_pandas", false]], "to_pandas() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_pandas", false]], "to_pandas() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.to_pandas", false]], "to_pandas() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.to_pandas", false]], "to_pandas() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.to_pandas", false], [28, "id467", false]], "to_pandas() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.to_pandas", false]], "to_pandas() (in module arkouda.series)": [[98, "arkouda.Series.to_pandas", false]], "to_parquet() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_parquet", false], [28, "id44", false], [28, "id93", false]], "to_parquet() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_parquet", false]], "to_parquet() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_parquet", false], [28, "id149", false]], "to_parquet() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_parquet", false]], "to_parquet() (arkouda.index method)": [[28, "arkouda.Index.to_parquet", false]], "to_parquet() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_parquet", false]], "to_parquet() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_parquet", false], [28, "id577", false], [28, "id638", false], [28, "id699", false], [28, "id760", false], [28, "id821", false]], "to_parquet() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_parquet", false]], "to_parquet() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_parquet", false]], "to_parquet() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_parquet", false]], "to_parquet() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_parquet", false]], "to_parquet() (in module arkouda)": [[28, "arkouda.to_parquet", false]], "to_parquet() (in module arkouda.io)": [[31, "arkouda.io.to_parquet", false]], "to_strings() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_strings", false], [28, "id45", false], [28, "id94", false]], "to_strings() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_strings", false]], "tolist() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.tolist", false]], "tolist() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.tolist", false]], "topn() (arkouda.series method)": [[28, "arkouda.Series.topn", false]], "topn() (arkouda.series.series method)": [[52, "arkouda.series.Series.topn", false]], "topn() (in module arkouda.series)": [[98, "arkouda.Series.topn", false]], "total_seconds() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.total_seconds", false]], "total_seconds() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.total_seconds", false], [28, "id468", false]], "transfer() (arkouda.categorical method)": [[28, "arkouda.Categorical.transfer", false], [28, "id46", false], [28, "id95", false]], "transfer() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.transfer", false]], "transfer() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.transfer", false], [28, "id150", false]], "transfer() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.transfer", false]], "transfer() (arkouda.pdarray method)": [[28, "arkouda.pdarray.transfer", false], [28, "id578", false], [28, "id639", false], [28, "id700", false], [28, "id761", false], [28, "id822", false]], "transfer() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.transfer", false]], "transfer() (arkouda.segarray method)": [[28, "arkouda.SegArray.transfer", false]], "transfer() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.transfer", false]], "transfer() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.transfer", false]], "translate_np_dtype() (in module arkouda)": [[28, "arkouda.translate_np_dtype", false]], "translate_np_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.translate_np_dtype", false]], "transpose() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.transpose", false]], "transpose() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.transpose", false]], "tril() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.tril", false]], "triu() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.triu", false]], "trunc() (in module arkouda)": [[28, "arkouda.trunc", false]], "trunc() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.trunc", false]], "trunc() (in module arkouda.numeric)": [[37, "arkouda.numeric.trunc", false]], "ubyte (class in arkouda.numpy)": [[38, "arkouda.numpy.ubyte", false]], "uint (class in arkouda.numpy)": [[38, "arkouda.numpy.uint", false]], "uint16 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint16", false]], "uint16 (in module arkouda)": [[28, "arkouda.uint16", false]], "uint16 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint16", false]], "uint16 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint16", false]], "uint32 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint32", false]], "uint32 (in module arkouda)": [[28, "arkouda.uint32", false]], "uint32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint32", false]], "uint32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint32", false]], "uint64 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint64", false]], "uint64 (in module arkouda)": [[28, "arkouda.uint64", false]], "uint64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint64", false]], "uint64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint64", false]], "uint8 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint8", false]], "uint8 (in module arkouda)": [[28, "arkouda.uint8", false]], "uint8 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint8", false]], "uint8 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint8", false]], "uintc (class in arkouda.numpy)": [[38, "arkouda.numpy.uintc", false]], "ulonglong (class in arkouda.numpy)": [[38, "arkouda.numpy.ulonglong", false]], "uniform() (arkouda.generator method)": [[28, "arkouda.Generator.uniform", false]], "uniform() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.uniform", false]], "uniform() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.uniform", false]], "uniform() (in module arkouda)": [[28, "arkouda.uniform", false], [28, "id831", false]], "uniform() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.uniform", false]], "uniform() (in module arkouda.random)": [[45, "arkouda.random.uniform", false]], "uniform() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.uniform", false]], "uniform() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.uniform", false]], "union() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.union", false]], "union() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.union", false]], "union() (arkouda.segarray method)": [[28, "arkouda.SegArray.union", false]], "union() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.union", false]], "union() (in module arkouda.segarray)": [[97, "arkouda.SegArray.union", false]], "union1d() (in module arkouda)": [[28, "arkouda.union1d", false], [99, "arkouda.union1d", false]], "union1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.union1d", false]], "unique() (arkouda.categorical method)": [[28, "arkouda.Categorical.unique", false], [28, "id47", false], [28, "id96", false]], "unique() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.unique", false]], "unique() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.unique", false]], "unique() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.unique", false]], "unique() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.unique", false]], "unique() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.unique", false]], "unique() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unique", false], [28, "id261", false], [28, "id305", false], [28, "id349", false], [28, "id393", false], [28, "id437", false], [92, "arkouda.GroupBy.unique", false]], "unique() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unique", false]], "unique() (arkouda.segarray method)": [[28, "arkouda.SegArray.unique", false]], "unique() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.unique", false]], "unique() (in module arkouda)": [[28, "arkouda.unique", false], [28, "id832", false], [28, "id833", false], [99, "arkouda.unique", false]], "unique() (in module arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.unique", false]], "unique_all() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_all", false]], "unique_counts() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_counts", false]], "unique_inverse() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_inverse", false]], "unique_keys (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.unique_keys", false], [28, "id226", false], [28, "id270", false], [28, "id314", false], [28, "id358", false], [28, "id402", false], [92, "arkouda.GroupBy.unique_keys", false]], "unique_keys (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.unique_keys", false]], "unique_values() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_values", false]], "uniqueallresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueAllResult", false]], "uniquecountsresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult", false]], "uniqueinverseresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult", false]], "unregister() (arkouda.categorical method)": [[28, "arkouda.Categorical.unregister", false], [28, "id48", false], [28, "id97", false]], "unregister() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.unregister", false]], "unregister() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.unregister", false], [28, "id151", false]], "unregister() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.unregister", false]], "unregister() (arkouda.datetime method)": [[28, "arkouda.Datetime.unregister", false], [28, "id187", false], [28, "id220", false]], "unregister() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unregister", false], [28, "id262", false], [28, "id306", false], [28, "id350", false], [28, "id394", false], [28, "id438", false], [92, "arkouda.GroupBy.unregister", false]], "unregister() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unregister", false]], "unregister() (arkouda.index method)": [[28, "arkouda.Index.unregister", false]], "unregister() (arkouda.index.index method)": [[29, "arkouda.index.Index.unregister", false]], "unregister() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.unregister", false]], "unregister() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.unregister", false]], "unregister() (arkouda.pdarray method)": [[28, "arkouda.pdarray.unregister", false], [28, "id579", false], [28, "id640", false], [28, "id701", false], [28, "id762", false], [28, "id823", false]], "unregister() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.unregister", false]], "unregister() (arkouda.segarray method)": [[28, "arkouda.SegArray.unregister", false]], "unregister() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.unregister", false]], "unregister() (arkouda.series method)": [[28, "arkouda.Series.unregister", false]], "unregister() (arkouda.series.series method)": [[52, "arkouda.series.Series.unregister", false]], "unregister() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.unregister", false]], "unregister() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.unregister", false]], "unregister() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.unregister", false]], "unregister() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.unregister", false], [28, "id469", false]], "unregister() (in module arkouda)": [[28, "arkouda.unregister", false]], "unregister() (in module arkouda.util)": [[56, "arkouda.util.unregister", false]], "unregister_all() (in module arkouda)": [[28, "arkouda.unregister_all", false]], "unregister_all() (in module arkouda.util)": [[56, "arkouda.util.unregister_all", false]], "unregister_categorical_by_name() (arkouda.categorical static method)": [[28, "arkouda.Categorical.unregister_categorical_by_name", false], [28, "id49", false], [28, "id98", false]], "unregister_categorical_by_name() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.unregister_categorical_by_name", false]], "unregister_dataframe_by_name() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.unregister_dataframe_by_name", false], [28, "id152", false]], "unregister_dataframe_by_name() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.unregister_dataframe_by_name", false]], "unregister_groupby_by_name() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unregister_groupby_by_name", false], [28, "id263", false], [28, "id307", false], [28, "id351", false], [28, "id395", false], [28, "id439", false]], "unregister_groupby_by_name() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.unregister_groupby_by_name", false]], "unregister_groupby_by_name() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unregister_groupby_by_name", false]], "unregister_pdarray_by_name() (in module arkouda)": [[28, "arkouda.unregister_pdarray_by_name", false]], "unregister_pdarray_by_name() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.unregister_pdarray_by_name", false]], "unregister_segarray_by_name() (arkouda.segarray static method)": [[28, "arkouda.SegArray.unregister_segarray_by_name", false]], "unregister_segarray_by_name() (arkouda.segarray.segarray static method)": [[51, "arkouda.segarray.SegArray.unregister_segarray_by_name", false]], "unregister_strings_by_name() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.unregister_strings_by_name", false]], "unsqueeze() (in module arkouda)": [[28, "arkouda.unsqueeze", false]], "unsqueeze() (in module arkouda.alignment)": [[3, "arkouda.alignment.unsqueeze", false]], "unstack() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.unstack", false]], "update_hdf() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.update_hdf", false]], "update_hdf() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.update_hdf", false]], "update_hdf() (arkouda.categorical method)": [[28, "arkouda.Categorical.update_hdf", false], [28, "id50", false], [28, "id99", false]], "update_hdf() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.update_hdf", false]], "update_hdf() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.update_hdf", false]], "update_hdf() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.update_hdf", false], [28, "id153", false]], "update_hdf() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.update_hdf", false]], "update_hdf() (arkouda.groupby method)": [[28, "arkouda.GroupBy.update_hdf", false], [28, "id264", false], [28, "id308", false], [28, "id352", false], [28, "id396", false], [28, "id440", false]], "update_hdf() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.update_hdf", false]], "update_hdf() (arkouda.index method)": [[28, "arkouda.Index.update_hdf", false]], "update_hdf() (arkouda.index.index method)": [[29, "arkouda.index.Index.update_hdf", false]], "update_hdf() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.update_hdf", false]], "update_hdf() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.update_hdf", false]], "update_hdf() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.update_hdf", false]], "update_hdf() (arkouda.pdarray method)": [[28, "arkouda.pdarray.update_hdf", false], [28, "id580", false], [28, "id641", false], [28, "id702", false], [28, "id763", false], [28, "id824", false]], "update_hdf() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.update_hdf", false]], "update_hdf() (arkouda.segarray method)": [[28, "arkouda.SegArray.update_hdf", false]], "update_hdf() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.update_hdf", false]], "update_hdf() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.update_hdf", false]], "update_hdf() (in module arkouda)": [[28, "arkouda.update_hdf", false]], "update_hdf() (in module arkouda.io)": [[31, "arkouda.io.update_hdf", false]], "update_nrows() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.update_nrows", false], [28, "id154", false]], "update_nrows() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.update_nrows", false]], "upper() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.upper", false]], "username_tokenizer (in module arkouda.security)": [[50, "arkouda.security.username_tokenizer", false]], "ushort (class in arkouda.numpy)": [[38, "arkouda.numpy.ushort", false]], "val_suffix (in module arkouda)": [[28, "arkouda.VAL_SUFFIX", false]], "val_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.VAL_SUFFIX", false]], "validate_key() (arkouda.series method)": [[28, "arkouda.Series.validate_key", false]], "validate_key() (arkouda.series.series method)": [[52, "arkouda.series.Series.validate_key", false]], "validate_val() (arkouda.series method)": [[28, "arkouda.Series.validate_val", false]], "validate_val() (arkouda.series.series method)": [[52, "arkouda.series.Series.validate_val", false]], "value_counts() (arkouda.pdarray method)": [[28, "arkouda.pdarray.value_counts", false], [28, "id581", false], [28, "id642", false], [28, "id703", false], [28, "id764", false], [28, "id825", false]], "value_counts() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.value_counts", false]], "value_counts() (arkouda.series method)": [[28, "arkouda.Series.value_counts", false]], "value_counts() (arkouda.series.series method)": [[52, "arkouda.series.Series.value_counts", false]], "value_counts() (in module arkouda)": [[28, "arkouda.value_counts", false], [93, "arkouda.value_counts", false]], "value_counts() (in module arkouda.numeric)": [[37, "arkouda.numeric.value_counts", false]], "value_counts() (in module arkouda.series)": [[98, "arkouda.Series.value_counts", false]], "values (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.values", false]], "values (arkouda.array_api._set_functions.uniquecountsresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult.values", false]], "values (arkouda.array_api._set_functions.uniqueinverseresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult.values", false]], "values (arkouda.dataframe.diffaggregate attribute)": [[24, "arkouda.dataframe.DiffAggregate.values", false]], "values (arkouda.diffaggregate attribute)": [[28, "arkouda.DiffAggregate.values", false]], "var() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.var", false]], "var() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.var", false]], "var() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.var", false]], "var() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.var", false]], "var() (arkouda.groupby method)": [[28, "arkouda.GroupBy.var", false], [28, "id265", false], [28, "id309", false], [28, "id353", false], [28, "id397", false], [28, "id441", false], [92, "arkouda.GroupBy.var", false]], "var() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.var", false]], "var() (arkouda.pdarray method)": [[28, "arkouda.pdarray.var", false], [28, "id582", false], [28, "id643", false], [28, "id704", false], [28, "id765", false], [28, "id826", false], [93, "arkouda.pdarray.var", false]], "var() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.var", false]], "var() (arkouda.series method)": [[28, "arkouda.Series.var", false]], "var() (arkouda.series.series method)": [[52, "arkouda.series.Series.var", false]], "var() (in module arkouda)": [[28, "arkouda.var", false], [87, "arkouda.var", false]], "var() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.var", false]], "var() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.var", false]], "vecdot() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.vecdot", false]], "vecentropy() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.vecentropy", false]], "warn (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.WARN", false]], "warn (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.WARN", false]], "week (arkouda.datetime property)": [[28, "arkouda.Datetime.week", false], [28, "id170", false], [28, "id203", false]], "week (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.week", false]], "weekday (arkouda.datetime property)": [[28, "arkouda.Datetime.weekday", false], [28, "id171", false], [28, "id204", false]], "weekday (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.weekday", false]], "weekofyear (arkouda.datetime property)": [[28, "arkouda.Datetime.weekofyear", false], [28, "id172", false], [28, "id205", false]], "weekofyear (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.weekofyear", false]], "where() (in module arkouda)": [[28, "arkouda.where", false], [28, "id834", false], [28, "id835", false], [87, "arkouda.where", false]], "where() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.where", false]], "where() (in module arkouda.numeric)": [[37, "arkouda.numeric.where", false]], "write_line_to_file() (in module arkouda.io_util)": [[32, "arkouda.io_util.write_line_to_file", false]], "write_log() (in module arkouda)": [[28, "arkouda.write_log", false]], "write_log() (in module arkouda.logger)": [[34, "arkouda.logger.write_log", false]], "xlogy() (in module arkouda)": [[28, "arkouda.xlogy", false]], "xlogy() (in module arkouda.scipy.special)": [[48, "arkouda.scipy.special.xlogy", false]], "xor() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.xor", false]], "xor() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.xor", false]], "xor() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.xor", false]], "xor() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.xor", false]], "xor() (arkouda.groupby method)": [[28, "arkouda.GroupBy.XOR", false], [28, "id234", false], [28, "id278", false], [28, "id322", false], [28, "id366", false], [28, "id410", false], [92, "arkouda.GroupBy.XOR", false]], "xor() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.XOR", false]], "xor() (arkouda.segarray method)": [[28, "arkouda.SegArray.XOR", false]], "xor() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.XOR", false]], "xtol() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.xtol", false]], "year (arkouda.datetime property)": [[28, "arkouda.Datetime.year", false], [28, "id173", false], [28, "id206", false]], "year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.year", false]], "zero_up() (in module arkouda)": [[28, "arkouda.zero_up", false]], "zero_up() (in module arkouda.alignment)": [[3, "arkouda.alignment.zero_up", false]], "zeros() (in module arkouda)": [[28, "arkouda.zeros", false], [28, "id836", false], [28, "id837", false], [28, "id838", false], [90, "arkouda.zeros", false]], "zeros() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.zeros", false]], "zeros() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.zeros", false]], "zeros_like() (in module arkouda)": [[28, "arkouda.zeros_like", false], [90, "arkouda.zeros_like", false]], "zeros_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.zeros_like", false]], "zeros_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.zeros_like", false]]}, "objects": {"": [[28, 0, 0, "-", "arkouda"]], "arkouda": [[28, 1, 1, "", "ARKOUDA_SUPPORTED_DTYPES"], [28, 1, 1, "", "AllSymbols"], [88, 2, 1, "", "ArrayView"], [28, 2, 1, "", "BitVector"], [28, 5, 1, "", "BitVectorizer"], [28, 2, 1, "", "CachedAccessor"], [89, 2, 1, "", "Categorical"], [28, 1, 1, "", "DTypeObjects"], [28, 1, 1, "", "DTypes"], [91, 2, 1, "", "DataFrame"], [28, 2, 1, "", "DataFrameGroupBy"], [28, 2, 1, "id188", "Datetime"], [28, 2, 1, "", "DatetimeAccessor"], [28, 2, 1, "", "DiffAggregate"], [28, 2, 1, "", "ErrorMode"], [28, 2, 1, "", "Fields"], [28, 2, 1, "", "GROUPBY_REDUCTION_TYPES"], [28, 2, 1, "", "Generator"], [92, 2, 1, "", "GroupBy"], [28, 2, 1, "", "IPv4"], [85, 2, 1, "", "Index"], [28, 1, 1, "", "LEN_SUFFIX"], [28, 2, 1, "", "LogLevel"], [28, 2, 1, "", "MultiIndex"], [28, 7, 1, "", "NonUniqueError"], [28, 2, 1, "", "Power_divergenceResult"], [28, 2, 1, "", "Properties"], [28, 1, 1, "", "RegisteredSymbols"], [28, 7, 1, "id447", "RegistrationError"], [28, 2, 1, "", "Row"], [28, 1, 1, "", "SEG_SUFFIX"], [28, 1, 1, "", "ScalarDTypes"], [28, 2, 1, "", "SegArray"], [98, 2, 1, "", "Series"], [28, 2, 1, "", "StringAccessor"], [28, 2, 1, "id448", "Timedelta"], [28, 1, 1, "", "VAL_SUFFIX"], [87, 5, 1, "", "abs"], [2, 0, 0, "-", "accessor"], [28, 5, 1, "", "akabs"], [28, 1, 1, "id470", "akbool"], [28, 5, 1, "id471", "akcast"], [28, 1, 1, "id472", "akfloat64"], [28, 1, 1, "id474", "akint64"], [28, 1, 1, "id476", "akuint64"], [28, 5, 1, "", "align"], [3, 0, 0, "-", "alignment"], [87, 5, 1, "", "all"], [28, 1, 1, "", "all_scalars"], [87, 5, 1, "", "any"], [90, 5, 1, "", "arange"], [28, 5, 1, "", "arccos"], [28, 5, 1, "", "arccosh"], [28, 5, 1, "", "arcsin"], [28, 5, 1, "", "arcsinh"], [28, 5, 1, "", "arctan"], [28, 5, 1, "", "arctan2"], [28, 5, 1, "", "arctanh"], [87, 5, 1, "", "argmax"], [87, 5, 1, "", "argmaxk"], [87, 5, 1, "", "argmin"], [87, 5, 1, "", "argmink"], [86, 5, 1, "", "argsort"], [84, 5, 1, "", "array"], [18, 0, 0, "-", "array_api"], [20, 0, 0, "-", "array_view"], [28, 5, 1, "", "attach"], [28, 5, 1, "", "attach_all"], [28, 5, 1, "", "attach_pdarray"], [28, 1, 1, "id487", "bigint"], [28, 5, 1, "", "bigint_from_uint_arrays"], [28, 1, 1, "id488", "bitType"], [28, 1, 1, "", "bool"], [28, 1, 1, "", "bool_scalars"], [28, 5, 1, "id491", "broadcast"], [28, 5, 1, "", "broadcast_dims"], [28, 5, 1, "", "broadcast_to_shape"], [95, 5, 1, "", "cast"], [21, 0, 0, "-", "categorical"], [28, 5, 1, "", "ceil"], [28, 5, 1, "", "check_np_dtype"], [28, 5, 1, "", "chisquare"], [28, 5, 1, "", "clear"], [22, 0, 0, "-", "client"], [23, 0, 0, "-", "client_dtypes"], [28, 5, 1, "", "clip"], [28, 5, 1, "", "clz"], [86, 5, 1, "", "coargsort"], [28, 1, 1, "", "complex128"], [28, 1, 1, "", "complex64"], [28, 5, 1, "", "compute_join_size"], [90, 5, 1, "", "concatenate"], [100, 5, 1, "", "connect"], [28, 5, 1, "", "convert_if_categorical"], [28, 5, 1, "", "corr"], [87, 5, 1, "", "cos"], [28, 5, 1, "", "cosh"], [28, 5, 1, "", "cov"], [28, 5, 1, "id499", "create_pdarray"], [28, 5, 1, "", "ctz"], [87, 5, 1, "", "cumprod"], [87, 5, 1, "", "cumsum"], [24, 0, 0, "-", "dataframe"], [28, 5, 1, "", "date_operators"], [28, 5, 1, "id501", "date_range"], [28, 5, 1, "", "deg2rad"], [28, 5, 1, "", "disableVerbose"], [28, 5, 1, "", "divmod"], [28, 5, 1, "", "dot"], [28, 5, 1, "", "dtype"], [25, 0, 0, "-", "dtypes"], [28, 5, 1, "", "enableVerbose"], [87, 5, 1, "", "exp"], [28, 5, 1, "", "expm1"], [84, 5, 1, "", "export"], [28, 5, 1, "", "find"], [28, 1, 1, "", "float32"], [28, 1, 1, "", "float64"], [28, 1, 1, "", "float_scalars"], [28, 5, 1, "", "floor"], [28, 5, 1, "", "fmod"], [28, 5, 1, "id502", "from_series"], [28, 5, 1, "id503", "full"], [28, 5, 1, "", "full_like"], [28, 5, 1, "id504", "gen_ranges"], [28, 5, 1, "", "generic_concat"], [28, 5, 1, "", "getArkoudaLogger"], [28, 5, 1, "", "get_byteorder"], [28, 5, 1, "", "get_callback"], [28, 5, 1, "", "get_columns"], [84, 5, 1, "", "get_datasets"], [28, 5, 1, "", "get_filetype"], [28, 5, 1, "", "get_null_indices"], [28, 5, 1, "", "get_server_byteorder"], [26, 0, 0, "-", "groupbyclass"], [28, 5, 1, "", "hash"], [28, 5, 1, "", "hist_all"], [93, 5, 1, "", "histogram"], [28, 5, 1, "", "histogram2d"], [28, 5, 1, "", "histogramdd"], [27, 0, 0, "-", "history"], [84, 5, 1, "", "import_data"], [99, 5, 1, "", "in1d"], [28, 5, 1, "", "in1d_intervals"], [29, 0, 0, "-", "index"], [28, 5, 1, "", "indexof1d"], [30, 0, 0, "-", "infoclass"], [28, 5, 1, "", "information"], [28, 1, 1, "", "int16"], [28, 1, 1, "", "int32"], [28, 1, 1, "id508", "int64"], [28, 1, 1, "", "int8"], [28, 1, 1, "id510", "intTypes"], [28, 1, 1, "id512", "int_scalars"], [28, 5, 1, "", "intersect"], [99, 5, 1, "", "intersect1d"], [28, 5, 1, "", "interval_lookup"], [28, 5, 1, "", "intx"], [28, 5, 1, "", "invert_permutation"], [31, 0, 0, "-", "io"], [32, 0, 0, "-", "io_util"], [28, 5, 1, "", "ip_address"], [28, 5, 1, "id514", "isSupportedInt"], [28, 5, 1, "", "isSupportedNumber"], [28, 5, 1, "", "is_cosorted"], [28, 5, 1, "", "is_ipv4"], [28, 5, 1, "", "is_ipv6"], [28, 5, 1, "", "is_registered"], [87, 5, 1, "", "is_sorted"], [28, 5, 1, "", "isfinite"], [28, 5, 1, "", "isinf"], [28, 5, 1, "id516", "isnan"], [33, 0, 0, "-", "join"], [28, 5, 1, "", "join_on_eq_with_dt"], [28, 5, 1, "", "left_align"], [90, 5, 1, "", "linspace"], [28, 5, 1, "", "list_registry"], [28, 5, 1, "", "list_symbol_table"], [28, 5, 1, "", "load"], [28, 5, 1, "", "load_all"], [87, 5, 1, "", "log"], [28, 5, 1, "", "log10"], [28, 5, 1, "", "log1p"], [28, 5, 1, "", "log2"], [34, 0, 0, "-", "logger"], [28, 5, 1, "", "lookup"], [28, 5, 1, "", "ls"], [28, 5, 1, "", "ls_csv"], [35, 0, 0, "-", "match"], [36, 0, 0, "-", "matcher"], [87, 5, 1, "", "max"], [87, 5, 1, "", "maxk"], [87, 5, 1, "", "mean"], [28, 5, 1, "", "merge"], [87, 5, 1, "", "min"], [87, 5, 1, "", "mink"], [28, 5, 1, "", "mod"], [37, 0, 0, "-", "numeric"], [28, 1, 1, "", "numeric_scalars"], [38, 0, 0, "-", "numpy"], [28, 1, 1, "", "numpy_scalars"], [90, 5, 1, "", "ones"], [90, 5, 1, "", "ones_like"], [28, 5, 1, "", "parity"], [95, 2, 1, "", "pdarray"], [39, 0, 0, "-", "pdarrayclass"], [40, 0, 0, "-", "pdarraycreation"], [41, 0, 0, "-", "pdarraysetops"], [28, 5, 1, "", "plot_dist"], [42, 0, 0, "-", "plotting"], [28, 5, 1, "", "popcount"], [28, 5, 1, "", "power"], [28, 5, 1, "", "power_divergence"], [28, 5, 1, "", "pretty_print_information"], [87, 5, 1, "", "prod"], [28, 5, 1, "", "rad2deg"], [90, 5, 1, "", "randint"], [45, 0, 0, "-", "random"], [28, 5, 1, "", "random_strings_lognormal"], [28, 5, 1, "", "random_strings_uniform"], [84, 5, 1, "", "read"], [28, 5, 1, "", "read_csv"], [28, 5, 1, "", "read_hdf"], [28, 5, 1, "", "read_parquet"], [28, 5, 1, "", "read_tagged_data"], [28, 5, 1, "", "receive"], [28, 5, 1, "", "receive_dataframe"], [28, 5, 1, "", "register_all"], [28, 5, 1, "", "resolve_scalar_dtype"], [28, 5, 1, "", "restore"], [28, 5, 1, "", "right_align"], [28, 5, 1, "", "rotl"], [28, 5, 1, "", "rotr"], [28, 5, 1, "", "round"], [46, 0, 0, "-", "row"], [28, 5, 1, "", "save_all"], [47, 0, 0, "-", "scipy"], [28, 5, 1, "", "search_intervals"], [50, 0, 0, "-", "security"], [51, 0, 0, "-", "segarray"], [52, 0, 0, "-", "series"], [99, 5, 1, "", "setdiff1d"], [99, 5, 1, "", "setxor1d"], [28, 5, 1, "", "sign"], [87, 5, 1, "", "sin"], [28, 5, 1, "", "sinh"], [28, 5, 1, "", "skew"], [28, 5, 1, "", "snapshot"], [28, 5, 1, "", "sort"], [53, 0, 0, "-", "sorting"], [28, 5, 1, "", "sqrt"], [28, 5, 1, "", "square"], [28, 5, 1, "id828", "standard_normal"], [87, 5, 1, "", "std"], [28, 1, 1, "id829", "str_"], [28, 1, 1, "", "str_scalars"], [28, 5, 1, "", "string_operators"], [54, 0, 0, "-", "strings"], [87, 5, 1, "", "sum"], [28, 5, 1, "", "tan"], [28, 5, 1, "", "tanh"], [55, 0, 0, "-", "timeclass"], [28, 5, 1, "id830", "timedelta_range"], [28, 5, 1, "", "to_csv"], [28, 5, 1, "", "to_hdf"], [28, 5, 1, "", "to_parquet"], [28, 5, 1, "", "translate_np_dtype"], [28, 5, 1, "", "trunc"], [28, 1, 1, "", "uint16"], [28, 1, 1, "", "uint32"], [28, 1, 1, "", "uint64"], [28, 1, 1, "", "uint8"], [28, 5, 1, "id831", "uniform"], [99, 5, 1, "", "union1d"], [99, 5, 1, "", "unique"], [28, 5, 1, "", "unregister"], [28, 5, 1, "", "unregister_all"], [28, 5, 1, "", "unregister_pdarray_by_name"], [28, 5, 1, "", "unsqueeze"], [28, 5, 1, "", "update_hdf"], [56, 0, 0, "-", "util"], [93, 5, 1, "", "value_counts"], [87, 5, 1, "", "var"], [87, 5, 1, "", "where"], [28, 5, 1, "", "write_log"], [28, 5, 1, "", "xlogy"], [28, 5, 1, "", "zero_up"], [90, 5, 1, "", "zeros"], [90, 5, 1, "", "zeros_like"]], "arkouda.ArrayView": [[88, 3, 1, "", "base"], [88, 3, 1, "", "dtype"], [88, 3, 1, "", "itemsize"], [88, 3, 1, "", "ndim"], [28, 3, 1, "", "objType"], [88, 3, 1, "", "order"], [88, 3, 1, "", "shape"], [88, 3, 1, "", "size"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [88, 5, 1, "", "to_ndarray"], [28, 4, 1, "", "update_hdf"]], "arkouda.BitVector": [[28, 3, 1, "", "conserves"], [28, 4, 1, "", "format"], [28, 4, 1, "", "from_return_msg"], [28, 4, 1, "", "opeq"], [28, 4, 1, "", "register"], [28, 3, 1, "", "special_objType"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"]], "arkouda.Categorical": [[28, 3, 1, "id61", "BinOps"], [28, 3, 1, "id62", "RegisterablePieces"], [28, 3, 1, "id63", "RequiredPieces"], [28, 4, 1, "id68", "argsort"], [28, 4, 1, "id69", "attach"], [89, 3, 1, "", "categories"], [89, 3, 1, "", "codes"], [28, 4, 1, "id70", "concatenate"], [89, 4, 1, "", "contains"], [28, 3, 1, "id64", "dtype"], [89, 4, 1, "", "endswith"], [89, 4, 1, "", "from_codes"], [28, 4, 1, "id74", "from_return_msg"], [28, 4, 1, "id75", "group"], [28, 4, 1, "id76", "hash"], [28, 4, 1, "id77", "in1d"], [28, 4, 1, "id78", "info"], [28, 4, 1, "id79", "is_registered"], [28, 4, 1, "id80", "isna"], [28, 6, 1, "id60", "nbytes"], [89, 3, 1, "", "ndim"], [89, 3, 1, "", "nlevels"], [28, 3, 1, "id65", "objType"], [28, 4, 1, "id81", "parse_hdf_categoricals"], [89, 3, 1, "", "permutation"], [28, 4, 1, "id82", "pretty_print_info"], [28, 4, 1, "id83", "register"], [28, 4, 1, "id84", "reset_categories"], [28, 4, 1, "id85", "save"], [89, 3, 1, "", "segments"], [28, 4, 1, "id86", "set_categories"], [89, 3, 1, "", "shape"], [89, 3, 1, "", "size"], [28, 4, 1, "id87", "sort"], [28, 4, 1, "id88", "standardize_categories"], [89, 4, 1, "", "startswith"], [28, 4, 1, "id90", "to_hdf"], [28, 4, 1, "id91", "to_list"], [89, 5, 1, "", "to_ndarray"], [28, 4, 1, "id93", "to_parquet"], [28, 4, 1, "id94", "to_strings"], [28, 4, 1, "id95", "transfer"], [28, 4, 1, "id96", "unique"], [28, 4, 1, "id97", "unregister"], [28, 4, 1, "id98", "unregister_categorical_by_name"], [28, 4, 1, "id99", "update_hdf"]], "arkouda.DataFrame": [[28, 4, 1, "id108", "GroupBy"], [28, 4, 1, "id109", "all"], [28, 4, 1, "id110", "any"], [28, 4, 1, "id111", "append"], [91, 5, 1, "", "apply_permutation"], [91, 5, 1, "", "argsort"], [28, 4, 1, "id114", "attach"], [91, 5, 1, "", "coargsort"], [28, 6, 1, "id101", "columns"], [91, 5, 1, "", "concat"], [91, 5, 1, "", "copy"], [28, 4, 1, "id117", "corr"], [28, 4, 1, "id118", "count"], [91, 5, 1, "", "drop"], [91, 5, 1, "", "drop_duplicates"], [28, 4, 1, "id121", "dropna"], [28, 6, 1, "id102", "dtypes"], [28, 6, 1, "id103", "empty"], [28, 4, 1, "id122", "filter_by_range"], [28, 4, 1, "id123", "from_pandas"], [28, 4, 1, "id124", "from_return_msg"], [91, 5, 1, "", "groupby"], [91, 5, 1, "", "head"], [28, 6, 1, "id104", "index"], [28, 6, 1, "id105", "info"], [28, 4, 1, "id127", "is_registered"], [28, 4, 1, "id128", "isin"], [28, 4, 1, "id129", "isna"], [28, 4, 1, "id130", "load"], [28, 4, 1, "id131", "memory_usage"], [28, 4, 1, "id132", "memory_usage_info"], [28, 4, 1, "id133", "merge"], [28, 4, 1, "id134", "notna"], [28, 4, 1, "id135", "objType"], [28, 4, 1, "id136", "read_csv"], [28, 4, 1, "id137", "register"], [91, 5, 1, "", "rename"], [91, 5, 1, "", "reset_index"], [28, 4, 1, "id140", "sample"], [28, 4, 1, "id141", "save"], [28, 6, 1, "id106", "shape"], [28, 6, 1, "id107", "size"], [28, 4, 1, "id142", "sort_index"], [91, 5, 1, "", "sort_values"], [91, 5, 1, "", "tail"], [28, 4, 1, "id145", "to_csv"], [28, 4, 1, "id146", "to_hdf"], [28, 4, 1, "id147", "to_markdown"], [91, 5, 1, "", "to_pandas"], [28, 4, 1, "id149", "to_parquet"], [28, 4, 1, "id150", "transfer"], [28, 4, 1, "id151", "unregister"], [28, 4, 1, "id152", "unregister_dataframe_by_name"], [28, 4, 1, "id153", "update_hdf"], [28, 4, 1, "id154", "update_nrows"]], "arkouda.DataFrameGroupBy": [[28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 3, 1, "", "as_index"], [28, 4, 1, "", "broadcast"], [28, 4, 1, "", "count"], [28, 3, 1, "", "df"], [28, 4, 1, "", "diff"], [28, 4, 1, "", "first"], [28, 3, 1, "", "gb"], [28, 3, 1, "", "gb_key_names"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "median"], [28, 4, 1, "", "min"], [28, 4, 1, "", "mode"], [28, 4, 1, "", "nunique"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "size"], [28, 4, 1, "", "std"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "unique"], [28, 4, 1, "", "var"], [28, 4, 1, "", "xor"]], "arkouda.Datetime": [[28, 6, 1, "id189", "date"], [28, 6, 1, "id190", "day"], [28, 6, 1, "id191", "day_of_week"], [28, 6, 1, "id192", "day_of_year"], [28, 6, 1, "id193", "dayofweek"], [28, 6, 1, "id194", "dayofyear"], [28, 6, 1, "id195", "hour"], [28, 6, 1, "id196", "is_leap_year"], [28, 4, 1, "id215", "is_registered"], [28, 4, 1, "id216", "isocalendar"], [28, 6, 1, "id197", "microsecond"], [28, 6, 1, "id198", "millisecond"], [28, 6, 1, "id199", "minute"], [28, 6, 1, "id200", "month"], [28, 6, 1, "id201", "nanosecond"], [28, 4, 1, "id217", "register"], [28, 6, 1, "id202", "second"], [28, 3, 1, "id207", "special_objType"], [28, 4, 1, "id218", "sum"], [28, 3, 1, "id208", "supported_opeq"], [28, 3, 1, "id209", "supported_with_datetime"], [28, 3, 1, "id210", "supported_with_pdarray"], [28, 3, 1, "id211", "supported_with_r_datetime"], [28, 3, 1, "id212", "supported_with_r_pdarray"], [28, 3, 1, "id213", "supported_with_r_timedelta"], [28, 3, 1, "id214", "supported_with_timedelta"], [28, 4, 1, "id219", "to_pandas"], [28, 4, 1, "id220", "unregister"], [28, 6, 1, "id203", "week"], [28, 6, 1, "id204", "weekday"], [28, 6, 1, "id205", "weekofyear"], [28, 6, 1, "id206", "year"]], "arkouda.DiffAggregate": [[28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 4, 1, "", "first"], [28, 3, 1, "", "gb"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "median"], [28, 4, 1, "", "min"], [28, 4, 1, "", "mode"], [28, 4, 1, "", "nunique"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "std"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "unique"], [28, 3, 1, "", "values"], [28, 4, 1, "", "var"], [28, 4, 1, "", "xor"]], "arkouda.ErrorMode": [[28, 3, 1, "", "ignore"], [28, 3, 1, "", "return_validity"], [28, 3, 1, "", "strict"]], "arkouda.Fields": [[28, 4, 1, "", "format"], [28, 4, 1, "", "opeq"]], "arkouda.GROUPBY_REDUCTION_TYPES": [[28, 4, 1, "", "copy"], [28, 4, 1, "", "difference"], [28, 4, 1, "", "intersection"], [28, 4, 1, "", "isdisjoint"], [28, 4, 1, "", "issubset"], [28, 4, 1, "", "issuperset"], [28, 4, 1, "", "symmetric_difference"], [28, 4, 1, "", "union"]], "arkouda.Generator": [[28, 4, 1, "", "choice"], [28, 4, 1, "", "integers"], [28, 4, 1, "", "permutation"], [28, 4, 1, "", "random"], [28, 4, 1, "", "shuffle"], [28, 4, 1, "", "standard_normal"], [28, 4, 1, "", "uniform"]], "arkouda.GroupBy": [[92, 4, 1, "", "AND"], [92, 4, 1, "", "OR"], [28, 4, 1, "id409", "Reductions"], [92, 4, 1, "", "XOR"], [92, 4, 1, "", "aggregate"], [92, 4, 1, "", "all"], [92, 4, 1, "", "any"], [92, 4, 1, "", "argmax"], [92, 4, 1, "", "argmin"], [92, 4, 1, "", "attach"], [92, 4, 1, "", "broadcast"], [92, 4, 1, "", "build_from_components"], [92, 4, 1, "", "count"], [92, 3, 1, "", "dropna"], [92, 4, 1, "", "first"], [28, 4, 1, "id421", "from_return_msg"], [92, 4, 1, "", "is_registered"], [92, 3, 1, "", "logger"], [92, 4, 1, "", "max"], [92, 4, 1, "", "mean"], [92, 4, 1, "", "median"], [92, 4, 1, "", "min"], [92, 4, 1, "", "mode"], [92, 4, 1, "", "most_common"], [92, 3, 1, "", "ngroups"], [92, 3, 1, "", "nkeys"], [92, 4, 1, "", "nunique"], [28, 4, 1, "id430", "objType"], [92, 3, 1, "", "permutation"], [92, 4, 1, "", "prod"], [92, 4, 1, "", "register"], [92, 3, 1, "", "segments"], [92, 4, 1, "id0", "size"], [92, 4, 1, "", "std"], [92, 4, 1, "", "sum"], [92, 4, 1, "", "to_hdf"], [92, 4, 1, "", "unique"], [92, 3, 1, "", "unique_keys"], [92, 4, 1, "", "unregister"], [92, 4, 1, "", "unregister_groupby_by_name"], [28, 4, 1, "id440", "update_hdf"], [92, 4, 1, "", "var"]], "arkouda.IPv4": [[28, 4, 1, "", "export_uint"], [28, 4, 1, "", "format"], [28, 4, 1, "", "normalize"], [28, 4, 1, "", "opeq"], [28, 4, 1, "", "register"], [28, 3, 1, "", "special_objType"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "update_hdf"]], "arkouda.Index": [[85, 5, 1, "", "argsort"], [85, 5, 1, "", "concat"], [28, 4, 1, "", "factory"], [28, 4, 1, "", "from_return_msg"], [28, 6, 1, "", "index"], [28, 4, 1, "", "is_registered"], [28, 6, 1, "", "is_unique"], [85, 5, 1, "", "lookup"], [28, 4, 1, "", "map"], [28, 4, 1, "", "memory_usage"], [28, 3, 1, "", "objType"], [28, 4, 1, "", "register"], [28, 4, 1, "", "save"], [85, 5, 1, "", "set_dtype"], [28, 6, 1, "", "shape"], [28, 4, 1, "", "to_csv"], [28, 4, 1, "", "to_dict"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "to_pandas"], [28, 4, 1, "", "to_parquet"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "update_hdf"]], "arkouda.LogLevel": [[28, 3, 1, "", "CRITICAL"], [28, 3, 1, "", "DEBUG"], [28, 3, 1, "", "ERROR"], [28, 3, 1, "", "INFO"], [28, 3, 1, "", "WARN"]], "arkouda.MultiIndex": [[85, 5, 1, "", "argsort"], [85, 5, 1, "", "concat"], [28, 6, 1, "", "index"], [28, 4, 1, "", "is_registered"], [85, 5, 1, "", "lookup"], [28, 4, 1, "", "memory_usage"], [28, 3, 1, "", "objType"], [28, 4, 1, "", "register"], [85, 5, 1, "", "set_dtype"], [28, 4, 1, "", "to_dict"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "to_pandas"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "update_hdf"]], "arkouda.Power_divergenceResult": [[28, 3, 1, "", "pvalue"], [28, 3, 1, "", "statistic"]], "arkouda.SegArray": [[28, 4, 1, "", "AND"], [28, 4, 1, "", "OR"], [28, 4, 1, "", "XOR"], [28, 4, 1, "", "aggregate"], [28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [97, 5, 1, "", "append"], [97, 5, 1, "", "append_single"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 4, 1, "", "attach"], [28, 4, 1, "", "concat"], [28, 4, 1, "", "copy"], [28, 4, 1, "", "filter"], [28, 4, 1, "", "from_multi_array"], [28, 4, 1, "", "from_parts"], [28, 4, 1, "", "from_return_msg"], [97, 5, 1, "", "get_jth"], [97, 5, 1, "", "get_length_n"], [97, 5, 1, "", "get_ngrams"], [97, 5, 1, "", "get_prefixes"], [97, 5, 1, "", "get_suffixes"], [28, 6, 1, "", "grouping"], [28, 4, 1, "", "hash"], [97, 5, 1, "", "intersect"], [28, 4, 1, "", "is_registered"], [28, 4, 1, "", "load"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "min"], [28, 6, 1, "", "non_empty"], [28, 4, 1, "", "nunique"], [28, 3, 1, "", "objType"], [97, 5, 1, "", "prepend_single"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "read_hdf"], [28, 4, 1, "", "register"], [97, 5, 1, "", "remove_repeats"], [28, 4, 1, "", "save"], [97, 5, 1, "", "set_jth"], [97, 5, 1, "", "setdiff"], [97, 5, 1, "", "setxor"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [97, 5, 1, "", "to_ndarray"], [28, 4, 1, "", "to_parquet"], [28, 4, 1, "", "transfer"], [97, 5, 1, "", "union"], [28, 4, 1, "", "unique"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "unregister_segarray_by_name"], [28, 4, 1, "", "update_hdf"]], "arkouda.Series": [[28, 4, 1, "", "add"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 6, 1, "", "at"], [28, 4, 1, "", "attach"], [28, 4, 1, "", "concat"], [28, 4, 1, "", "diff"], [28, 4, 1, "", "dt"], [28, 4, 1, "", "fillna"], [28, 4, 1, "", "from_return_msg"], [28, 4, 1, "", "has_repeat_labels"], [28, 4, 1, "", "hasnans"], [98, 5, 1, "", "head"], [28, 6, 1, "", "iat"], [28, 6, 1, "", "iloc"], [28, 4, 1, "", "is_registered"], [28, 4, 1, "", "isin"], [28, 4, 1, "", "isna"], [28, 4, 1, "", "isnull"], [28, 6, 1, "", "loc"], [98, 5, 1, "id0", "locate"], [28, 4, 1, "", "map"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "memory_usage"], [28, 4, 1, "", "min"], [28, 4, 1, "", "notna"], [28, 4, 1, "", "notnull"], [28, 4, 1, "", "objType"], [98, 5, 1, "", "pdconcat"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "register"], [28, 6, 1, "", "shape"], [98, 5, 1, "", "sort_index"], [98, 5, 1, "", "sort_values"], [28, 4, 1, "", "std"], [28, 4, 1, "", "str_acc"], [28, 4, 1, "", "sum"], [98, 5, 1, "", "tail"], [28, 4, 1, "", "to_dataframe"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_markdown"], [98, 5, 1, "", "to_pandas"], [98, 5, 1, "", "topn"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "validate_key"], [28, 4, 1, "", "validate_val"], [98, 5, 1, "", "value_counts"], [28, 4, 1, "", "var"]], "arkouda.Strings": [[101, 4, 1, "", "contains"], [101, 4, 1, "", "endswith"], [101, 4, 1, "", "find_locations"], [101, 4, 1, "", "findall"], [101, 4, 1, "", "flatten"], [101, 4, 1, "", "fullmatch"], [101, 4, 1, "", "lstick"], [101, 4, 1, "", "match"], [101, 4, 1, "", "peel"], [101, 4, 1, "", "rpeel"], [101, 4, 1, "", "search"], [101, 4, 1, "", "split"], [101, 4, 1, "", "startswith"], [101, 4, 1, "", "stick"], [101, 4, 1, "", "sub"], [101, 4, 1, "", "subn"], [101, 5, 1, "", "to_ndarray"]], "arkouda.Timedelta": [[28, 4, 1, "id462", "abs"], [28, 6, 1, "id449", "components"], [28, 6, 1, "id450", "days"], [28, 4, 1, "id463", "is_registered"], [28, 6, 1, "id451", "microseconds"], [28, 6, 1, "id452", "nanoseconds"], [28, 4, 1, "id464", "register"], [28, 6, 1, "id453", "seconds"], [28, 3, 1, "id454", "special_objType"], [28, 4, 1, "id465", "std"], [28, 4, 1, "id466", "sum"], [28, 3, 1, "id455", "supported_opeq"], [28, 3, 1, "id456", "supported_with_datetime"], [28, 3, 1, "id457", "supported_with_pdarray"], [28, 3, 1, "id458", "supported_with_r_datetime"], [28, 3, 1, "id459", "supported_with_r_pdarray"], [28, 3, 1, "id460", "supported_with_r_timedelta"], [28, 3, 1, "id461", "supported_with_timedelta"], [28, 4, 1, "id467", "to_pandas"], [28, 4, 1, "id468", "total_seconds"], [28, 4, 1, "id469", "unregister"]], "arkouda.accessor": [[2, 2, 1, "", "CachedAccessor"], [2, 2, 1, "", "DatetimeAccessor"], [2, 2, 1, "", "Properties"], [2, 2, 1, "", "StringAccessor"], [2, 5, 1, "", "date_operators"], [2, 5, 1, "", "string_operators"]], "arkouda.alignment": [[3, 7, 1, "", "NonUniqueError"], [3, 5, 1, "", "align"], [3, 5, 1, "", "find"], [3, 5, 1, "", "in1d_intervals"], [3, 5, 1, "", "interval_lookup"], [3, 5, 1, "", "is_cosorted"], [3, 5, 1, "", "left_align"], [3, 5, 1, "", "lookup"], [3, 5, 1, "", "right_align"], [3, 5, 1, "", "search_intervals"], [3, 5, 1, "", "unsqueeze"], [3, 5, 1, "", "zero_up"]], "arkouda.array_api": [[4, 0, 0, "-", "_array_object"], [5, 0, 0, "-", "_constants"], [6, 0, 0, "-", "_creation_functions"], [7, 0, 0, "-", "_data_type_functions"], [8, 0, 0, "-", "_dtypes"], [9, 0, 0, "-", "_elementwise_functions"], [10, 0, 0, "-", "_indexing_functions"], [11, 0, 0, "-", "_manipulation_functions"], [12, 0, 0, "-", "_searching_functions"], [13, 0, 0, "-", "_set_functions"], [14, 0, 0, "-", "_sorting_functions"], [15, 0, 0, "-", "_statistical_functions"], [16, 0, 0, "-", "_typing"], [17, 0, 0, "-", "_utility_functions"], [19, 0, 0, "-", "linalg"]], "arkouda.array_api._array_object": [[4, 2, 1, "", "Array"], [4, 1, 1, "", "HANDLED_FUNCTIONS"], [4, 5, 1, "", "implements_numpy"]], "arkouda.array_api._array_object.Array": [[4, 6, 1, "", "T"], [4, 6, 1, "", "device"], [4, 6, 1, "", "dtype"], [4, 4, 1, "", "item"], [4, 6, 1, "", "mT"], [4, 6, 1, "", "ndim"], [4, 6, 1, "", "shape"], [4, 6, 1, "", "size"], [4, 4, 1, "", "to_device"], [4, 4, 1, "", "to_ndarray"], [4, 4, 1, "", "tolist"], [4, 4, 1, "", "transpose"]], "arkouda.array_api._constants": [[5, 1, 1, "", "e"], [5, 1, 1, "", "inf"], [5, 1, 1, "", "nan"], [5, 1, 1, "", "pi"]], "arkouda.array_api._creation_functions": [[6, 5, 1, "", "arange"], [6, 5, 1, "", "asarray"], [6, 5, 1, "", "empty"], [6, 5, 1, "", "empty_like"], [6, 5, 1, "", "eye"], [6, 5, 1, "", "from_dlpack"], [6, 5, 1, "", "full"], [6, 5, 1, "", "full_like"], [6, 5, 1, "", "linspace"], [6, 5, 1, "", "meshgrid"], [6, 5, 1, "", "ones"], [6, 5, 1, "", "ones_like"], [6, 5, 1, "", "tril"], [6, 5, 1, "", "triu"], [6, 5, 1, "", "zeros"], [6, 5, 1, "", "zeros_like"]], "arkouda.array_api._data_type_functions": [[7, 5, 1, "", "astype"], [7, 5, 1, "", "can_cast"], [7, 2, 1, "", "finfo_object"], [7, 2, 1, "", "iinfo_object"], [7, 5, 1, "", "isdtype"], [7, 5, 1, "", "result_type"]], "arkouda.array_api._data_type_functions.finfo_object": [[7, 3, 1, "", "bits"], [7, 3, 1, "", "dtype"], [7, 3, 1, "", "eps"], [7, 3, 1, "", "max"], [7, 3, 1, "", "min"], [7, 3, 1, "", "smallest_normal"]], "arkouda.array_api._data_type_functions.iinfo_object": [[7, 3, 1, "", "bits"], [7, 3, 1, "", "dtype"], [7, 3, 1, "", "max"], [7, 3, 1, "", "min"]], "arkouda.array_api._dtypes": [[8, 1, 1, "", "bool"], [8, 1, 1, "", "complex128"], [8, 1, 1, "", "complex64"], [8, 1, 1, "", "float32"], [8, 1, 1, "", "float64"], [8, 1, 1, "", "int16"], [8, 1, 1, "", "int32"], [8, 1, 1, "", "int64"], [8, 1, 1, "", "int8"], [8, 1, 1, "", "uint16"], [8, 1, 1, "", "uint32"], [8, 1, 1, "", "uint64"], [8, 1, 1, "", "uint8"]], "arkouda.array_api._elementwise_functions": [[9, 5, 1, "", "abs"], [9, 5, 1, "", "acos"], [9, 5, 1, "", "acosh"], [9, 5, 1, "", "add"], [9, 5, 1, "", "asin"], [9, 5, 1, "", "asinh"], [9, 5, 1, "", "atan"], [9, 5, 1, "", "atan2"], [9, 5, 1, "", "atanh"], [9, 5, 1, "", "bitwise_and"], [9, 5, 1, "", "bitwise_invert"], [9, 5, 1, "", "bitwise_left_shift"], [9, 5, 1, "", "bitwise_or"], [9, 5, 1, "", "bitwise_right_shift"], [9, 5, 1, "", "bitwise_xor"], [9, 5, 1, "", "ceil"], [9, 5, 1, "", "conj"], [9, 5, 1, "", "cos"], [9, 5, 1, "", "cosh"], [9, 5, 1, "", "divide"], [9, 5, 1, "", "equal"], [9, 5, 1, "", "exp"], [9, 5, 1, "", "expm1"], [9, 5, 1, "", "floor"], [9, 5, 1, "", "floor_divide"], [9, 5, 1, "", "greater"], [9, 5, 1, "", "greater_equal"], [9, 5, 1, "", "imag"], [9, 5, 1, "", "isfinite"], [9, 5, 1, "", "isinf"], [9, 5, 1, "", "isnan"], [9, 5, 1, "", "less"], [9, 5, 1, "", "less_equal"], [9, 5, 1, "", "log"], [9, 5, 1, "", "log10"], [9, 5, 1, "", "log1p"], [9, 5, 1, "", "log2"], [9, 5, 1, "", "logaddexp"], [9, 5, 1, "", "logical_and"], [9, 5, 1, "", "logical_not"], [9, 5, 1, "", "logical_or"], [9, 5, 1, "", "logical_xor"], [9, 5, 1, "", "multiply"], [9, 5, 1, "", "negative"], [9, 5, 1, "", "not_equal"], [9, 5, 1, "", "positive"], [9, 5, 1, "", "pow"], [9, 5, 1, "", "real"], [9, 5, 1, "", "remainder"], [9, 5, 1, "", "round"], [9, 5, 1, "", "sign"], [9, 5, 1, "", "sin"], [9, 5, 1, "", "sinh"], [9, 5, 1, "", "sqrt"], [9, 5, 1, "", "square"], [9, 5, 1, "", "subtract"], [9, 5, 1, "", "tan"], [9, 5, 1, "", "tanh"], [9, 5, 1, "", "trunc"]], "arkouda.array_api._indexing_functions": [[10, 5, 1, "", "take"]], "arkouda.array_api._manipulation_functions": [[11, 5, 1, "", "broadcast_arrays"], [11, 5, 1, "", "broadcast_to"], [11, 5, 1, "", "concat"], [11, 5, 1, "", "expand_dims"], [11, 5, 1, "", "flip"], [11, 5, 1, "", "moveaxis"], [11, 5, 1, "", "permute_dims"], [11, 5, 1, "", "repeat"], [11, 5, 1, "", "reshape"], [11, 5, 1, "", "roll"], [11, 5, 1, "", "squeeze"], [11, 5, 1, "", "stack"], [11, 5, 1, "", "tile"], [11, 5, 1, "", "unstack"]], "arkouda.array_api._searching_functions": [[12, 5, 1, "", "argmax"], [12, 5, 1, "", "argmin"], [12, 5, 1, "", "nonzero"], [12, 5, 1, "", "searchsorted"], [12, 5, 1, "", "where"]], "arkouda.array_api._set_functions": [[13, 2, 1, "", "UniqueAllResult"], [13, 2, 1, "", "UniqueCountsResult"], [13, 2, 1, "", "UniqueInverseResult"], [13, 5, 1, "", "unique_all"], [13, 5, 1, "", "unique_counts"], [13, 5, 1, "", "unique_inverse"], [13, 5, 1, "", "unique_values"]], "arkouda.array_api._set_functions.UniqueAllResult": [[13, 3, 1, "", "counts"], [13, 3, 1, "", "indices"], [13, 3, 1, "", "inverse_indices"], [13, 3, 1, "", "values"]], "arkouda.array_api._set_functions.UniqueCountsResult": [[13, 3, 1, "", "counts"], [13, 3, 1, "", "values"]], "arkouda.array_api._set_functions.UniqueInverseResult": [[13, 3, 1, "", "inverse_indices"], [13, 3, 1, "", "values"]], "arkouda.array_api._sorting_functions": [[14, 5, 1, "", "argsort"], [14, 5, 1, "", "sort"]], "arkouda.array_api._statistical_functions": [[15, 5, 1, "", "max"], [15, 5, 1, "", "mean"], [15, 5, 1, "", "mean_shim"], [15, 5, 1, "", "min"], [15, 5, 1, "", "prod"], [15, 5, 1, "", "prod_sum_dtype"], [15, 5, 1, "", "std"], [15, 5, 1, "", "sum"], [15, 5, 1, "", "var"]], "arkouda.array_api._typing": [[16, 2, 1, "", "Array"], [16, 1, 1, "", "Device"], [16, 1, 1, "", "Dtype"], [16, 1, 1, "", "PyCapsule"], [16, 1, 1, "", "SupportsBufferProtocol"], [16, 2, 1, "", "SupportsDLPack"]], "arkouda.array_api._typing.Array": [[16, 6, 1, "", "T"], [16, 6, 1, "", "device"], [16, 6, 1, "", "dtype"], [16, 4, 1, "", "item"], [16, 6, 1, "", "mT"], [16, 6, 1, "", "ndim"], [16, 6, 1, "", "shape"], [16, 6, 1, "", "size"], [16, 4, 1, "", "to_device"], [16, 4, 1, "", "to_ndarray"], [16, 4, 1, "", "tolist"], [16, 4, 1, "", "transpose"]], "arkouda.array_api._utility_functions": [[17, 5, 1, "", "all"], [17, 5, 1, "", "any"]], "arkouda.array_api.linalg": [[19, 5, 1, "", "matmul"], [19, 5, 1, "", "matrix_transpose"], [19, 5, 1, "", "tensordot"], [19, 5, 1, "", "vecdot"]], "arkouda.array_view": [[20, 2, 1, "", "ArrayView"]], "arkouda.array_view.ArrayView": [[20, 3, 1, "", "base"], [20, 3, 1, "", "dtype"], [20, 3, 1, "", "itemsize"], [20, 3, 1, "", "ndim"], [20, 3, 1, "", "objType"], [20, 3, 1, "", "order"], [20, 3, 1, "", "shape"], [20, 3, 1, "", "size"], [20, 4, 1, "", "to_hdf"], [20, 4, 1, "", "to_list"], [20, 4, 1, "", "to_ndarray"], [20, 4, 1, "", "update_hdf"]], "arkouda.categorical": [[21, 2, 1, "", "Categorical"]], "arkouda.categorical.Categorical": [[21, 3, 1, "", "BinOps"], [21, 3, 1, "", "RegisterablePieces"], [21, 3, 1, "", "RequiredPieces"], [21, 4, 1, "", "argsort"], [21, 4, 1, "", "attach"], [21, 3, 1, "", "categories"], [21, 3, 1, "", "codes"], [21, 4, 1, "", "concatenate"], [21, 4, 1, "", "contains"], [21, 3, 1, "", "dtype"], [21, 4, 1, "", "endswith"], [21, 4, 1, "", "from_codes"], [21, 4, 1, "", "from_return_msg"], [21, 4, 1, "", "group"], [21, 4, 1, "", "hash"], [21, 4, 1, "", "in1d"], [21, 4, 1, "", "info"], [21, 4, 1, "", "is_registered"], [21, 4, 1, "", "isna"], [21, 6, 1, "", "nbytes"], [21, 3, 1, "", "ndim"], [21, 3, 1, "", "nlevels"], [21, 3, 1, "", "objType"], [21, 4, 1, "", "parse_hdf_categoricals"], [21, 3, 1, "id0", "permutation"], [21, 4, 1, "", "pretty_print_info"], [21, 4, 1, "", "register"], [21, 4, 1, "", "reset_categories"], [21, 4, 1, "", "save"], [21, 3, 1, "id1", "segments"], [21, 4, 1, "", "set_categories"], [21, 3, 1, "", "shape"], [21, 3, 1, "", "size"], [21, 4, 1, "", "sort"], [21, 4, 1, "", "standardize_categories"], [21, 4, 1, "", "startswith"], [21, 4, 1, "", "to_hdf"], [21, 4, 1, "", "to_list"], [21, 4, 1, "", "to_ndarray"], [21, 4, 1, "", "to_parquet"], [21, 4, 1, "", "to_strings"], [21, 4, 1, "", "transfer"], [21, 4, 1, "", "unique"], [21, 4, 1, "", "unregister"], [21, 4, 1, "", "unregister_categorical_by_name"], [21, 4, 1, "", "update_hdf"]], "arkouda.client": [[22, 5, 1, "", "connect"], [22, 5, 1, "", "disconnect"], [22, 5, 1, "", "generate_history"], [22, 5, 1, "", "get_config"], [22, 5, 1, "", "get_mem_avail"], [22, 5, 1, "", "get_mem_status"], [22, 5, 1, "", "get_mem_used"], [22, 5, 1, "", "get_server_commands"], [22, 5, 1, "", "print_server_commands"], [22, 5, 1, "", "ruok"], [22, 5, 1, "", "shutdown"]], "arkouda.client_dtypes": [[23, 2, 1, "", "BitVector"], [23, 5, 1, "", "BitVectorizer"], [23, 2, 1, "", "Fields"], [23, 2, 1, "", "IPv4"], [23, 5, 1, "", "ip_address"], [23, 5, 1, "", "is_ipv4"], [23, 5, 1, "", "is_ipv6"]], "arkouda.client_dtypes.BitVector": [[23, 3, 1, "", "conserves"], [23, 4, 1, "", "format"], [23, 4, 1, "", "from_return_msg"], [23, 4, 1, "", "opeq"], [23, 4, 1, "", "register"], [23, 3, 1, "", "special_objType"], [23, 4, 1, "", "to_list"], [23, 4, 1, "", "to_ndarray"]], "arkouda.client_dtypes.Fields": [[23, 4, 1, "", "format"], [23, 4, 1, "", "opeq"]], "arkouda.client_dtypes.IPv4": [[23, 4, 1, "", "export_uint"], [23, 4, 1, "", "format"], [23, 4, 1, "", "normalize"], [23, 4, 1, "", "opeq"], [23, 4, 1, "", "register"], [23, 3, 1, "", "special_objType"], [23, 4, 1, "", "to_hdf"], [23, 4, 1, "", "to_list"], [23, 4, 1, "", "to_ndarray"], [23, 4, 1, "", "update_hdf"]], "arkouda.dataframe": [[24, 2, 1, "", "DataFrame"], [24, 2, 1, "", "DataFrameGroupBy"], [24, 2, 1, "", "DiffAggregate"], [24, 5, 1, "", "intersect"], [24, 5, 1, "", "intx"], [24, 5, 1, "", "invert_permutation"], [24, 5, 1, "", "merge"]], "arkouda.dataframe.DataFrame": [[24, 4, 1, "", "GroupBy"], [24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "append"], [24, 4, 1, "", "apply_permutation"], [24, 4, 1, "", "argsort"], [24, 4, 1, "", "attach"], [24, 4, 1, "", "coargsort"], [24, 6, 1, "", "columns"], [24, 4, 1, "", "concat"], [24, 4, 1, "", "corr"], [24, 4, 1, "", "count"], [24, 4, 1, "", "drop"], [24, 4, 1, "", "drop_duplicates"], [24, 4, 1, "", "dropna"], [24, 6, 1, "", "dtypes"], [24, 6, 1, "", "empty"], [24, 4, 1, "", "filter_by_range"], [24, 4, 1, "", "from_pandas"], [24, 4, 1, "", "from_return_msg"], [24, 4, 1, "", "groupby"], [24, 4, 1, "", "head"], [24, 6, 1, "", "index"], [24, 6, 1, "", "info"], [24, 4, 1, "", "is_registered"], [24, 4, 1, "", "isin"], [24, 4, 1, "", "isna"], [24, 4, 1, "", "load"], [24, 4, 1, "", "memory_usage"], [24, 4, 1, "", "memory_usage_info"], [24, 4, 1, "", "merge"], [24, 4, 1, "", "notna"], [24, 4, 1, "", "objType"], [24, 4, 1, "", "read_csv"], [24, 4, 1, "", "register"], [24, 4, 1, "", "rename"], [24, 4, 1, "", "reset_index"], [24, 4, 1, "", "sample"], [24, 4, 1, "", "save"], [24, 6, 1, "", "shape"], [24, 6, 1, "", "size"], [24, 4, 1, "", "sort_index"], [24, 4, 1, "", "sort_values"], [24, 4, 1, "", "tail"], [24, 4, 1, "", "to_csv"], [24, 4, 1, "", "to_hdf"], [24, 4, 1, "", "to_markdown"], [24, 4, 1, "", "to_pandas"], [24, 4, 1, "", "to_parquet"], [24, 4, 1, "", "transfer"], [24, 4, 1, "", "unregister"], [24, 4, 1, "", "unregister_dataframe_by_name"], [24, 4, 1, "", "update_hdf"], [24, 4, 1, "", "update_nrows"]], "arkouda.dataframe.DataFrameGroupBy": [[24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "argmax"], [24, 4, 1, "", "argmin"], [24, 3, 1, "", "as_index"], [24, 4, 1, "", "broadcast"], [24, 4, 1, "", "count"], [24, 3, 1, "", "df"], [24, 4, 1, "", "diff"], [24, 4, 1, "", "first"], [24, 3, 1, "", "gb"], [24, 3, 1, "", "gb_key_names"], [24, 4, 1, "", "max"], [24, 4, 1, "", "mean"], [24, 4, 1, "", "median"], [24, 4, 1, "", "min"], [24, 4, 1, "", "mode"], [24, 4, 1, "", "nunique"], [24, 4, 1, "", "prod"], [24, 4, 1, "", "size"], [24, 4, 1, "", "std"], [24, 4, 1, "", "sum"], [24, 4, 1, "", "unique"], [24, 4, 1, "", "var"], [24, 4, 1, "", "xor"]], "arkouda.dataframe.DiffAggregate": [[24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "argmax"], [24, 4, 1, "", "argmin"], [24, 4, 1, "", "first"], [24, 3, 1, "", "gb"], [24, 4, 1, "", "max"], [24, 4, 1, "", "mean"], [24, 4, 1, "", "median"], [24, 4, 1, "", "min"], [24, 4, 1, "", "mode"], [24, 4, 1, "", "nunique"], [24, 4, 1, "", "prod"], [24, 4, 1, "", "std"], [24, 4, 1, "", "sum"], [24, 4, 1, "", "unique"], [24, 3, 1, "", "values"], [24, 4, 1, "", "var"], [24, 4, 1, "", "xor"]], "arkouda.dtypes": [[25, 1, 1, "", "ARKOUDA_SUPPORTED_DTYPES"], [25, 1, 1, "", "DTypeObjects"], [25, 1, 1, "", "DTypes"], [25, 1, 1, "", "ScalarDTypes"], [25, 1, 1, "", "all_scalars"], [25, 1, 1, "", "bigint"], [25, 1, 1, "", "bitType"], [25, 1, 1, "", "bool"], [25, 1, 1, "", "bool_scalars"], [25, 5, 1, "", "check_np_dtype"], [25, 1, 1, "", "complex128"], [25, 1, 1, "", "complex64"], [25, 5, 1, "", "dtype"], [25, 1, 1, "", "float32"], [25, 1, 1, "", "float64"], [25, 1, 1, "", "float_scalars"], [25, 5, 1, "", "get_byteorder"], [25, 5, 1, "", "get_server_byteorder"], [25, 1, 1, "", "int16"], [25, 1, 1, "", "int32"], [25, 1, 1, "", "int64"], [25, 1, 1, "", "int8"], [25, 1, 1, "", "intTypes"], [25, 1, 1, "", "int_scalars"], [25, 5, 1, "", "isSupportedNumber"], [25, 1, 1, "", "numeric_scalars"], [25, 1, 1, "", "numpy_scalars"], [25, 5, 1, "", "resolve_scalar_dtype"], [25, 1, 1, "", "str_"], [25, 1, 1, "", "str_scalars"], [25, 5, 1, "", "translate_np_dtype"], [25, 1, 1, "", "uint16"], [25, 1, 1, "", "uint32"], [25, 1, 1, "", "uint64"], [25, 1, 1, "", "uint8"]], "arkouda.groupbyclass": [[26, 2, 1, "", "GROUPBY_REDUCTION_TYPES"], [26, 2, 1, "", "GroupBy"], [26, 5, 1, "", "broadcast"], [26, 5, 1, "", "unique"]], "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES": [[26, 4, 1, "", "copy"], [26, 4, 1, "", "difference"], [26, 4, 1, "", "intersection"], [26, 4, 1, "", "isdisjoint"], [26, 4, 1, "", "issubset"], [26, 4, 1, "", "issuperset"], [26, 4, 1, "", "symmetric_difference"], [26, 4, 1, "", "union"]], "arkouda.groupbyclass.GroupBy": [[26, 4, 1, "", "AND"], [26, 4, 1, "", "OR"], [26, 4, 1, "", "Reductions"], [26, 4, 1, "", "XOR"], [26, 4, 1, "", "aggregate"], [26, 4, 1, "", "all"], [26, 4, 1, "", "any"], [26, 4, 1, "", "argmax"], [26, 4, 1, "", "argmin"], [26, 4, 1, "", "attach"], [26, 4, 1, "", "broadcast"], [26, 4, 1, "", "build_from_components"], [26, 4, 1, "", "count"], [26, 3, 1, "", "dropna"], [26, 4, 1, "", "first"], [26, 4, 1, "", "from_return_msg"], [26, 4, 1, "", "is_registered"], [26, 3, 1, "", "logger"], [26, 4, 1, "", "max"], [26, 4, 1, "", "mean"], [26, 4, 1, "", "median"], [26, 4, 1, "", "min"], [26, 4, 1, "", "mode"], [26, 4, 1, "", "most_common"], [26, 3, 1, "", "ngroups"], [26, 3, 1, "", "nkeys"], [26, 4, 1, "", "nunique"], [26, 4, 1, "", "objType"], [26, 3, 1, "", "permutation"], [26, 4, 1, "", "prod"], [26, 4, 1, "", "register"], [26, 3, 1, "", "segments"], [26, 4, 1, "id0", "size"], [26, 4, 1, "", "std"], [26, 4, 1, "", "sum"], [26, 4, 1, "", "to_hdf"], [26, 4, 1, "", "unique"], [26, 3, 1, "", "unique_keys"], [26, 4, 1, "", "unregister"], [26, 4, 1, "", "unregister_groupby_by_name"], [26, 4, 1, "", "update_hdf"], [26, 4, 1, "", "var"]], "arkouda.history": [[27, 2, 1, "", "HistoryRetriever"], [27, 2, 1, "", "NotebookHistoryRetriever"], [27, 2, 1, "", "ShellHistoryRetriever"]], "arkouda.history.HistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.history.NotebookHistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.history.ShellHistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.index": [[29, 2, 1, "", "Index"], [29, 2, 1, "", "MultiIndex"]], "arkouda.index.Index": [[29, 4, 1, "", "argsort"], [29, 4, 1, "", "concat"], [29, 4, 1, "", "factory"], [29, 4, 1, "", "from_return_msg"], [29, 6, 1, "", "index"], [29, 4, 1, "", "is_registered"], [29, 6, 1, "", "is_unique"], [29, 4, 1, "", "lookup"], [29, 4, 1, "", "map"], [29, 4, 1, "", "memory_usage"], [29, 3, 1, "", "objType"], [29, 4, 1, "", "register"], [29, 4, 1, "", "save"], [29, 4, 1, "", "set_dtype"], [29, 6, 1, "", "shape"], [29, 4, 1, "", "to_csv"], [29, 4, 1, "", "to_dict"], [29, 4, 1, "", "to_hdf"], [29, 4, 1, "", "to_list"], [29, 4, 1, "", "to_ndarray"], [29, 4, 1, "", "to_pandas"], [29, 4, 1, "", "to_parquet"], [29, 4, 1, "", "unregister"], [29, 4, 1, "", "update_hdf"]], "arkouda.index.MultiIndex": [[29, 4, 1, "", "argsort"], [29, 4, 1, "", "concat"], [29, 6, 1, "", "index"], [29, 4, 1, "", "is_registered"], [29, 4, 1, "", "lookup"], [29, 4, 1, "", "memory_usage"], [29, 3, 1, "", "objType"], [29, 4, 1, "", "register"], [29, 4, 1, "", "set_dtype"], [29, 4, 1, "", "to_dict"], [29, 4, 1, "", "to_hdf"], [29, 4, 1, "", "to_list"], [29, 4, 1, "", "to_ndarray"], [29, 4, 1, "", "to_pandas"], [29, 4, 1, "", "unregister"], [29, 4, 1, "", "update_hdf"]], "arkouda.infoclass": [[30, 1, 1, "", "AllSymbols"], [30, 1, 1, "", "RegisteredSymbols"], [30, 5, 1, "", "information"], [30, 5, 1, "", "list_registry"], [30, 5, 1, "", "list_symbol_table"], [30, 5, 1, "", "pretty_print_information"]], "arkouda.io": [[31, 5, 1, "", "export"], [31, 5, 1, "", "get_columns"], [31, 5, 1, "", "get_datasets"], [31, 5, 1, "", "get_filetype"], [31, 5, 1, "", "get_null_indices"], [31, 5, 1, "", "import_data"], [31, 5, 1, "", "load"], [31, 5, 1, "", "load_all"], [31, 5, 1, "", "ls"], [31, 5, 1, "", "ls_csv"], [31, 5, 1, "", "read"], [31, 5, 1, "", "read_csv"], [31, 5, 1, "", "read_hdf"], [31, 5, 1, "", "read_parquet"], [31, 5, 1, "", "read_tagged_data"], [31, 5, 1, "", "receive"], [31, 5, 1, "", "receive_dataframe"], [31, 5, 1, "", "restore"], [31, 5, 1, "", "save_all"], [31, 5, 1, "", "snapshot"], [31, 5, 1, "", "to_csv"], [31, 5, 1, "", "to_hdf"], [31, 5, 1, "", "to_parquet"], [31, 5, 1, "", "update_hdf"]], "arkouda.io_util": [[32, 5, 1, "", "delimited_file_to_dict"], [32, 5, 1, "", "dict_to_delimited_file"], [32, 5, 1, "", "get_directory"], [32, 5, 1, "", "write_line_to_file"]], "arkouda.join": [[33, 5, 1, "", "compute_join_size"], [33, 5, 1, "", "gen_ranges"], [33, 5, 1, "", "join_on_eq_with_dt"]], "arkouda.logger": [[34, 2, 1, "", "LogLevel"], [34, 5, 1, "", "disableVerbose"], [34, 5, 1, "", "enableVerbose"], [34, 5, 1, "", "write_log"]], "arkouda.logger.LogLevel": [[34, 3, 1, "", "CRITICAL"], [34, 3, 1, "", "DEBUG"], [34, 3, 1, "", "ERROR"], [34, 3, 1, "", "INFO"], [34, 3, 1, "", "WARN"]], "arkouda.match": [[35, 2, 1, "", "Match"]], "arkouda.match.Match": [[101, 4, 1, "", "end"], [101, 4, 1, "", "find_matches"], [101, 4, 1, "", "group"], [101, 4, 1, "", "match_type"], [101, 4, 1, "", "matched"], [101, 4, 1, "", "start"]], "arkouda.matcher": [[36, 2, 1, "", "Matcher"]], "arkouda.matcher.Matcher": [[36, 3, 1, "", "LocationsInfo"], [36, 4, 1, "", "find_locations"], [36, 4, 1, "", "findall"], [36, 4, 1, "", "get_match"], [36, 4, 1, "", "split"], [36, 4, 1, "", "sub"]], "arkouda.numeric": [[37, 2, 1, "", "ErrorMode"], [37, 5, 1, "", "abs"], [37, 5, 1, "", "arccos"], [37, 5, 1, "", "arccosh"], [37, 5, 1, "", "arcsin"], [37, 5, 1, "", "arcsinh"], [37, 5, 1, "", "arctan"], [37, 5, 1, "", "arctan2"], [37, 5, 1, "", "arctanh"], [37, 5, 1, "", "cast"], [37, 5, 1, "", "ceil"], [37, 5, 1, "", "clip"], [37, 5, 1, "", "cos"], [37, 5, 1, "", "cosh"], [37, 5, 1, "", "cumprod"], [37, 5, 1, "", "cumsum"], [37, 5, 1, "", "deg2rad"], [37, 5, 1, "", "exp"], [37, 5, 1, "", "expm1"], [37, 5, 1, "", "floor"], [37, 5, 1, "", "hash"], [37, 5, 1, "", "histogram"], [37, 5, 1, "", "histogram2d"], [37, 5, 1, "", "histogramdd"], [37, 5, 1, "", "isfinite"], [37, 5, 1, "", "isinf"], [37, 5, 1, "", "isnan"], [37, 5, 1, "", "log"], [37, 5, 1, "", "log10"], [37, 5, 1, "", "log1p"], [37, 5, 1, "", "log2"], [37, 5, 1, "", "rad2deg"], [37, 5, 1, "", "round"], [37, 5, 1, "", "sign"], [37, 5, 1, "", "sin"], [37, 5, 1, "", "sinh"], [37, 5, 1, "", "square"], [37, 5, 1, "", "tan"], [37, 5, 1, "", "tanh"], [37, 5, 1, "", "trunc"], [37, 5, 1, "", "value_counts"], [37, 5, 1, "", "where"]], "arkouda.numeric.ErrorMode": [[37, 3, 1, "", "ignore"], [37, 3, 1, "", "return_validity"], [37, 3, 1, "", "strict"]], "arkouda.numpy": [[38, 1, 1, "", "Inf"], [38, 1, 1, "", "Infinity"], [38, 1, 1, "", "NAN"], [38, 1, 1, "", "NINF"], [38, 1, 1, "", "NZERO"], [38, 1, 1, "", "NaN"], [38, 1, 1, "", "PINF"], [38, 1, 1, "", "PZERO"], [38, 2, 1, "", "bool_"], [38, 2, 1, "", "byte"], [38, 2, 1, "", "cdouble"], [38, 2, 1, "", "clongdouble"], [38, 2, 1, "", "csingle"], [38, 2, 1, "", "double"], [38, 1, 1, "", "e"], [38, 1, 1, "", "euler_gamma"], [38, 2, 1, "", "float32"], [38, 2, 1, "", "float64"], [38, 2, 1, "", "half"], [38, 1, 1, "", "inf"], [38, 1, 1, "", "infty"], [38, 2, 1, "", "int16"], [38, 2, 1, "", "int32"], [38, 2, 1, "", "int64"], [38, 2, 1, "", "int8"], [38, 2, 1, "", "int_"], [38, 2, 1, "", "intc"], [38, 2, 1, "", "longdouble"], [38, 2, 1, "", "longlong"], [38, 1, 1, "", "nan"], [38, 1, 1, "", "newaxis"], [38, 1, 1, "", "pi"], [38, 2, 1, "", "short"], [38, 2, 1, "", "single"], [38, 2, 1, "", "ubyte"], [38, 2, 1, "", "uint"], [38, 2, 1, "", "uint16"], [38, 2, 1, "", "uint32"], [38, 2, 1, "", "uint64"], [38, 2, 1, "", "uint8"], [38, 2, 1, "", "uintc"], [38, 2, 1, "", "ulonglong"], [38, 2, 1, "", "ushort"]], "arkouda.numpy.byte": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.double": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "fromhex"], [38, 4, 1, "", "hex"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.float32": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.float64": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "fromhex"], [38, 4, 1, "", "hex"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.half": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.int16": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int32": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int64": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int8": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int_": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.intc": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.longdouble": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.longlong": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.short": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.single": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.ubyte": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint16": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint32": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint64": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint8": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uintc": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.ulonglong": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.ushort": [[38, 4, 1, "", "bit_count"]], "arkouda.pdarray": [[28, 3, 1, "id775", "BinOps"], [28, 3, 1, "id776", "OpEqOps"], [93, 4, 1, "", "all"], [93, 4, 1, "", "any"], [93, 4, 1, "", "argmax"], [93, 4, 1, "", "argmaxk"], [93, 4, 1, "", "argmin"], [93, 4, 1, "", "argmink"], [28, 4, 1, "id784", "astype"], [28, 4, 1, "id785", "attach"], [28, 4, 1, "id786", "bigint_to_uint_arrays"], [28, 4, 1, "id787", "clz"], [28, 4, 1, "id788", "corr"], [28, 4, 1, "id789", "cov"], [28, 4, 1, "id790", "ctz"], [95, 3, 1, "", "dtype"], [28, 4, 1, "id791", "fill"], [28, 4, 1, "id792", "format_other"], [28, 4, 1, "id793", "info"], [28, 4, 1, "id794", "is_registered"], [93, 4, 1, "", "is_sorted"], [95, 3, 1, "", "itemsize"], [93, 4, 1, "", "max"], [28, 6, 1, "id773", "max_bits"], [93, 4, 1, "", "maxk"], [93, 4, 1, "", "mean"], [93, 4, 1, "", "min"], [93, 4, 1, "", "mink"], [95, 3, 1, "", "name"], [28, 6, 1, "id774", "nbytes"], [95, 3, 1, "", "ndim"], [28, 3, 1, "id777", "objType"], [28, 4, 1, "id801", "opeq"], [28, 4, 1, "id802", "parity"], [28, 4, 1, "id803", "popcount"], [28, 4, 1, "id804", "pretty_print_info"], [93, 4, 1, "", "prod"], [28, 4, 1, "id806", "register"], [28, 4, 1, "id807", "reshape"], [28, 4, 1, "id808", "rotl"], [28, 4, 1, "id809", "rotr"], [28, 4, 1, "id810", "save"], [95, 3, 1, "", "shape"], [95, 3, 1, "", "size"], [28, 4, 1, "id811", "slice_bits"], [93, 4, 1, "", "std"], [93, 4, 1, "", "sum"], [28, 4, 1, "id814", "to_csv"], [28, 4, 1, "id817", "to_cuda"], [28, 4, 1, "id818", "to_hdf"], [28, 4, 1, "id819", "to_list"], [95, 5, 1, "", "to_ndarray"], [28, 4, 1, "id821", "to_parquet"], [28, 4, 1, "id822", "transfer"], [28, 4, 1, "id823", "unregister"], [28, 4, 1, "id824", "update_hdf"], [28, 4, 1, "id825", "value_counts"], [93, 4, 1, "", "var"]], "arkouda.pdarrayclass": [[39, 7, 1, "", "RegistrationError"], [39, 5, 1, "", "all"], [39, 5, 1, "", "any"], [39, 5, 1, "", "argmax"], [39, 5, 1, "", "argmaxk"], [39, 5, 1, "", "argmin"], [39, 5, 1, "", "argmink"], [39, 5, 1, "", "attach_pdarray"], [39, 5, 1, "", "broadcast_to_shape"], [39, 5, 1, "", "clear"], [39, 5, 1, "", "clz"], [39, 5, 1, "", "corr"], [39, 5, 1, "", "cov"], [39, 5, 1, "", "ctz"], [39, 5, 1, "", "divmod"], [39, 5, 1, "", "dot"], [39, 5, 1, "", "fmod"], [39, 5, 1, "", "is_sorted"], [39, 5, 1, "", "max"], [39, 5, 1, "", "maxk"], [39, 5, 1, "", "mean"], [39, 5, 1, "", "min"], [39, 5, 1, "", "mink"], [39, 5, 1, "", "mod"], [39, 5, 1, "", "parity"], [39, 2, 1, "", "pdarray"], [39, 5, 1, "", "popcount"], [39, 5, 1, "", "power"], [39, 5, 1, "", "prod"], [39, 5, 1, "", "rotl"], [39, 5, 1, "", "rotr"], [39, 5, 1, "", "sqrt"], [39, 5, 1, "", "std"], [39, 5, 1, "", "sum"], [39, 5, 1, "", "unregister_pdarray_by_name"], [39, 5, 1, "", "var"]], "arkouda.pdarrayclass.pdarray": [[39, 3, 1, "", "BinOps"], [39, 3, 1, "", "OpEqOps"], [39, 4, 1, "", "all"], [39, 4, 1, "", "any"], [39, 4, 1, "", "argmax"], [39, 4, 1, "", "argmaxk"], [39, 4, 1, "", "argmin"], [39, 4, 1, "", "argmink"], [39, 4, 1, "", "astype"], [39, 4, 1, "", "attach"], [39, 4, 1, "", "bigint_to_uint_arrays"], [39, 4, 1, "", "clz"], [39, 4, 1, "", "corr"], [39, 4, 1, "", "cov"], [39, 4, 1, "", "ctz"], [39, 3, 1, "", "dtype"], [39, 4, 1, "", "fill"], [39, 4, 1, "", "format_other"], [39, 4, 1, "", "info"], [39, 4, 1, "", "is_registered"], [39, 4, 1, "", "is_sorted"], [39, 3, 1, "", "itemsize"], [39, 4, 1, "", "max"], [39, 6, 1, "", "max_bits"], [39, 4, 1, "", "maxk"], [39, 4, 1, "", "mean"], [39, 4, 1, "", "min"], [39, 4, 1, "", "mink"], [39, 3, 1, "", "name"], [39, 6, 1, "", "nbytes"], [39, 3, 1, "", "ndim"], [39, 3, 1, "", "objType"], [39, 4, 1, "", "opeq"], [39, 4, 1, "", "parity"], [39, 4, 1, "", "popcount"], [39, 4, 1, "", "pretty_print_info"], [39, 4, 1, "", "prod"], [39, 4, 1, "", "register"], [39, 4, 1, "", "reshape"], [39, 4, 1, "", "rotl"], [39, 4, 1, "", "rotr"], [39, 4, 1, "", "save"], [39, 3, 1, "", "shape"], [39, 3, 1, "", "size"], [39, 4, 1, "", "slice_bits"], [39, 4, 1, "", "std"], [39, 4, 1, "", "sum"], [39, 4, 1, "", "to_csv"], [39, 4, 1, "", "to_cuda"], [39, 4, 1, "", "to_hdf"], [39, 4, 1, "", "to_list"], [39, 4, 1, "", "to_ndarray"], [39, 4, 1, "", "to_parquet"], [39, 4, 1, "", "transfer"], [39, 4, 1, "", "unregister"], [39, 4, 1, "", "update_hdf"], [39, 4, 1, "", "value_counts"], [39, 4, 1, "", "var"]], "arkouda.pdarraycreation": [[40, 5, 1, "", "arange"], [40, 5, 1, "", "array"], [40, 5, 1, "", "bigint_from_uint_arrays"], [40, 5, 1, "", "from_series"], [40, 5, 1, "", "full"], [40, 5, 1, "", "full_like"], [40, 5, 1, "", "linspace"], [40, 5, 1, "", "ones"], [40, 5, 1, "", "ones_like"], [40, 5, 1, "", "randint"], [40, 5, 1, "", "random_strings_lognormal"], [40, 5, 1, "", "random_strings_uniform"], [40, 5, 1, "", "standard_normal"], [40, 5, 1, "", "uniform"], [40, 5, 1, "", "zeros"], [40, 5, 1, "", "zeros_like"]], "arkouda.pdarraysetops": [[41, 5, 1, "", "concatenate"], [41, 5, 1, "", "in1d"], [41, 5, 1, "", "indexof1d"], [41, 5, 1, "", "intersect1d"], [41, 5, 1, "", "setdiff1d"], [41, 5, 1, "", "setxor1d"], [41, 5, 1, "", "union1d"]], "arkouda.plotting": [[42, 5, 1, "", "hist_all"], [42, 5, 1, "", "plot_dist"]], "arkouda.random": [[96, 2, 1, "", "Generator"], [43, 0, 0, "-", "_generator"], [44, 0, 0, "-", "_legacy"], [96, 5, 1, "", "default_rng"], [45, 5, 1, "", "randint"], [45, 5, 1, "", "standard_normal"], [45, 5, 1, "", "uniform"]], "arkouda.random.Generator": [[45, 4, 1, "", "choice"], [96, 5, 1, "", "integers"], [45, 4, 1, "", "permutation"], [96, 5, 1, "", "random"], [45, 4, 1, "", "shuffle"], [96, 5, 1, "", "standard_normal"], [96, 5, 1, "", "uniform"]], "arkouda.random._generator": [[43, 2, 1, "", "Generator"], [43, 5, 1, "", "default_rng"]], "arkouda.random._generator.Generator": [[43, 4, 1, "", "choice"], [43, 4, 1, "", "integers"], [43, 4, 1, "", "permutation"], [43, 4, 1, "", "random"], [43, 4, 1, "", "shuffle"], [43, 4, 1, "", "standard_normal"], [43, 4, 1, "", "uniform"]], "arkouda.random._legacy": [[44, 5, 1, "", "randint"], [44, 5, 1, "", "standard_normal"], [44, 5, 1, "", "uniform"]], "arkouda.row": [[46, 2, 1, "", "Row"]], "arkouda.scipy": [[47, 2, 1, "", "Power_divergenceResult"], [47, 5, 1, "", "chisquare"], [47, 5, 1, "", "power_divergence"], [48, 0, 0, "-", "special"], [49, 0, 0, "-", "stats"]], "arkouda.scipy.Power_divergenceResult": [[47, 3, 1, "", "pvalue"], [47, 3, 1, "", "statistic"]], "arkouda.scipy.special": [[48, 5, 1, "", "xlogy"]], "arkouda.scipy.stats": [[49, 2, 1, "", "chi2"]], "arkouda.scipy.stats.chi2": [[49, 4, 1, "", "a"], [49, 4, 1, "", "b"], [49, 4, 1, "", "badvalue"], [49, 4, 1, "", "generic_moment"], [49, 4, 1, "", "moment_type"], [49, 4, 1, "", "name"], [49, 4, 1, "", "numargs"], [49, 4, 1, "", "shapes"], [49, 4, 1, "", "vecentropy"], [49, 4, 1, "", "xtol"]], "arkouda.security": [[50, 5, 1, "", "generate_token"], [50, 5, 1, "", "generate_username_token_json"], [50, 5, 1, "", "get_arkouda_client_directory"], [50, 5, 1, "", "get_home_directory"], [50, 5, 1, "", "get_username"], [50, 1, 1, "", "username_tokenizer"]], "arkouda.segarray": [[51, 1, 1, "", "LEN_SUFFIX"], [51, 1, 1, "", "SEG_SUFFIX"], [51, 2, 1, "", "SegArray"], [51, 1, 1, "", "VAL_SUFFIX"], [51, 5, 1, "", "segarray"]], "arkouda.segarray.SegArray": [[51, 4, 1, "", "AND"], [51, 4, 1, "", "OR"], [51, 4, 1, "", "XOR"], [51, 4, 1, "", "aggregate"], [51, 4, 1, "", "all"], [51, 4, 1, "", "any"], [51, 4, 1, "", "append"], [51, 4, 1, "", "append_single"], [51, 4, 1, "", "argmax"], [51, 4, 1, "", "argmin"], [51, 4, 1, "", "attach"], [51, 4, 1, "", "concat"], [51, 4, 1, "", "copy"], [51, 4, 1, "", "filter"], [51, 4, 1, "", "from_multi_array"], [51, 4, 1, "", "from_parts"], [51, 4, 1, "", "from_return_msg"], [51, 4, 1, "", "get_jth"], [51, 4, 1, "", "get_length_n"], [51, 4, 1, "", "get_ngrams"], [51, 4, 1, "", "get_prefixes"], [51, 4, 1, "", "get_suffixes"], [51, 6, 1, "", "grouping"], [51, 4, 1, "", "hash"], [51, 4, 1, "", "intersect"], [51, 4, 1, "", "is_registered"], [51, 4, 1, "", "load"], [51, 4, 1, "", "max"], [51, 4, 1, "", "mean"], [51, 4, 1, "", "min"], [51, 6, 1, "", "non_empty"], [51, 4, 1, "", "nunique"], [51, 3, 1, "", "objType"], [51, 4, 1, "", "prepend_single"], [51, 4, 1, "", "prod"], [51, 4, 1, "", "read_hdf"], [51, 4, 1, "", "register"], [51, 4, 1, "", "remove_repeats"], [51, 4, 1, "", "save"], [51, 4, 1, "", "set_jth"], [51, 4, 1, "", "setdiff"], [51, 4, 1, "", "setxor"], [51, 4, 1, "", "sum"], [51, 4, 1, "", "to_hdf"], [51, 4, 1, "", "to_list"], [51, 4, 1, "", "to_ndarray"], [51, 4, 1, "", "to_parquet"], [51, 4, 1, "", "transfer"], [51, 4, 1, "", "union"], [51, 4, 1, "", "unique"], [51, 4, 1, "", "unregister"], [51, 4, 1, "", "unregister_segarray_by_name"], [51, 4, 1, "", "update_hdf"]], "arkouda.series": [[52, 2, 1, "", "Series"]], "arkouda.series.Series": [[52, 4, 1, "", "add"], [52, 4, 1, "", "argmax"], [52, 4, 1, "", "argmin"], [52, 6, 1, "", "at"], [52, 4, 1, "", "attach"], [52, 4, 1, "", "concat"], [52, 4, 1, "", "diff"], [52, 4, 1, "", "dt"], [52, 4, 1, "", "fillna"], [52, 4, 1, "", "from_return_msg"], [52, 4, 1, "", "has_repeat_labels"], [52, 4, 1, "", "hasnans"], [52, 4, 1, "", "head"], [52, 6, 1, "", "iat"], [52, 6, 1, "", "iloc"], [52, 4, 1, "", "is_registered"], [52, 4, 1, "", "isin"], [52, 4, 1, "", "isna"], [52, 4, 1, "", "isnull"], [52, 6, 1, "", "loc"], [52, 4, 1, "", "locate"], [52, 4, 1, "", "map"], [52, 4, 1, "", "max"], [52, 4, 1, "", "mean"], [52, 4, 1, "", "memory_usage"], [52, 4, 1, "", "min"], [52, 4, 1, "", "notna"], [52, 4, 1, "", "notnull"], [52, 4, 1, "", "objType"], [52, 4, 1, "", "pdconcat"], [52, 4, 1, "", "prod"], [52, 4, 1, "", "register"], [52, 6, 1, "", "shape"], [52, 4, 1, "", "sort_index"], [52, 4, 1, "", "sort_values"], [52, 4, 1, "", "std"], [52, 4, 1, "", "str_acc"], [52, 4, 1, "", "sum"], [52, 4, 1, "", "tail"], [52, 4, 1, "", "to_dataframe"], [52, 4, 1, "", "to_list"], [52, 4, 1, "", "to_markdown"], [52, 4, 1, "", "to_pandas"], [52, 4, 1, "", "topn"], [52, 4, 1, "", "unregister"], [52, 4, 1, "", "validate_key"], [52, 4, 1, "", "validate_val"], [52, 4, 1, "", "value_counts"], [52, 4, 1, "", "var"]], "arkouda.sorting": [[53, 5, 1, "", "argsort"], [53, 5, 1, "", "coargsort"], [53, 5, 1, "", "sort"]], "arkouda.strings": [[54, 2, 1, "", "Strings"]], "arkouda.strings.Strings": [[54, 3, 1, "", "BinOps"], [54, 4, 1, "", "astype"], [54, 4, 1, "", "attach"], [54, 4, 1, "", "cached_regex_patterns"], [54, 4, 1, "", "capitalize"], [54, 4, 1, "", "contains"], [54, 4, 1, "", "decode"], [54, 3, 1, "", "dtype"], [54, 4, 1, "", "encode"], [54, 4, 1, "", "endswith"], [54, 3, 1, "", "entry"], [54, 4, 1, "", "find_locations"], [54, 4, 1, "", "findall"], [54, 4, 1, "", "flatten"], [54, 4, 1, "", "from_parts"], [54, 4, 1, "", "from_return_msg"], [54, 4, 1, "", "fullmatch"], [54, 4, 1, "", "get_bytes"], [54, 4, 1, "", "get_lengths"], [54, 4, 1, "", "get_offsets"], [54, 4, 1, "", "get_prefixes"], [54, 4, 1, "", "get_suffixes"], [54, 4, 1, "", "group"], [54, 4, 1, "", "hash"], [54, 4, 1, "", "info"], [54, 4, 1, "", "is_registered"], [54, 4, 1, "", "isalnum"], [54, 4, 1, "", "isalpha"], [54, 4, 1, "", "isdecimal"], [54, 4, 1, "", "isdigit"], [54, 4, 1, "", "isempty"], [54, 4, 1, "", "islower"], [54, 4, 1, "", "isspace"], [54, 4, 1, "", "istitle"], [54, 4, 1, "", "isupper"], [54, 3, 1, "", "logger"], [54, 4, 1, "", "lower"], [54, 4, 1, "", "lstick"], [54, 4, 1, "", "match"], [54, 3, 1, "", "nbytes"], [54, 3, 1, "", "ndim"], [54, 3, 1, "", "objType"], [54, 4, 1, "", "peel"], [54, 4, 1, "", "pretty_print_info"], [54, 4, 1, "", "purge_cached_regex_patterns"], [54, 4, 1, "", "register"], [54, 4, 1, "", "rpeel"], [54, 4, 1, "", "save"], [54, 4, 1, "", "search"], [54, 3, 1, "", "shape"], [54, 3, 1, "", "size"], [54, 4, 1, "", "split"], [54, 4, 1, "", "startswith"], [54, 4, 1, "", "stick"], [54, 4, 1, "", "strip"], [54, 4, 1, "", "sub"], [54, 4, 1, "", "subn"], [54, 4, 1, "", "title"], [54, 4, 1, "", "to_csv"], [54, 4, 1, "", "to_hdf"], [54, 4, 1, "", "to_list"], [54, 4, 1, "", "to_ndarray"], [54, 4, 1, "", "to_parquet"], [54, 4, 1, "", "transfer"], [54, 4, 1, "", "unregister"], [54, 4, 1, "", "unregister_strings_by_name"], [54, 4, 1, "", "update_hdf"], [54, 4, 1, "", "upper"]], "arkouda.timeclass": [[55, 2, 1, "", "Datetime"], [55, 2, 1, "", "Timedelta"], [55, 5, 1, "", "date_range"], [55, 5, 1, "", "timedelta_range"]], "arkouda.timeclass.Datetime": [[55, 6, 1, "", "date"], [55, 6, 1, "", "day"], [55, 6, 1, "", "day_of_week"], [55, 6, 1, "", "day_of_year"], [55, 6, 1, "", "dayofweek"], [55, 6, 1, "", "dayofyear"], [55, 6, 1, "", "hour"], [55, 6, 1, "", "is_leap_year"], [55, 4, 1, "", "is_registered"], [55, 4, 1, "", "isocalendar"], [55, 6, 1, "", "microsecond"], [55, 6, 1, "", "millisecond"], [55, 6, 1, "", "minute"], [55, 6, 1, "", "month"], [55, 6, 1, "", "nanosecond"], [55, 4, 1, "", "register"], [55, 6, 1, "", "second"], [55, 3, 1, "", "special_objType"], [55, 4, 1, "", "sum"], [55, 3, 1, "", "supported_opeq"], [55, 3, 1, "", "supported_with_datetime"], [55, 3, 1, "", "supported_with_pdarray"], [55, 3, 1, "", "supported_with_r_datetime"], [55, 3, 1, "", "supported_with_r_pdarray"], [55, 3, 1, "", "supported_with_r_timedelta"], [55, 3, 1, "", "supported_with_timedelta"], [55, 4, 1, "", "to_pandas"], [55, 4, 1, "", "unregister"], [55, 6, 1, "", "week"], [55, 6, 1, "", "weekday"], [55, 6, 1, "", "weekofyear"], [55, 6, 1, "", "year"]], "arkouda.timeclass.Timedelta": [[55, 4, 1, "", "abs"], [55, 6, 1, "", "components"], [55, 6, 1, "", "days"], [55, 4, 1, "", "is_registered"], [55, 6, 1, "", "microseconds"], [55, 6, 1, "", "nanoseconds"], [55, 4, 1, "", "register"], [55, 6, 1, "", "seconds"], [55, 3, 1, "", "special_objType"], [55, 4, 1, "", "std"], [55, 4, 1, "", "sum"], [55, 3, 1, "", "supported_opeq"], [55, 3, 1, "", "supported_with_datetime"], [55, 3, 1, "", "supported_with_pdarray"], [55, 3, 1, "", "supported_with_r_datetime"], [55, 3, 1, "", "supported_with_r_pdarray"], [55, 3, 1, "", "supported_with_r_timedelta"], [55, 3, 1, "", "supported_with_timedelta"], [55, 4, 1, "", "to_pandas"], [55, 4, 1, "", "total_seconds"], [55, 4, 1, "", "unregister"]], "arkouda.util": [[56, 5, 1, "", "attach"], [56, 5, 1, "", "attach_all"], [56, 5, 1, "", "broadcast_dims"], [56, 5, 1, "", "concatenate"], [56, 5, 1, "", "convert_bytes"], [56, 5, 1, "", "convert_if_categorical"], [56, 5, 1, "", "enrich_inplace"], [56, 5, 1, "", "expand"], [56, 5, 1, "", "generic_concat"], [56, 5, 1, "", "get_callback"], [56, 5, 1, "", "identity"], [56, 5, 1, "", "invert_permutation"], [56, 5, 1, "", "is_float"], [56, 5, 1, "", "is_int"], [56, 5, 1, "", "is_numeric"], [56, 5, 1, "", "is_registered"], [56, 5, 1, "", "map"], [56, 5, 1, "", "most_common"], [56, 5, 1, "", "register"], [56, 5, 1, "", "register_all"], [56, 5, 1, "", "report_mem"], [56, 5, 1, "", "sparse_sum_help"], [56, 5, 1, "", "unregister"], [56, 5, 1, "", "unregister_all"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "data", "Python data"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "function", "Python function"], "6": ["py", "property", "Python property"], "7": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:data", "2": "py:class", "3": "py:attribute", "4": "py:method", "5": "py:function", "6": "py:property", "7": "py:exception"}, "terms": {"": [0, 1, 2, 3, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31, 32, 37, 38, 39, 49, 50, 51, 52, 54, 55, 56, 58, 61, 62, 66, 75, 76, 77, 80, 81, 82, 84, 87, 88, 89, 91, 92, 93, 95, 97, 98, 100, 101], "0": [0, 3, 6, 11, 15, 16, 20, 21, 22, 24, 26, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 66, 67, 68, 73, 76, 77, 79, 80, 82, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "00": [24, 28, 59], "00000000000000000": [24, 28, 29, 37, 48, 56, 91], "00000000000003": [26, 28, 92], "00018361238254747651": 59, "0001_0d4865d7c9453adc6af6409568da326845c358b9_20230406_165330": 59, "0002": 59, "0002090000002681336": 59, "0009575499998391024": 59, "001": 49, "001326192548940973": 59, "0014_31de39be8b19c76d073a8999def6673a305c250d_20230405_145759_uncommit": 59, "0015_31de39be8b19c76d073a8999def6673a305c250d_20230405_145947_uncommit": 59, "00383609999971668": 59, "0039507749997937935": 59, "0040258999997604406": 59, "004057779999857303": 59, "004066600000442122": 59, "004131924999910552": 59, "004159775000061927": 59, "004246700000294368": 59, "0043372999998609885": 59, "0048064200000226265": 59, "005089474999749655": 59, "007168699999965611": 59, "01": [28, 40, 49, 59, 62, 64], "013": 93, "0197": 59, "02": 59, "020288899999286514": 59, "021728052940979934": [28, 43, 45, 96], "024032100000113132": 59, "03": 59, "030785499755523249": [28, 43, 45, 96], "03960235520756414": [28, 47], "04": [59, 80], "04380595350226197": [28, 47], "0441791878997098": [28, 40, 44, 45], "0472855509390593": [28, 37, 87], "04t12": 59, "04t16": 59, "05": 73, "05309592737584": [28, 37, 87], "0550596900172": 59, "055256829926011691": [28, 43, 45, 96], "05t15": 59, "06": 59, "0625": [24, 28], "07": 59, "07734942223993": 93, "083130710959903542": [28, 40, 44, 45, 90], "08505865366367038": [28, 43, 45, 96], "085536923187668": [28, 37, 87], "0889": 59, "09": [59, 76], "0954451150103321": [26, 28, 92], "097392": 59, "0b10": [28, 39], "0b100": 49, "0b101111111111111111111111111111111111111111111111111111111111111111": [28, 39], "0x1": 38, "0x1p": 38, "0x7f2cf23e10c0": [24, 28, 91], "1": [0, 1, 3, 6, 14, 19, 20, 21, 22, 24, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 63, 66, 67, 68, 71, 73, 76, 77, 78, 79, 80, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "10": [3, 21, 24, 26, 28, 31, 37, 38, 39, 40, 42, 43, 44, 45, 47, 49, 51, 52, 53, 54, 56, 58, 59, 66, 75, 77, 79, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98], "100": [24, 28, 37, 39, 42, 49, 52, 56, 59, 66, 87], "1000": [24, 28, 29, 33, 49, 85, 93], "10000": 22, "100000": 66, "100000000": 82, "101": 54, "1024": [1, 28, 39], "104": 54, "105": [0, 22], "1073741824": [24, 28, 91], "1074": 38, "108": [26, 28, 92], "109302162163285": [28, 47], "11": [3, 24, 28, 37, 38, 51, 56, 59, 64, 66, 67, 87, 88, 91, 93, 94, 97], "110": 54, "110680464442257309696": [3, 28], "110680464442257309708": [3, 28], "111": [24, 28, 54, 91], "11111111111111116": [26, 28, 92], "114": 54, "116": 54, "119": 54, "12": [3, 24, 26, 28, 31, 37, 47, 51, 54, 56, 59, 79, 87, 88, 92, 94, 97], "120": 54, "121": 54, "122": 54, "1234": [21, 24, 28, 31, 39, 51, 54, 62], "1235": [21, 24, 28, 31, 39, 51, 54], "1236": [21, 24, 28, 31, 39, 51, 54], "1237": [21, 24, 28, 31, 39, 51, 54], "127": [38, 60], "128": [21, 28, 37, 38, 51, 54], "13": [28, 37, 43, 45, 56, 59, 76, 79, 87, 88, 93, 94, 96], "134": [28, 37, 87], "14": [24, 26, 28, 43, 45, 49, 54, 59, 66, 67, 76, 87, 88, 92, 94, 96], "14159": [28, 37, 38], "1436": 59, "15": [3, 21, 24, 28, 43, 45, 54, 77, 88, 94, 96], "1514764800000000000": [28, 40], "15461882265": 73, "158": 59, "1598310770203937": [28, 37, 87], "16": [24, 28, 37, 38, 43, 45, 56, 59, 60, 61, 76, 77, 87, 88, 94, 96], "160": [28, 39], "1622479306453748": [28, 37, 87], "16400145561571539": [28, 43, 45, 96], "166020696663385964564": [3, 28], "166020696663385964574": [3, 28], "17": [59, 66, 88, 94], "1723810583573375": [28, 40, 44, 45], "18": [24, 28, 39, 43, 45, 59, 87, 88, 94, 96], "18446744073709551616": [28, 39, 40], "18446744073709551617": [28, 39, 40], "18446744073709551618": [28, 39, 40], "18446744073709551619": [28, 39, 40], "18446744073709551620": [28, 39, 40], "1882": 59, "18_446_744_073_709_551_615": 38, "19": [28, 37, 56, 88, 94], "1923875335537315": [28, 43, 45, 96], "196608": 59, "1_2___": [35, 54, 101], "1d": [28, 41, 51, 52, 97, 98, 99], "1e": 49, "1string": 54, "2": [0, 3, 20, 21, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 58, 59, 60, 62, 66, 67, 68, 75, 76, 77, 78, 79, 80, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "20": [1, 3, 24, 28, 37, 43, 45, 47, 62, 66, 79, 80, 87, 88, 94, 96], "2000": 59, "2018": [28, 40], "2020": 59, "2022": 77, "2023": [59, 73, 76], "2024": [28, 47], "2047": 38, "2048": [28, 39], "208": 59, "2080": 59, "20ghz": 59, "21": [3, 28, 37, 87, 88], "210": 59, "21589865655358": [28, 37, 87], "22": [3, 28, 38, 87, 88], "2200000000": 59, "2207999000": 59, "222": [24, 28, 91], "2250": 59, "23": [3, 28, 38, 39, 88], "2324_pytest_benchmark_doc": 59, "236": 59, "24": [3, 28, 29, 37, 39, 52, 59, 79, 87, 88], "246": 59, "25": [3, 26, 28, 29, 31, 38, 39, 40, 52, 56, 88, 90, 92], "255": 38, "256": [28, 39, 59], "2561": 59, "26": [59, 88], "263": 59, "264": 59, "267": 59, "27": [24, 28, 39, 59, 66, 88], "28": [56, 88], "281": 59, "29": 88, "2_147_483_647": 38, "2_147_483_648": 38, "2\u00b3x\u2087": 54, "2\u00b3\u2087": 54, "3": [20, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 56, 58, 59, 66, 67, 68, 76, 77, 79, 82, 83, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 99, 101], "30": [3, 28, 29, 47, 52, 56, 63, 79, 88], "3000": [28, 52], "30013431967121934": [28, 40, 44, 45], "3025850929940459": [28, 37, 87], "31": [62, 80], "317766166719343": [28, 48], "31de39be8b19c76d073a8999def6673a305c250d": 59, "32": [28, 37, 38, 39, 50, 59, 66, 68, 76, 77], "3219280948873626": [28, 37, 87], "324": 38, "32_767": 38, "32_768": 38, "33": [28, 37, 87], "3304": 59, "3306": 59, "333": [24, 28, 91], "333333333333333": [26, 28, 92], "33333333333333326": [26, 28, 92], "33333333333333337": [26, 28, 92], "33333333333333348": [26, 28, 92], "333333333333334": [28, 47], "35": 66, "350": 59, "35000": 66, "353429832157099": [28, 40, 44, 45, 90], "36": [49, 93], "3620": 59, "36893488147419103233": [3, 28], "37": 66, "3805": 59, "384": [28, 39], "38552048588998722": [28, 43, 45, 96], "3890560989306504": [28, 37, 87], "39": [24, 28, 59], "3dnowprefetch": 59, "3q4kc": [28, 40], "4": [20, 21, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 43, 44, 45, 48, 49, 51, 52, 53, 54, 56, 59, 66, 68, 76, 77, 79, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 99, 101], "40000": [24, 28], "4097": 59, "4110385860243131": [28, 37, 87], "4142135623730951": [28, 39], "41619265571741659": [28, 40], "4177": 59, "42": 94, "4231": 59, "4298": 59, "4328": 59, "44017172817806": 59, "4444": 59, "45": [28, 37], "450": [28, 37, 87], "454368507659211": [28, 37, 87], "457": 22, "46": [28, 37, 52, 87], "4608": [28, 39], "4621": 59, "4657359027997265": [28, 48], "47108547995356098": [28, 43, 45, 96], "47383036230759112": [28, 40, 44, 45], "478894913238722": [28, 37, 87], "48": [28, 29, 52], "4869": 59, "4875": 59, "4930614433405491": [28, 48], "494295836924771": [28, 37, 87], "4_294_967_295": 38, "4k": [28, 40], "5": [3, 20, 21, 22, 24, 26, 28, 29, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 59, 66, 67, 68, 70, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 95, 96, 97, 99, 101], "50": [59, 66], "500": [22, 60, 63], "5000": [24, 28], "512": [28, 39], "52": [38, 66], "5246": 59, "5255": 59, "5275252316519465": [26, 28, 92], "53": [28, 37], "5306": 59, "5392023718621486": [28, 40, 44, 45, 90], "54": [28, 37, 87], "544": 16, "55": 49, "5541": 59, "5555": [22, 73, 100], "55555555555555536": [26, 28, 92], "55555555555555558": [26, 28, 92], "5571769623557188": [28, 37, 87], "56": [28, 39, 67], "5622": 59, "5652": 59, "567584107142031": [28, 40, 44, 45], "57": 59, "5728783400481925": [28, 37, 87], "57600036956445599": [28, 40], "58": 59, "5801": 59, "5835189384561099": [28, 48], "5837": 59, "598150033144236": [28, 37, 87], "5____6___7": [54, 101], "5e": [38, 59], "5h": [28, 55], "5oz1": [28, 40], "6": [3, 20, 24, 26, 28, 29, 31, 37, 39, 40, 41, 48, 49, 51, 54, 56, 59, 66, 76, 77, 79, 80, 82, 84, 87, 88, 90, 91, 92, 93, 94, 97, 99, 101], "60": [28, 39], "6051701859880918": [28, 37, 87], "6094379124341003": [28, 48], "61": [28, 39], "6125": 59, "62": [28, 39, 59], "62511314008006458": [28, 43, 45, 96], "63": [28, 37, 39, 95], "64": [23, 28, 37, 38, 39, 40, 44, 45, 59, 90, 91, 95], "6438561897747253": [28, 37, 87], "6450": 59, "6465": 59, "647": 22, "64bit": 59, "65": [28, 39], "65_535": 38, "6615356693784662": [28, 40], "6666666666666665": [26, 28, 92], "68586185091150265": [28, 40, 44, 45], "6864": 59, "68894208386667544": [28, 40, 44, 45, 90], "7": [24, 26, 28, 29, 37, 38, 39, 40, 41, 43, 44, 45, 48, 51, 52, 53, 56, 66, 76, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 96, 97, 99], "7085325853376141": [28, 43, 45, 96], "71": 66, "710615785506533": [28, 37, 87], "7182818284590451": [28, 37, 87], "7320508075688772": [28, 39], "7336": 59, "75": [26, 28, 40, 90, 92], "75000": 66, "754": 38, "7544": 59, "7659": 59, "77000": 66, "77777777777777768": [26, 28, 92], "77777777777777779": [26, 28, 92], "7852": 59, "78523998586553": [28, 37, 87], "79": 59, "7912": 59, "7999999999999998": [26, 28, 92], "8": [24, 26, 28, 31, 37, 38, 39, 40, 43, 44, 45, 47, 48, 51, 53, 54, 59, 66, 67, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 95, 96, 97], "80": 66, "8075": 59, "8377304471659395": [28, 48], "8380": 59, "84": 66, "84010843172504": [28, 37, 87], "86": [24, 28], "87": 59, "875": [28, 52], "8750h": 59, "8797352989638163": [28, 43, 45, 96], "88": 59, "8800": 59, "88281": [24, 28], "896": [28, 39], "9": [3, 21, 24, 26, 28, 31, 37, 39, 40, 51, 53, 54, 56, 59, 66, 76, 77, 84, 86, 87, 88, 90, 91, 92, 93, 94, 97, 101], "90": 59, "9012": 59, "9160772326374946": [28, 40, 44, 45, 90], "9177": 59, "92176432277231968": [28, 40, 44, 45, 90], "921f9f01b866ep": 38, "92233720368547758085": [3, 28], "92233720368547758090": [3, 28], "92233720368547758091": [3, 28], "92233720368547758095": [3, 28], "931": 79, "9314718055994531": [28, 48], "934176000000015": 93, "9362": 22, "94": 59, "9437184": 59, "9442193396379163": 28, "945880905466208": [28, 37, 87], "96": [28, 39], "9602": 22, "9683": 22, "984375": 38, "99": [24, 28, 49, 59, 91], "990": 79, "999": 49, "9991": 59, "99999": 0, "9999999999999982": [26, 28, 92], "999999999999ap": 38, "9_223_372_036_854_775_807": 38, "9_223_372_036_854_775_808": 38, "A": [1, 2, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 37, 39, 40, 42, 43, 45, 49, 50, 51, 52, 54, 56, 62, 66, 72, 82, 84, 87, 88, 89, 91, 93, 94, 95, 96, 97, 98, 99, 101], "AND": [26, 28, 51, 83, 92], "And": [49, 95], "As": [0, 28, 37, 39, 49, 52, 62, 67, 69, 76, 77, 84, 87, 95, 98, 101], "At": [28, 37, 39, 87], "Be": [0, 24, 28, 29, 31, 39, 54, 58], "But": [3, 28], "By": [20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 41, 51, 54, 55, 88, 92, 99, 101], "For": [0, 2, 3, 4, 16, 21, 24, 26, 28, 31, 35, 40, 43, 44, 45, 49, 53, 54, 55, 56, 58, 59, 63, 66, 71, 73, 75, 76, 77, 78, 81, 84, 86, 90, 92, 93, 94, 95, 96, 97, 99, 101], "IN": 66, "If": [0, 1, 3, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 35, 36, 37, 39, 40, 41, 43, 45, 49, 51, 52, 54, 55, 56, 58, 60, 61, 62, 63, 67, 68, 70, 73, 75, 76, 77, 78, 80, 81, 84, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101], "In": [21, 24, 26, 28, 31, 37, 39, 43, 45, 54, 58, 59, 60, 62, 63, 66, 73, 75, 76, 78, 80, 84, 87, 92, 93, 94, 96, 97, 100, 101], "It": [0, 4, 23, 24, 28, 39, 50, 51, 56, 60, 61, 64, 66, 67, 68, 70, 73, 75, 76, 77, 80, 91, 92, 97], "NO": 59, "NOT": [24, 28, 29, 31, 37, 39, 54, 75, 84, 95], "No": [28, 39, 75, 80], "Not": [28, 31, 37, 52, 55, 59, 91], "ONE": 68, "OR": [26, 28, 51, 62, 83, 92], "Of": [28, 55], "On": [21, 22, 28, 100], "One": [24, 26, 28, 29, 39, 52, 56, 66, 92, 98], "Ones": [28, 40, 90], "Or": 62, "Such": 16, "The": [0, 1, 2, 3, 4, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 62, 66, 67, 68, 69, 73, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101], "There": [1, 26, 28, 31, 37, 59, 66, 75, 80, 90, 99], "These": [1, 16, 24, 28, 52, 66, 68, 71, 73, 84], "To": [0, 1, 24, 26, 28, 37, 43, 45, 49, 55, 58, 59, 60, 64, 67, 73, 75, 77, 78, 88, 89, 91, 93, 95, 96, 101], "Will": 59, "With": [26, 28, 78, 88, 92, 94], "_": [3, 28, 35, 54, 101], "__": [35, 54, 101], "__4___5____6___7": [35, 54, 101], "___": [54, 101], "____": [35, 54, 101], "__all__": 58, "__allsymbols__": [28, 30], "__array_function__": 4, "__dict__": 78, "__init__": [2, 28], "__int__": 49, "__registeredsymbols__": [28, 30], "__str__": [24, 26, 28, 49, 52], "_abstractbasetim": [28, 55], "_array_object": [6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 19], "_base_unit": [28, 55], "_distn_infrastructur": 49, "_filter_arkouda_command": 27, "_get_grouping_kei": [26, 28, 92], "_length": [28, 51], "_local": [20, 21, 24, 28, 29, 31, 39, 51, 54, 68], "_locale0000": [24, 28], "_segment": [28, 51, 68], "_type": [4, 6, 7, 15], "_valu": [28, 51, 68], "_x": [24, 28], "_y": [24, 28], "a1": [28, 33, 37, 87], "a2": [28, 33, 37, 87], "ab": [9, 28, 37, 55, 83, 87], "abc": [28, 29, 67], "abil": 97, "abl": [58, 62, 68, 69, 75, 84], "abm": 59, "abocorhfm": [28, 40], "about": [21, 22, 28, 30, 39, 54, 55, 58, 59, 63, 73, 78, 87, 88, 101], "abov": [28, 43, 45, 49, 59, 64, 66, 73, 75, 76, 91, 96, 101], "abs_dt": [28, 33], "absolut": [1, 28, 37, 38, 55, 78, 87], "abstract": 27, "acceler": 61, "accept": [28, 52, 55, 59, 98], "access": [1, 2, 22, 28, 31, 50, 52, 54, 66, 71, 77, 83, 84, 96, 100], "access_channel": [22, 100], "access_token": [22, 100], "accessor": [28, 57], "accomod": [23, 28], "accomplish": [78, 84], "accord": [23, 24, 28, 29, 37, 52, 56, 91, 95], "accordingli": [28, 40, 68, 90], "account": 80, "accur": 49, "accuraci": 49, "achiev": [3, 28, 75], "aco": 9, "acosh": 9, "across": [24, 28, 31, 68, 84, 96], "act": [16, 28, 39, 58], "action": 62, "activ": [75, 76, 77, 92], "actual": [28, 33, 58, 67], "ad": [20, 21, 23, 24, 28, 29, 31, 34, 38, 39, 51, 54, 63, 65, 66, 70, 75, 84, 100], "add": [0, 1, 9, 20, 21, 24, 26, 28, 31, 43, 45, 51, 52, 58, 62, 75, 76, 77, 78, 80, 91, 92, 96], "addentri": 58, "addit": [1, 26, 28, 37, 42, 43, 45, 58, 60, 68, 70, 76, 95, 96, 99, 100], "addition": [78, 85], "address": [0, 22, 23, 28, 100], "adher": 68, "advanc": 88, "adversari": [28, 37], "adx": 59, "ae": 59, "affect": [23, 28, 43, 45, 96], "after": [0, 21, 24, 28, 54, 62, 64, 75, 91, 96, 101], "ag": 66, "again": [0, 64, 66, 67, 75, 76], "against": [21, 28, 51, 54, 59, 66, 84, 97, 101], "aggreg": [1, 24, 26, 28, 51, 56, 66, 83, 84, 92], "aggress": 84, "aid": [66, 68], "aim": 66, "ak": [0, 1, 3, 9, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 63, 64, 66, 67, 73, 75, 78, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101], "ak_arr": 66, "ak_data": [28, 31, 84], "ak_df": [24, 28, 42, 91], "ak_in1d": 66, "ak_in1dmult": 66, "ak_in1dmulti": 66, "ak_int": 66, "ak_intmult": 66, "ak_io_benchmark": 59, "aka": 50, "akab": 28, "akbool": 28, "akcast": 28, "akfloat64": 28, "akint64": [28, 40, 43, 44, 45], "akstat": [28, 47], "aku": [3, 28, 29, 46, 85], "akuint64": 28, "algorithm": [28, 37, 53, 56, 73, 86], "alia": [24, 26, 28, 38, 51, 52, 55, 91, 92], "alias": [28, 55], "alic": [24, 28, 91], "align": [28, 29, 57], "all": [0, 3, 4, 16, 17, 20, 21, 22, 24, 26, 28, 29, 30, 31, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 51, 54, 55, 56, 58, 59, 62, 63, 64, 67, 68, 70, 73, 76, 77, 78, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 101], "all_scalar": [25, 28, 40, 90], "allclos": 49, "alloc": 22, "allow": [0, 21, 23, 24, 28, 29, 31, 34, 39, 40, 43, 44, 45, 47, 51, 52, 54, 56, 59, 60, 66, 68, 69, 71, 78, 80, 84, 90, 96, 97], "allow_error": [24, 28, 29, 31, 39, 54, 84], "allow_list": [28, 29, 85], "allsymbol": [28, 30], "almost": [89, 91, 95, 101], "alnum": 54, "alon": [89, 101], "along": [24, 26, 28, 37, 40, 90, 99], "alongsid": [28, 31], "alpha": [49, 54, 59, 82], "alphabet": 54, "alphanumer": 54, "alreadi": [0, 1, 21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 63, 67, 68, 70, 75, 89, 92, 99], "also": [1, 3, 4, 21, 23, 26, 28, 33, 37, 40, 41, 49, 51, 52, 54, 61, 63, 66, 67, 69, 70, 71, 73, 76, 80, 84, 90, 94, 95, 97, 99, 101], "altern": [1, 28, 49, 52, 62, 63, 75, 77, 80], "alwai": [0, 26, 28, 31, 39, 55, 67, 84, 87, 89, 91, 92, 93, 95, 101], "amount": [22, 24, 28, 39, 78, 91, 101], "an": [0, 1, 3, 4, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 37, 39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 73, 76, 80, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "anaconda": [1, 73, 75, 80, 81], "anaconda3": [75, 76, 77], "analog": [26, 28, 38, 55, 92], "analyt": 72, "angl": [28, 37], "ani": [0, 3, 17, 20, 21, 24, 26, 28, 29, 30, 31, 32, 37, 39, 40, 43, 45, 51, 52, 54, 58, 59, 62, 64, 68, 70, 76, 77, 83, 87, 91, 92, 93, 95, 96, 97, 101], "anim": [28, 52], "animal_1": [24, 28], "animal_2": [24, 28], "annot": 16, "anoth": [0, 24, 26, 28, 31, 37, 39, 54, 68, 73, 77, 80, 84, 91, 92, 94, 95, 97, 101], "anyon": 0, "anyth": [0, 28, 39, 62], "anywai": [0, 90], "api": [1, 4, 7, 9, 10, 14, 16, 17, 24, 26, 28, 52, 56, 58, 72, 92, 95], "api_specif": [7, 28, 56], "apic": 59, "app": 80, "appear": [3, 21, 24, 26, 28, 29, 31, 39, 41, 52, 54, 62, 92, 93], "append": [20, 21, 24, 26, 28, 29, 31, 39, 41, 51, 54, 68, 70, 83, 90, 92, 101], "append_singl": [28, 51, 83, 97], "appli": [3, 24, 26, 28, 37, 59, 87, 91, 92, 101], "applic": [26, 28, 37, 84, 90, 92, 99], "apply_permut": [24, 28, 91], "appreci": 0, "approach": [78, 97], "appropri": [0, 24, 28, 31, 58, 62, 69, 73, 75, 79, 84], "approv": 0, "approxim": [24, 28], "apt": 76, "ar": [0, 1, 3, 4, 16, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 43, 45, 49, 50, 51, 52, 53, 54, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "arang": [3, 6, 20, 24, 26, 28, 31, 37, 39, 40, 41, 42, 43, 45, 51, 52, 56, 58, 66, 83, 84, 87, 88, 90, 91, 92, 93, 94, 95, 97, 99], "arbitrari": [24, 28, 91], "arbitrarili": [21, 28], "arcco": [9, 28, 37], "arccosh": [9, 28, 37], "arch": 59, "arch_cap": 59, "arch_string_raw": 59, "architectur": 59, "archiv": 76, "arcsin": [9, 28, 37], "arcsinh": [9, 28, 37], "arctan": [9, 28, 37], "arctan2": [9, 28, 37], "arctanh": [9, 28, 37], "area": [49, 59], "aren": [16, 76, 77], "arg": [0, 3, 24, 26, 28, 29, 38, 40, 49, 51, 52, 55, 56, 58, 78, 90, 92], "arg1": 58, "argmax": [12, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "argmaxk": [28, 39, 83, 87, 93], "argmin": [12, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "argmink": [28, 39, 83, 87, 93], "argpars": 79, "args1": [3, 28], "args2": [3, 28], "argsort": [14, 21, 22, 24, 26, 28, 29, 39, 53, 83, 86, 87, 89, 91, 92, 101], "argument": [2, 3, 23, 24, 26, 28, 37, 39, 43, 45, 49, 51, 52, 54, 56, 58, 73, 78, 96, 98], "arithmet": [83, 95], "arkodua": [67, 68], "arkouda": [57, 59, 62, 64, 65, 69, 71, 79, 80, 81, 82, 83, 84, 86, 87, 89, 90, 92, 93, 94, 95, 99], "arkouda_arrow_path": 1, "arkouda_client_directori": [1, 50], "arkouda_client_mod": 1, "arkouda_client_timeout": 1, "arkouda_config_fil": [63, 78], "arkouda_develop": [1, 63], "arkouda_full_stack_test": 1, "arkouda_hdf5_path": 1, "arkouda_hom": 1, "arkouda_iconv_path": 1, "arkouda_idn2_path": 1, "arkouda_key_fil": 1, "arkouda_log_level": [1, 28], "arkouda_mem_alloc": 22, "arkouda_numlocal": 1, "arkouda_password": 1, "arkouda_print_passes_fil": 1, "arkouda_quick_compil": [1, 63, 77], "arkouda_root": 59, "arkouda_serv": [1, 22, 25, 28, 60, 63, 64, 73, 75, 78, 100], "arkouda_server_aggregation_dst_buff_s": 1, "arkouda_server_aggregation_src_buff_s": 1, "arkouda_server_aggregation_yield_frequ": 1, "arkouda_server_connection_info": 1, "arkouda_server_host": 1, "arkouda_server_port": 1, "arkouda_server_user_modul": [1, 78], "arkouda_skip_check_dep": 1, "arkouda_supported_dtyp": [25, 28], "arkouda_tunnel_serv": 1, "arkouda_typ": [24, 28, 29, 31, 39, 54], "arkouda_verbos": 1, "arkouda_vers": 68, "arkouda_zmq_path": 1, "arkoudalogg": [26, 28, 34, 54, 92], "arkoudavers": 0, "arm64": 77, "around": [0, 4, 16, 23, 28, 49, 62, 64], "arr": [28, 41], "arrai": [3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 59, 67, 68, 73, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 101], "arraryview": [20, 28, 88], "array_api": [28, 57], "array_of_size_rank": 68, "array_view": [28, 31, 57, 88], "arrays_and_dtyp": 7, "arraysetop": [58, 99], "arraysetopsmsg": 58, "arrayview": [20, 28, 31, 37, 39, 83, 84, 95], "arri": 56, "arrow": [1, 79], "artifact": 50, "as_compon": [28, 56], "as_index": [24, 28, 91], "as_integer_ratio": 38, "as_perc": 22, "as_seri": [24, 28], "asarrai": [4, 6, 16], "ascend": [24, 26, 28, 29, 37, 39, 52, 85, 91, 93, 98], "ascii": 59, "asia": [28, 55], "asin": 9, "asinh": 9, "ask": 0, "aslogg": 58, "assembl": 54, "assert": [25, 28], "assig": 94, "assign": [0, 21, 24, 26, 28, 52, 67, 68, 83, 89, 92, 97, 101], "assist": [0, 78], "associ": [0, 1, 24, 28, 31, 43, 45, 52, 56, 59, 62, 84, 96, 97, 98], "assum": [2, 24, 26, 28, 31, 40, 41, 52, 62, 67, 68, 69, 76, 77, 81, 84, 91, 92, 98, 99], "assume_sort": [26, 28, 92, 99], "assume_uniqu": [28, 41, 99], "assumpt": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "ast": 79, "astyp": [7, 24, 28, 39, 54], "atan": 9, "atan2": 9, "atanh": 9, "attach": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "attach_al": [28, 56], "attach_pdarrai": [28, 39], "attahc": [28, 39], "attempt": [21, 24, 26, 28, 29, 31, 39, 51, 52, 53, 54, 55, 75, 84, 91, 92], "attent": 59, "attrib": 58, "attribut": [20, 21, 24, 29, 31, 39, 54, 55, 84, 88, 95], "attributi": [28, 39, 95], "authent": [22, 50, 73, 100], "author": 0, "author_tim": 59, "auto": [49, 57, 62], "autoapi": [57, 79], "autoclass": 85, "autom": [1, 62], "automat": [1, 21, 28, 31, 52, 68, 84, 89, 98], "autosav": 59, "av": 58, "avail": [1, 22, 28, 31, 39, 43, 49, 59, 64, 68, 80, 84, 93, 96], "avail_mem": 22, "averag": [26, 28, 39, 40, 59, 87, 92], "avoid": [0, 61, 64], "avx": 59, "avx2": 59, "awar": 0, "awk": 80, "ax": [0, 4, 11, 16, 24, 28, 49], "axi": [10, 11, 12, 14, 15, 17, 19, 24, 28, 29, 42, 51, 52, 53, 86, 91, 97, 98], "b": [21, 22, 24, 26, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 45, 49, 51, 52, 53, 54, 56, 66, 82, 86, 87, 91, 92, 93, 94, 95, 96, 97, 99, 101], "back": [23, 24, 26, 28, 56, 58, 61, 64, 84, 92], "backbon": 95, "backend": [24, 28, 52, 61, 75], "backward": [28, 51, 56, 97], "badvalu": 49, "balanc": [21, 28, 54], "bandwidth": [28, 40, 84], "base": [0, 1, 2, 3, 4, 13, 16, 20, 21, 23, 24, 27, 28, 29, 31, 34, 37, 38, 39, 43, 46, 47, 49, 53, 55, 56, 62, 75, 77, 81, 83, 84, 85, 86, 87, 88, 89, 91, 95, 96, 98, 101], "bash": [76, 77], "bashrc": [76, 77, 80], "basic": [22, 28, 29, 39, 50, 62, 80, 88, 95], "bear": [0, 62, 76, 77], "becaus": [20, 21, 24, 28, 29, 31, 37, 40, 44, 45, 51, 54, 63, 66, 67, 68, 69, 73, 84, 89, 90, 91, 97, 101], "becom": [28, 37], "been": [1, 21, 22, 24, 28, 31, 39, 41, 51, 54, 60, 61, 62, 75, 78, 87, 89, 90], "befor": [0, 28, 55, 59, 75, 84], "begin": [0, 54, 94, 101], "behav": [0, 20, 28, 88], "behavior": [0, 4, 24, 28, 39, 40, 43, 44, 45, 87, 88, 90, 91, 96, 101], "being": [20, 24, 28, 29, 31, 37, 39, 52, 66, 68, 69, 70, 78, 84, 88, 91, 94, 98], "believ": 62, "belong": [21, 28, 89], "below": [28, 42, 49, 59, 60, 66, 75, 76, 77, 79, 84, 91], "bench_decod": 59, "bench_encod": 59, "benchmark": [63, 65, 78, 82], "benchmark_v2": 59, "benefici": [59, 70], "best": [0, 3, 28, 49], "better": [20, 21, 24, 28, 29, 31, 39, 51, 54], "between": [1, 21, 22, 24, 28, 33, 37, 39, 40, 54, 55, 56, 59, 66, 78, 90, 93, 95, 101], "beyond": [28, 39, 66, 87], "bi": [28, 37], "bi_end": [3, 28], "bi_start": [3, 28], "bi_val": [3, 28], "bia": 28, "biggest": 63, "bigint": [25, 28, 37, 39, 40, 59, 84, 90], "bigint_from_uint_arrai": [3, 28, 39, 40], "bigint_to_uint_arrai": [28, 39, 40], "bin": [28, 37, 39, 42, 49, 75, 76, 77, 80, 93], "binari": [23, 28, 40, 76, 77, 87], "binop": [21, 24, 28, 31, 39, 51, 54], "bit": [0, 7, 21, 23, 28, 37, 38, 39, 40, 51, 54, 59, 63, 84, 88, 90, 91, 95], "bit_count": 38, "bittyp": [25, 28], "bitvector": [23, 28], "bitwis": [26, 28, 92, 95], "bitwise_and": 9, "bitwise_invert": 9, "bitwise_left_shift": 9, "bitwise_or": 9, "bitwise_right_shift": 9, "bitwise_xor": 9, "black": 0, "block": [0, 21, 28, 41, 54, 58, 66, 73, 90], "bmi1": 59, "bmi2": 59, "bob": [24, 28, 91], "bodi": 0, "bool": [3, 6, 7, 8, 11, 12, 14, 15, 17, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 51, 52, 53, 54, 55, 56, 59, 68, 82, 84, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "bool_": [21, 28, 38, 39, 54, 55, 93], "bool_onli": [24, 28], "bool_scalar": [25, 28], "boolean": [3, 7, 21, 24, 26, 28, 35, 37, 38, 39, 41, 51, 52, 54, 66, 68, 87, 89, 91, 92, 94, 95, 97, 98, 99, 101], "boost": 75, "borrow": 58, "both": [22, 24, 26, 28, 31, 33, 37, 39, 41, 55, 63, 66, 68, 69, 73, 75, 84, 89, 99, 101], "bottleneck": 61, "bottom": [28, 39, 62], "bound": [28, 39, 40, 44, 45, 51, 55, 90, 97], "boundari": [28, 43, 45, 55, 96], "box": 62, "branch": [0, 58, 59, 62, 75], "brand_raw": 59, "brew": 77, "bring": 62, "broad": 0, "broadcast": [11, 24, 26, 28, 37, 39, 56, 83, 87, 92], "broadcast_arrai": 11, "broadcast_dim": [28, 56], "broadcast_to": 11, "broadcast_to_shap": [28, 39], "broken": 58, "brotli": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "brown": 66, "browser": 75, "buffer": [1, 24, 26, 28, 49, 52], "bug": [62, 65], "build": [1, 26, 28, 59, 62, 65, 73, 76, 80, 92, 100], "build_from_compon": [26, 28, 83, 92], "built": [0, 20, 21, 28, 39, 54, 60, 62, 63, 64, 73, 75, 77, 78, 84, 88, 89, 95, 101], "builtin": [28, 38, 39], "bundl": [76, 77], "button": 62, "bydayofweek": 92, "byte": [20, 21, 24, 25, 28, 29, 31, 33, 38, 39, 40, 49, 52, 54, 56, 68, 73, 84, 88, 89, 91, 95, 101], "bytearrai": 49, "byteord": [25, 28], "bytes_attrib": 54, "bytes_or_buff": [24, 26, 28, 49, 52], "bytes_s": 54, "c": [16, 20, 21, 24, 28, 29, 38, 39, 40, 41, 42, 51, 52, 54, 56, 59, 61, 63, 76, 82, 88, 91, 95, 97, 99, 101], "c1": [28, 37, 87], "c2": [28, 37, 87], "c_string": 68, "cach": [2, 21, 28, 54], "cached_regex_pattern": 54, "cachedaccessor": [2, 28], "calc_string_offset": [28, 31, 84], "calcul": [24, 26, 28, 31, 39, 41, 49, 59, 68, 84, 87, 92, 93, 99], "calculu": [35, 101], "call": [21, 22, 23, 24, 26, 28, 31, 39, 40, 43, 44, 45, 49, 51, 52, 54, 58, 66, 70, 73, 75, 77, 78, 84, 87, 88, 90, 91, 92, 95, 96, 100], "callabl": [4, 23, 24, 28, 91], "callback": [23, 28], "caller": [24, 28, 52, 91], "came": [28, 51, 97], "can": [1, 3, 16, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 44, 45, 49, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "can_cast": 7, "cancel": [28, 37], "cannot": [3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 51, 52, 54, 55, 70, 80, 84, 88, 89, 92, 95, 101], "canon": 38, "capac": [28, 37, 95], "capit": 54, "capitilz": 54, "captur": [1, 35, 101], "care": 59, "carol": [24, 28, 91], "carri": [28, 55], "cartesian": 88, "case": [21, 22, 26, 28, 29, 31, 37, 39, 43, 45, 49, 52, 54, 55, 59, 61, 66, 67, 68, 70, 75, 76, 78, 80, 87, 96, 98], "cask": 77, "caskroom": [75, 77], "cast": [3, 4, 23, 28, 37, 39, 40, 54, 58, 83, 84, 90, 101], "castabl": [28, 48], "cat": [21, 28, 31, 80], "catch": 0, "categor": [24, 26, 28, 29, 31, 37, 41, 52, 53, 56, 57, 83, 84, 86, 87, 90, 91, 92, 93, 95, 98, 99], "categori": [0, 21, 28, 53, 62, 68, 83, 86, 89], "categorical_arrai": [21, 28], "categorical_test": 0, "categoricaltest": 0, "cattwo": [21, 28], "caus": [20, 21, 24, 28, 29, 31, 39, 51, 54, 73, 75], "caution": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "ccflag": 1, "cd": [60, 73, 76, 77, 79], "cdf": 49, "cdoubl": 38, "ceil": [9, 28, 37], "cell": [24, 28], "cento": 76, "central": 49, "certain": [28, 39, 60, 78, 87], "cfg": [1, 63, 64, 78], "cfloat": 38, "chang": [1, 23, 24, 28, 29, 31, 39, 43, 59, 62, 64, 73, 76, 77, 79, 84, 87, 91, 96], "channel": [22, 100], "chapel": [22, 28, 37, 43, 58, 61, 63, 68, 72, 73, 75, 78, 79, 80, 81, 95, 96, 100, 101], "chapel_vers": 73, "char": [38, 54], "charact": [21, 22, 23, 27, 28, 38, 40, 52, 54, 78, 101], "check": [0, 1, 3, 16, 20, 21, 24, 26, 28, 29, 31, 37, 39, 49, 51, 54, 56, 58, 62, 63, 64, 82, 89, 99, 100, 101], "check_np_dtyp": [25, 28], "checker": 16, "checkout": 64, "chi": [28, 47, 49], "chi2": 49, "chipset": 77, "chisquar": [28, 47], "choic": [28, 40, 43, 45, 75], "choos": [28, 37, 62, 77, 80, 87, 100], "chosen": [3, 28, 37, 39, 87, 95, 97], "chpl": [1, 58, 63, 75, 76, 77, 78], "chpl_comm": [60, 76, 77], "chpl_debug_flag": 1, "chpl_develop": [63, 77], "chpl_flag": [1, 61], "chpl_gasnet_cfg_opt": 60, "chpl_gmp": [76, 77], "chpl_home": [60, 76, 77], "chpl_llvm": [76, 77], "chpl_re2": [76, 77], "chpl_rt_oversubscrib": 60, "chpl_target_compil": 61, "chpl_target_cpu": 77, "chpl_test_timeout": 60, "chplconfig": 76, "chpldoc": [75, 76], "chunk": [21, 28, 29, 31, 39, 51, 54], "ci": 0, "circl": [28, 37], "cl": [2, 28, 89], "clang": [61, 76], "class": [0, 40, 59, 83, 84, 85, 88, 89, 91, 92, 96, 97, 98, 101], "classmethod": [21, 23, 28, 29, 51, 89], "claus": [28, 37, 87], "clean": 75, "clear": [28, 39], "clflush": 59, "clflushopt": 59, "click": [62, 75, 81], "client": [20, 21, 24, 28, 39, 40, 54, 55, 57, 69, 75, 76, 77, 78, 79, 80, 83, 88, 89, 91, 95, 97, 101], "client_dtyp": [28, 31, 57], "clientgeneratedlog": [28, 34], "clip": [28, 37], "clone": 81, "clongdoubl": 38, "clongfloat": 38, "close": [0, 3, 28, 40, 55, 58, 66, 90], "clz": [28, 39], "cm_version": 76, "cmake": [76, 79], "cmd": [58, 78], "cmd_filter": 22, "cmov": 59, "co": [9, 26, 28, 37, 40, 83, 87, 92], "coargsort": [24, 28, 53, 83, 86, 89, 91, 101], "code": [1, 21, 28, 29, 31, 38, 47, 53, 58, 62, 63, 66, 68, 73, 78, 83, 86, 89], "coeffici": [28, 39], "col": [28, 42], "col1": [24, 28, 91], "col2": [24, 28, 91], "col2_i": [24, 28], "col2_x": [24, 28], "col3": [24, 28, 91], "col_a": [24, 28], "col_b": [24, 28], "col_c": [24, 28], "col_delim": [24, 28, 29, 31, 39, 54], "col_nam": [28, 31], "cola": 67, "colb": 67, "colc": 67, "collect": [21, 24, 26, 28, 29, 31, 39, 46, 49, 51, 54, 76, 92], "collis": [21, 28, 37, 54], "colnam": [24, 28], "column": [3, 21, 24, 26, 28, 29, 31, 39, 42, 51, 52, 53, 54, 66, 67, 70, 71, 84, 86, 92, 97, 98], "column_data": 66, "column_delim": [28, 31, 84], "column_major": [20, 28, 39, 88], "column_nam": 66, "columnar": 84, "com": [0, 28, 47, 76, 77], "combin": [24, 28, 54, 55, 56, 64], "come": [26, 28, 64, 84, 90, 99], "comma": [59, 67, 75], "command": [22, 27, 28, 39, 58, 59, 60, 62, 64, 73, 75, 77, 78, 79, 80, 100], "command_filt": [22, 27], "commandlin": 59, "commandmap": [22, 58, 78], "comment": [0, 63, 78], "commit": [0, 62], "commit_info": 59, "common": [0, 3, 26, 28, 41, 58, 80, 84, 92, 99, 101], "commonli": 66, "commun": [1, 28, 53, 62, 77, 86, 90], "compar": [49, 54, 62, 82, 84, 101], "comparison": [59, 67, 89, 95, 97, 101], "compat": [7, 9, 10, 14, 17, 21, 24, 28, 38, 39, 51, 55, 56, 91, 92], "compet": 1, "compil": [54, 61, 64, 65, 75, 76, 77, 78, 80], "complementari": [28, 39], "complet": [21, 22, 24, 28, 39, 49, 51, 54, 58, 60, 62, 75, 77, 100, 101], "complex": [3, 28, 38, 73], "complex128": [8, 25, 28, 38], "complex256": 38, "complex64": [8, 25, 28, 38], "complex_": 38, "complexflo": 38, "compliant": 4, "compon": [3, 21, 23, 24, 26, 28, 29, 30, 39, 51, 52, 54, 55, 56, 59, 68, 70, 92], "compos": [28, 38, 40, 54, 73, 84], "composit": 54, "compress": [21, 24, 28, 29, 31, 39, 51, 54, 59, 94, 97], "compris": 101, "comput": [21, 22, 24, 26, 28, 33, 37, 38, 39, 47, 48, 51, 54, 58, 66, 84, 87, 89, 91, 92, 93, 95, 97, 99, 101], "computation": 66, "compute_join_s": [28, 33], "concat": [11, 24, 28, 29, 51, 52, 91, 98], "concaten": [21, 24, 28, 41, 51, 52, 54, 56, 58, 83, 97, 98, 101], "concept": 89, "concis": 62, "concret": [25, 28], "concurr": [0, 84], "cond": [28, 37, 87], "conda": [73, 75, 76, 77, 79], "condens": [28, 51, 97], "condit": [3, 12, 24, 28, 37, 39, 49, 87], "conf": 80, "confid": 49, "config": [76, 78], "configur": [0, 1, 28, 59, 66, 73, 77, 80, 85, 91, 98], "confirm": [0, 62], "conflict": 0, "conform": 58, "conj": 9, "conjunct": [21, 28, 84, 89, 101], "connect": [21, 22, 24, 28, 29, 40, 47, 48, 50, 52, 56, 58, 63, 80, 83, 84, 91], "connect_url": [22, 73, 100], "connectionerror": [22, 100], "consecut": [28, 40, 52, 90], "consensu": [0, 62], "consequ": 76, "conserv": [23, 28], "consid": [21, 24, 28, 52, 62, 101], "consider": [26, 28, 99, 101], "consist": [0, 24, 28, 37, 66, 87, 91], "consol": 28, "constant": [24, 26, 28, 39, 83, 92], "constant_tsc": 59, "construct": [4, 16, 21, 28, 40, 43, 51, 54, 58, 66, 83, 92, 94, 96], "constructor": [21, 28, 43, 45, 51, 66, 89, 96], "consum": [28, 29, 52], "conta": [54, 101], "contain": [3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 35, 37, 39, 40, 41, 42, 43, 45, 51, 52, 53, 54, 55, 57, 58, 59, 63, 64, 66, 67, 68, 73, 78, 82, 83, 84, 86, 87, 89, 90, 91, 92, 95, 97, 98, 99, 101], "content": [1, 67, 84], "contigu": [21, 28, 33, 54], "continu": [0, 49, 62], "contribut": [24, 28, 52, 58], "contributor": [0, 28, 47], "control": [1, 23, 28, 37, 95], "conveni": [28, 76, 77, 84], "convent": [21, 28], "convers": [0, 21, 28, 84, 89, 95, 101], "convert": [4, 16, 20, 21, 23, 24, 28, 29, 37, 39, 40, 49, 51, 52, 54, 55, 56, 67, 84, 88, 89, 91, 95, 97, 98, 99, 101], "convert_byt": 56, "convert_categor": [24, 28, 31], "convert_if_categor": [28, 56], "convert_int": [24, 28], "cool": 0, "coordin": [28, 37, 88], "copi": [6, 7, 11, 20, 24, 26, 28, 29, 31, 43, 45, 51, 53, 97], "core": [24, 27, 28, 59, 62, 91], "corr": [24, 28, 39], "correct": [3, 15, 24, 28, 58, 63, 76, 80, 82, 91], "correctli": [24, 28, 80, 91], "correl": [24, 28, 39], "correspond": [3, 21, 23, 24, 26, 28, 29, 31, 32, 33, 35, 37, 39, 40, 47, 50, 51, 52, 54, 56, 58, 68, 70, 84, 87, 89, 91, 92, 93, 94, 97, 98, 101], "cosh": [9, 28, 37], "cosin": [28, 37, 87], "cosort": [3, 28], "cosorted": [3, 28], "cost": [21, 28, 89], "could": [28, 39, 42, 51, 54, 63, 78, 101], "count": [13, 24, 26, 28, 36, 37, 39, 51, 52, 54, 59, 66, 83, 87, 92, 97, 101], "counter_nam": 59, "coupl": 63, "cours": [28, 39], "cov": [28, 39], "covari": [28, 39], "cpp": 75, "cpp14": 76, "cpu": 59, "cpuid": 59, "cpuinfo_vers": 59, "cpuinfo_version_str": 59, "cpython": 59, "crazi": 1, "creat": [0, 20, 21, 23, 24, 26, 28, 29, 31, 32, 36, 38, 39, 40, 42, 49, 51, 52, 54, 55, 57, 58, 59, 62, 64, 68, 70, 73, 75, 76, 77, 78, 79, 80, 83, 84, 88, 89, 91, 92, 93, 95, 96], "create_pdarrai": [28, 58], "createsymentri": 58, "creation": [4, 16, 21, 28, 58, 62, 83], "cressi": [28, 47], "critic": [28, 34], "crucial": 63, "cryptograph": [28, 37], "csingl": 38, "csv": [24, 28, 29, 31, 39, 54, 71, 84], "csv_output": [24, 28], "ctrl": 63, "ctz": [28, 39], "cuda": [28, 39], "cumprod": [28, 37, 83, 87], "cumsum": [28, 37, 83, 87], "cumul": [28, 37, 42, 49, 82, 87], "curl": 76, "current": [0, 20, 21, 22, 24, 26, 28, 29, 30, 31, 37, 39, 40, 43, 45, 50, 54, 61, 62, 63, 67, 68, 69, 70, 76, 77, 81, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 97, 100, 101], "current_arkouda_vers": 68, "custom": [2, 28, 34, 58, 67, 75, 93], "customiz": 84, "cut": [61, 62, 64], "cwd": [28, 31, 39], "cx16": 59, "cx8": 59, "cycl": [77, 79], "d": [0, 4, 16, 21, 24, 28, 29, 38, 40, 41, 42, 43, 45, 51, 52, 54, 55, 56, 66, 82, 96, 97, 99, 101], "dai": [24, 28, 55, 62, 91, 92], "darwin": [50, 77], "dash": 62, "data": [2, 7, 20, 21, 23, 24, 25, 26, 28, 29, 31, 37, 39, 40, 41, 42, 49, 51, 52, 53, 54, 55, 56, 58, 59, 66, 69, 71, 72, 83, 85, 86, 88, 89, 90, 92, 97, 98, 100, 101], "data2": 56, "databas": [24, 28], "datafram": [2, 28, 29, 31, 42, 46, 52, 57, 69, 84, 98], "dataframegroupbi": [24, 28, 91], "datalimit": [24, 28, 91], "datapar": 77, "dataset": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 67, 68, 70, 71, 92, 101], "dataset_nam": [28, 31, 84], "datasetnam": [28, 31, 84], "datatyp": [28, 40, 48, 68], "date": [20, 28, 55, 62], "date_oper": [2, 28], "date_rang": [28, 55], "datefram": [24, 28, 91], "dateoffset": [28, 55], "datetim": [28, 31, 40, 55, 59, 84], "datetime64": [28, 40, 55], "datetimeaccessor": [2, 28], "datetimeindex": [28, 55], "datsetnam": [28, 31], "day_of_week": [28, 55], "day_of_year": [28, 55], "dayofweek": [28, 55, 92], "dayofyear": [28, 55], "dd": 62, "ddof": [26, 28, 39, 47, 55, 87, 92, 93], "de": 59, "deactiv": 75, "deal": [23, 28], "debandi99": 0, "debug": [28, 34, 58, 60, 64], "decid": 0, "decim": 54, "decod": [24, 26, 28, 49, 52, 54], "decor": 16, "decreas": [28, 39, 40, 63, 87, 90, 93], "dedup": [24, 28, 91], "dedupl": 83, "deep": [28, 51, 91], "def": [16, 58, 67, 78], "default": [1, 3, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 54, 55, 56, 59, 61, 67, 68, 73, 77, 78, 82, 84, 87, 88, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101], "default_log_format": 28, "default_rng": [28, 43, 45, 83, 96], "defaultt": [28, 34], "defautl": 77, "defin": [3, 4, 16, 21, 23, 24, 25, 26, 27, 28, 29, 31, 34, 37, 39, 40, 49, 51, 52, 54, 55, 58, 62, 88, 89, 90, 91, 92, 93, 95], "deg2rad": [28, 37], "degrad": [28, 39, 87], "degre": [26, 28, 37, 39, 47, 49, 87, 92, 93], "degred": [28, 39, 87], "deleg": [28, 37, 40, 44, 45, 90, 93], "delet": [20, 21, 22, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 59, 64, 73, 92], "delimit": [24, 28, 29, 31, 32, 39, 52, 54, 59, 62, 67, 84, 101], "delimited_file_to_dict": 32, "delta": [26, 28, 33, 39, 47, 87, 92, 93], "demo": 66, "demonstr": [0, 58], "denom": [28, 37], "denomin": [28, 37, 38, 39], "denot": [24, 28, 29, 31, 39, 49, 54, 55], "dens": [3, 21, 26, 28, 92], "densiti": 49, "dep": [1, 75, 76, 77], "depend": [28, 39, 68, 76, 77, 80, 81, 87, 97], "deprec": [21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 62, 84, 92], "dequ": [28, 40, 84], "deriv": [28, 31, 32, 34, 37, 54, 95], "descend": [14, 24, 28, 40, 52, 90, 91, 98], "describ": [58, 62], "descript": [59, 62, 66, 83], "descriptor": [2, 28, 54], "design": [0, 62, 84], "desir": [3, 22, 23, 28, 37, 39, 40, 43, 44, 45, 50, 59, 60, 73, 78, 87, 90, 93, 95, 96, 100, 101], "destin": 11, "detail": [0, 7, 16, 28, 30, 39, 49, 59, 62, 75, 76, 77, 79, 93, 100, 101], "detect": [24, 28, 31, 52, 68, 84], "determin": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 56, 62, 68, 78, 84, 89, 91, 92], "determinist": [21, 28, 41, 90], "dev": [0, 76, 77, 79], "devel": 76, "develop": [1, 21, 28, 62, 63, 64, 76, 77, 78, 81, 84], "deviat": [26, 28, 39, 40, 49, 55, 87, 92, 93], "devic": [4, 6, 16], "devicend": [28, 39], "devicendarrai": [28, 39], "devtoolset": 76, "df": [2, 24, 28, 49, 66, 91], "df1": [24, 28], "df2": [24, 28], "df_deep": 91, "df_shallow": 91, "dict": [4, 21, 22, 24, 26, 28, 29, 30, 31, 32, 43, 45, 46, 52, 56, 91, 92, 96], "dict_to_delimited_fil": 32, "dictionari": [21, 22, 24, 26, 28, 31, 32, 43, 45, 54, 56, 78, 84, 91, 92, 96], "did": [0, 22], "diff": [24, 28, 52], "diffaggreg": [24, 28], "differ": [4, 21, 22, 23, 24, 26, 28, 29, 31, 33, 37, 38, 39, 40, 41, 50, 51, 52, 54, 55, 56, 58, 59, 64, 66, 67, 68, 70, 76, 77, 83, 84, 88, 90, 91, 92, 93, 99, 100], "differenc": [24, 28], "differenti": 49, "difficult": 78, "digit": [28, 53, 54, 86], "dimens": [3, 4, 16, 20, 21, 24, 28, 37, 39, 54, 66, 68, 88, 89, 95, 97], "dimension": [3, 20, 24, 28, 37, 40, 52, 84, 88, 95, 98], "direct": [3, 28, 62, 68, 75], "directli": [4, 16, 21, 28, 39, 52, 53, 54, 66, 75, 86, 88, 89, 91, 95, 101], "directori": [20, 21, 24, 26, 28, 29, 31, 32, 39, 50, 51, 54, 59, 60, 63, 64, 73, 75, 76, 77, 78, 79, 80, 81, 82, 92], "dirti": 59, "disabl": [28, 34, 60], "disable_gc": 59, "disableverbos": [28, 34], "discard": [3, 21, 28, 89], "discard_empti": [28, 51], "disconnect": [22, 28, 39], "discourag": [88, 89, 91, 95, 97, 101], "discov": 78, "discret": [28, 43, 45, 96], "discuss": 0, "disk": [24, 28, 29, 31, 39, 54, 101], "dispatch": 58, "displai": [1, 23, 24, 28, 29, 42, 49, 52, 56, 75, 80, 91], "dist": 75, "distinct": [21, 24, 28, 89], "distribut": [20, 21, 23, 24, 26, 28, 29, 31, 39, 40, 42, 43, 44, 45, 49, 51, 54, 73, 76, 77, 84, 87, 88, 89, 90, 92, 95, 96, 99, 101], "distro": 76, "div": [28, 39], "diverg": [28, 47], "divid": [9, 28, 39], "dividend": [28, 39], "divis": [28, 39], "divisor": [26, 28, 39, 87, 92], "divmod": [28, 39], "djkba": [28, 40], "do": [1, 3, 20, 21, 22, 24, 26, 28, 29, 31, 37, 39, 51, 52, 54, 59, 63, 64, 76, 78, 79, 81, 87, 88, 91, 92, 98], "doc": [0, 24, 28, 47, 52, 58, 75, 76, 88], "docstr": [4, 7, 9, 10, 14, 16, 17, 58], "document": [0, 1, 49, 57, 58, 59, 63, 64, 66, 71, 77, 78], "doe": [20, 21, 22, 24, 26, 28, 29, 31, 32, 39, 40, 42, 49, 51, 52, 54, 63, 66, 68, 70, 84, 88, 89, 90, 91, 92, 95, 98, 100, 101], "doesn": [0, 62, 75], "dog": [24, 28, 52], "domain": [3, 28], "don": [0, 24, 28, 31, 54, 63, 64, 80], "done": [0, 24, 28, 64, 75, 78, 91], "dot": [28, 39, 62], "doubl": [38, 58], "doubt": [0, 62], "down": [22, 61, 62, 64, 73, 75, 78], "download": [73, 76, 77, 81], "draft": 62, "draw": [28, 40, 43, 44, 45, 96], "drawn": [28, 40, 43, 44, 45, 90, 96], "drop": [24, 26, 28, 39, 62, 87, 92], "drop_dupl": [24, 28, 91], "dropna": [24, 26, 28, 83, 91, 92], "dset_nam": [28, 31], "dt": [25, 28, 33, 37, 52, 95], "dtype": [3, 4, 6, 7, 15, 16, 20, 21, 24, 26, 28, 29, 31, 33, 36, 37, 39, 40, 41, 43, 44, 45, 51, 53, 54, 55, 56, 57, 58, 59, 66, 82, 83, 84, 87, 88, 90, 91, 92, 93, 94, 95, 96, 99, 101], "dtypeobject": [25, 28], "duck": 16, "due": [21, 24, 28, 31, 67, 70, 84], "duplcat": [24, 28, 91], "duplic": [0, 24, 28, 91], "durat": [28, 55], "dure": [0, 1, 28, 31, 56, 64, 66, 68, 69, 78, 79], "dynam": 28, "e": [0, 1, 2, 3, 5, 21, 23, 24, 26, 28, 31, 37, 38, 39, 40, 51, 52, 54, 55, 58, 62, 63, 64, 76, 77, 79, 84, 87, 89, 90, 92, 97, 100, 101], "each": [3, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 41, 43, 45, 51, 52, 54, 55, 56, 58, 59, 66, 68, 75, 78, 84, 87, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101], "eager": 79, "earli": 0, "earlier": [56, 66], "easi": [0, 28, 34, 59, 62, 66, 75], "easiest": 63, "easili": 66, "edg": [28, 37, 42, 93], "effect": [24, 28, 55, 64, 99], "effici": [21, 24, 28, 29, 39, 54, 97, 101], "either": [0, 21, 26, 28, 30, 31, 37, 39, 40, 41, 44, 45, 51, 52, 78, 80, 84, 97, 98, 99], "el7": 76, "elect": [68, 69], "element": [20, 21, 24, 26, 28, 32, 33, 35, 37, 39, 40, 41, 43, 45, 51, 52, 54, 55, 58, 66, 78, 83, 88, 89, 90, 91, 92, 93, 94, 95, 98, 99, 101], "elementwis": [28, 39], "elimin": [21, 28, 70], "elk": [24, 28, 52], "ellips": 62, "ellipsi": [4, 6, 7, 11, 12, 15, 16, 17, 28, 39, 40, 44, 45, 56], "els": [0, 24, 28, 52, 58, 62], "elsewher": [28, 37, 39, 87], "emploi": [28, 37], "empti": [6, 23, 24, 26, 28, 31, 37, 39, 41, 51, 52, 54, 75, 87, 90, 91, 93, 98], "empty_lik": 6, "en": [28, 47, 58], "enabl": [22, 28, 34, 39, 50, 63, 75, 76, 78, 84, 100], "enableverbos": [28, 34], "encapsul": [28, 40, 50, 54], "encod": [24, 26, 28, 49, 52, 54, 59, 101], "encoding_benchmark": 59, "encount": [0, 28, 31], "encourag": [76, 77], "end": [3, 21, 24, 28, 33, 35, 37, 39, 40, 51, 54, 55, 61, 83, 89, 90, 94, 97, 101], "endpoint": [6, 28, 43, 45, 96], "endswith": [21, 28, 54, 83, 89, 101], "enforc": [28, 37], "engin": [28, 37], "enough": [28, 38, 51, 54, 68, 76, 77, 97], "enrich_inplac": 56, "ensur": [0, 24, 28, 37, 62, 68, 75, 77, 91, 95], "enter": [28, 52, 84, 98], "entir": [24, 28, 51, 54, 59, 64, 91, 97], "entiti": 54, "entri": [3, 24, 28, 39, 52, 54, 58, 59, 91], "entropi": 49, "enum": [25, 28, 34, 37, 68], "enumer": [28, 34, 37], "env": [1, 28, 63, 73, 75, 76, 77, 79], "env_nam": 79, "environ": [50, 59, 73, 78, 79], "environmenterror": 50, "ep": 7, "equal": [9, 24, 28, 33, 37, 38, 43, 45, 49, 68, 70, 93, 96, 97], "equival": [3, 20, 21, 24, 26, 28, 31, 37, 39, 40, 41, 49, 53, 54, 55, 56, 63, 66, 86, 87, 88, 90, 99], "erm": 59, "error": [20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 34, 35, 37, 39, 40, 49, 51, 52, 54, 55, 58, 68, 70, 80, 84, 87, 88, 89, 91, 92, 93, 95, 100, 101], "errormod": [28, 37, 95], "errormsg": 58, "especi": [0, 21, 24, 28, 64, 77, 89], "essenti": [24, 28, 39, 51, 54, 91, 97], "estim": [24, 26, 28, 39, 49, 87, 91, 92], "etc": [24, 28, 52, 62, 76, 80], "ethan": 0, "euler_gamma": 38, "eval": 75, "evalu": [3, 28, 39, 87, 93], "even": [21, 24, 26, 28, 38, 39, 68, 87, 91, 92, 100], "evenli": [28, 37, 40, 90, 93], "everi": [0, 1, 24, 28, 59, 91, 101], "everyth": [24, 28, 52, 61, 62], "evolv": 62, "ewab": [28, 40], "exact": 77, "exactli": [26, 28, 38, 55], "exampl": [0, 3, 16, 20, 21, 22, 24, 26, 28, 29, 31, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 59, 62, 68, 73, 75, 77, 78, 80, 84, 86, 87, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 101], "example_featur": 0, "exce": [20, 21, 24, 28, 39, 40, 44, 45, 54, 55, 56, 84, 88, 89, 90, 91, 95, 101], "excel": 62, "except": [0, 3, 28, 37, 39, 58, 66, 76, 101], "exchang": 101, "exclud": 78, "exclus": [1, 28, 33, 40, 41, 43, 44, 45, 66, 90, 94, 96, 99], "execut": [1, 22, 27, 28, 31, 39, 54, 58, 60, 61, 63, 64, 67, 75, 76, 78, 89, 100], "exhaust": [66, 68], "exist": [20, 21, 22, 24, 26, 28, 29, 31, 32, 39, 40, 51, 52, 54, 68, 70, 75, 90, 91, 92, 100], "exist_ok": [24, 28], "exit": [73, 80], "exp": [9, 28, 37, 40, 49, 83, 87], "exp1m": [28, 37], "expand": [20, 21, 24, 28, 29, 31, 39, 51, 54, 56, 84], "expand_dim": 11, "expandus": 50, "expans": 94, "expect": [0, 20, 24, 26, 28, 29, 31, 39, 47, 49, 54, 59, 68, 76, 77, 84, 88, 92, 95], "expens": [21, 28], "experi": [0, 84], "experiment": [54, 101], "explicit": [68, 95], "explicitli": [1, 24, 28, 41, 78, 99], "explod": 76, "expm1": [9, 28, 37], "expon": 38, "exponenti": [28, 37, 87], "export": [23, 28, 31, 37, 60, 63, 75, 76, 77, 80, 93], "export_uint": [23, 28], "expos": [24, 26, 28, 43, 45, 49, 52, 95, 96], "express": [3, 21, 28, 31, 54, 59, 83, 84, 89, 91, 94, 95], "extend": 38, "extens": [2, 21, 28, 29, 31, 39, 51, 54, 75, 84], "extent": 59, "extra": [24, 28, 52], "extra_info": 59, "extract": 92, "extrem": [66, 68, 70], "ey": 6, "f": [20, 21, 24, 28, 37, 38, 39, 40, 49, 54, 73, 76, 77, 79, 84, 87, 88, 101], "f16c": 59, "f_exp": [28, 47], "f_name": 66, "f_ob": [28, 47], "face": [28, 51, 62, 95], "fact": 70, "factori": [28, 29, 54], "fail": [0, 24, 28, 31, 37, 62, 84, 91, 95], "failur": [0, 28, 31, 75, 84], "fall": [0, 56], "fals": [3, 12, 14, 15, 17, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 66, 82, 84, 85, 87, 89, 90, 91, 92, 95, 96, 97, 99, 101], "famili": 59, "fast": [1, 21, 28, 54], "faster": [3, 21, 28, 41, 63, 89, 99], "fastest": [28, 39], "featur": [60, 61, 62, 63, 65, 75, 78, 83, 84, 92], "feedback": 0, "feel": 0, "fetch": [62, 64], "few": [28, 37, 66], "ffffp10": 38, "field": [23, 28, 40, 54, 62, 84, 101], "fig": 49, "figur": [28, 42, 64], "file": [0, 1, 16, 20, 21, 24, 26, 28, 29, 31, 32, 39, 50, 51, 52, 54, 58, 60, 63, 64, 69, 70, 73, 75, 76, 77, 79, 80, 92, 101], "file_format": [20, 21, 24, 28, 29, 31, 39, 51, 54], "file_typ": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 92], "file_vers": 68, "filenam": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 84, 92], "filename_cod": [28, 31], "filenotfound": [28, 31], "filetyp": [28, 31, 84], "fill": [24, 26, 28, 39, 40, 43, 45, 52, 59, 82, 90, 92, 96], "fill_valu": [6, 28, 40], "fill_values1": [28, 52], "fill_values2": [28, 52], "fill_values3": [28, 52], "fillna": [28, 52], "fillvalu": [3, 28], "filname_cod": [28, 31], "filter": [0, 24, 27, 28, 51, 84], "filter_by_rang": [24, 28], "filtered_df": [24, 28], "final": [58, 59, 62, 75], "find": [0, 3, 21, 24, 26, 28, 36, 39, 41, 50, 52, 54, 56, 59, 62, 65, 76, 87, 92, 93, 99, 101], "find_loc": [36, 54, 83, 101], "find_match": [35, 83, 101], "findal": [36, 54, 83, 101], "finfo_object": 7, "finit": [28, 37, 38], "firewal": 80, "first": [0, 3, 24, 26, 28, 31, 32, 37, 39, 40, 41, 49, 52, 54, 56, 60, 64, 65, 66, 67, 68, 73, 75, 76, 78, 83, 84, 87, 90, 91, 92, 93, 98, 101], "fit": [0, 38, 49, 59, 62, 84], "five": [3, 28, 41, 54, 90, 101], "fix": [0, 28, 37, 49, 55, 62, 80, 101], "flag": [23, 28, 31, 42, 59, 64, 78, 84, 100], "flake8": [0, 79], "flat": [54, 101], "flatten": [28, 33, 51, 54, 68, 83, 97], "flexibl": 68, "flip": 11, "float": [3, 6, 7, 15, 22, 24, 28, 31, 37, 38, 39, 40, 43, 44, 45, 49, 56, 84, 87, 90, 91, 93, 95, 96], "float128": 38, "float16": 38, "float32": [8, 25, 28, 38, 93], "float64": [8, 24, 25, 26, 28, 29, 37, 38, 39, 40, 41, 44, 45, 47, 48, 53, 59, 67, 68, 82, 86, 87, 90, 91, 92, 93, 95, 99], "float_": 38, "float_scalar": [25, 28, 39, 40, 44, 45], "floor": [9, 28, 37, 39], "floor_divid": [9, 28, 39], "floordivis": [28, 39], "fluid": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "flush_l1d": 59, "fma": 59, "fmod": [28, 39], "fname": 66, "focus": 63, "folder": 75, "folk": 1, "follow": [0, 1, 3, 22, 28, 37, 47, 58, 59, 60, 62, 73, 75, 76, 77, 78, 79, 80, 81, 87, 89, 92, 95, 97, 99, 100, 101], "foo": [0, 2, 28], "foo_test": 0, "foopar": 0, "forc": [88, 89, 91, 95, 101], "forget": [64, 80], "fork": [0, 75, 76, 77, 81], "form": [21, 25, 28, 29, 39, 49, 50, 51, 54, 62, 78, 101], "format": [20, 21, 22, 23, 24, 28, 29, 30, 31, 39, 50, 51, 52, 54, 58, 66, 68, 69, 70, 78, 91, 97, 100, 101], "format_oth": [28, 39], "former": [28, 39, 54, 101], "fortran": [28, 39, 95], "forward": [28, 53, 80, 86, 97], "found": [1, 3, 24, 28, 29, 31, 39, 54, 58, 59, 66, 70, 77, 78, 80], "four": [3, 28, 41, 49, 54, 55, 90, 101], "fp": [28, 40], "fpu": 59, "frac": 49, "frame": [24, 28, 52, 91, 98], "frameon": 49, "free": [28, 39, 54], "freedom": [26, 28, 39, 47, 49, 87, 92, 93], "freeman": [28, 47], "freez": 49, "freq": [28, 55], "frequenc": [1, 28, 47, 55], "frequent": [28, 52, 78, 98], "friendli": [24, 28, 52], "from": [0, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 34, 35, 37, 38, 39, 40, 42, 43, 44, 45, 47, 48, 49, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 73, 75, 76, 78, 80, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101], "from_": 7, "from_cod": [21, 28, 83, 89], "from_dlpack": 6, "from_multi_arrai": [28, 51], "from_panda": [24, 28], "from_part": [28, 51, 54], "from_return_msg": [21, 23, 24, 26, 28, 29, 51, 52, 54], "from_seri": [28, 40], "fromencod": 54, "fromhex": 38, "fromright": [54, 101], "frontend": 75, "frozen": 49, "frozenset": [26, 28], "frustrat": 64, "fsgsbase": 59, "fsspec": [24, 28, 52], "full": [6, 21, 28, 35, 37, 40, 42, 49, 54, 55, 61, 63, 73, 75, 77, 81, 89, 101], "full_lik": [6, 28, 40], "fullmatch": [54, 83, 101], "fullnam": 59, "func": [16, 49], "funcion": 78, "functioanl": 97, "function": [0, 1, 16, 21, 49, 52, 54, 59, 62, 63, 66, 67, 69, 70, 73, 78, 83, 84, 85, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101], "furo": 79, "further": [76, 77, 81], "futur": [1, 23, 24, 28, 31, 43, 54, 84, 93, 96], "fxsr": 59, "g": [2, 21, 23, 24, 26, 28, 31, 37, 38, 39, 51, 52, 54, 55, 56, 63, 64, 66, 76, 84, 87, 89, 90, 92, 97, 100, 101], "gain": 62, "gamma": 49, "gasnet": [64, 65, 76, 77], "gasnet_masterip": 60, "gasnet_quiet": 60, "gasnet_route_output": 60, "gasnet_spawnfn": 60, "gasnet_workerip": 60, "gasnetsetup": 60, "gather": [59, 83], "gawk": 76, "gb": [22, 24, 28, 29, 52, 56], "gb_key_nam": [24, 28], "gc": [24, 28, 52], "gcc": [59, 76], "gen_rang": [28, 33], "gener": [7, 16, 21, 22, 24, 27, 28, 33, 34, 37, 38, 39, 40, 42, 43, 44, 45, 47, 49, 50, 52, 55, 57, 58, 59, 63, 64, 66, 67, 68, 70, 75, 76, 80, 82, 83, 84, 87, 90, 96, 98], "generate_histori": 22, "generate_token": 50, "generate_username_token_json": 50, "generic_concat": [28, 56], "generic_mo": 49, "generic_msg": [58, 78], "genproto": 16, "gensymentri": 58, "gent": 58, "genuineintel": 59, "get": [22, 24, 25, 27, 28, 31, 37, 51, 52, 58, 59, 62, 63, 64, 76, 80, 84, 88, 95, 97], "get_arkouda_client_directori": 50, "get_byt": 54, "get_byteord": [25, 28], "get_callback": [28, 56], "get_column": [28, 31, 67, 71], "get_config": [0, 22], "get_dataset": [28, 31, 67, 71, 84], "get_directori": 32, "get_filetyp": [28, 31], "get_home_directori": 50, "get_jth": [28, 51, 83, 97], "get_length": 54, "get_length_n": [28, 51, 83, 97], "get_match": 36, "get_mem_avail": 22, "get_mem_statu": 22, "get_mem_us": 22, "get_ngram": [28, 51, 83, 97], "get_null_indic": [28, 31], "get_offset": 54, "get_prefix": [28, 51, 54, 83, 97], "get_server_byteord": [25, 28], "get_server_command": 22, "get_suffix": [28, 51, 54, 83, 97], "get_usernam": 50, "getarkoudalogg": 28, "getcwd": [24, 28], "getdefaultencod": [24, 26, 28, 49, 52], "getgenerictypearrayentri": 58, "getgenerictypedarrayentri": 58, "getlinenumb": 58, "getmodulenam": [58, 78], "getroutinenam": 58, "getter": 54, "getvalueof": 58, "ghi": 67, "ghpage": 75, "ghz": 59, "gib": 59, "git": [0, 64, 76, 77], "github": [0, 28, 47, 62, 64, 75, 76, 77, 81], "gitk": 62, "give": [28, 39, 52, 67, 79, 98, 100], "given": [3, 16, 21, 24, 26, 28, 31, 37, 39, 40, 41, 43, 45, 49, 52, 54, 55, 56, 59, 79, 84, 89, 90, 91, 92, 96, 101], "glob": [28, 31, 84], "gmp": 77, "gnu": [61, 80], "go": [26, 28, 62, 64, 76, 80, 90], "goal": 4, "good": [0, 62, 64], "googl": 101, "got": 64, "gottfri": [35, 101], "gpu": [28, 39], "gram": [28, 51, 97], "graph": [28, 42, 92], "graphic": 62, "greater": [9, 28, 40, 43, 45, 90, 96], "greater_equ": 9, "greatli": [21, 28, 41, 90], "green": 62, "grep": [75, 80], "grid": [24, 28, 42, 52], "group": [1, 21, 24, 26, 28, 35, 51, 52, 53, 54, 59, 66, 68, 83, 86, 89, 91, 92, 98, 99, 101], "group_ani": [26, 28, 92], "group_argmaxima": [26, 28, 92], "group_argminima": [26, 28, 92], "group_maxima": [26, 28, 92], "group_mean": [26, 28, 92], "group_median": [26, 28, 92], "group_minima": [26, 28, 92], "group_num": [35, 101], "group_nuniqu": [26, 28, 92], "group_product": [26, 28, 92], "group_std": [26, 28, 92], "group_sum": [26, 28, 92], "group_var": [26, 28, 92], "groupabl": [26, 28, 41, 92, 99], "groupable_element_typ": [26, 28, 52, 98], "groupbi": [21, 24, 26, 28, 31, 51, 54, 56, 83, 89, 101], "groupby_reduction_typ": [26, 28], "groupbyclass": [24, 28, 41, 57, 91, 99], "grow": [28, 39, 87], "guarante": [21, 28, 53, 54, 86, 96, 101], "guid": [58, 73, 75, 76, 77], "guidelin": [62, 101], "gz": [73, 75, 76, 77], "gzip": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "h": [28, 37, 38, 42, 55, 82, 93, 100], "h5": [28, 31, 39, 84], "h5l": [28, 31], "h5py": [79, 84], "ha": [0, 4, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 51, 52, 54, 55, 56, 60, 62, 63, 67, 68, 78, 84, 87, 89, 90, 91, 92, 94, 95, 97, 98], "half": [3, 28, 38, 43, 45, 96], "hand": [3, 28, 62, 94], "handl": [21, 22, 24, 28, 37, 54, 69, 84, 89, 91, 95, 101], "handled_funct": 4, "handler": [24, 26, 28, 49, 52], "hang": 73, "happen": [58, 62], "has_non_float_nul": [28, 31, 84], "has_repeat_label": [28, 52], "hash": [21, 28, 37, 51, 53, 54, 86], "hasnan": [28, 52], "have": [0, 1, 3, 21, 24, 26, 28, 29, 31, 37, 39, 40, 41, 42, 43, 44, 45, 48, 51, 52, 54, 55, 56, 58, 61, 62, 63, 64, 66, 67, 68, 70, 75, 76, 77, 78, 79, 84, 87, 89, 90, 91, 92, 95, 96, 97, 98], "hd15iqr": 59, "hdf5": [1, 20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 67, 69, 70, 71, 75, 79, 84, 92, 101], "hdf5_output": [24, 28], "hdf_output": [24, 28], "head": [24, 28, 52, 62], "header": [24, 28, 29, 31, 39, 54, 84], "healthcheck": 22, "heavi": [28, 40], "hei": 62, "hello": [54, 84, 101], "hello3": 77, "help": [0, 23, 28, 78], "helper": [23, 28, 56], "henc": [28, 37], "here": [1, 54, 56, 59, 60, 63, 64, 65, 66, 68, 70, 75, 77, 78, 79, 80, 81, 100], "heroic": 61, "hex": 38, "hexadecim": 38, "hexidecim": 50, "hf": [28, 40], "hff": [28, 40], "hfmd": [28, 40], "hi": [28, 37], "hierarch": [3, 28], "high": [3, 23, 24, 28, 37, 39, 40, 43, 44, 45, 66, 90, 96], "higher": [28, 37], "highest": [24, 28, 39, 40], "highli": 76, "highlight": [1, 62, 66], "hist": [28, 37, 49], "hist_al": [28, 42], "histogram": [28, 37, 42, 49, 83], "histogram2d": [28, 37, 93], "histogramdd": [28, 37], "histori": [0, 22, 28, 57, 62], "historyaccessor": 27, "historyretriev": 27, "histtyp": 49, "hit": 63, "hog": 64, "hold": [28, 37, 49, 95], "hole": [28, 52], "home": [50, 75, 78], "homebrew": [63, 75], "homepag": 75, "homogen": [24, 28, 91], "hong_kong": [28, 55], "horizont": [28, 51, 52, 97, 98], "host": [22, 24, 28, 50, 52, 75], "hostnam": [1, 21, 22, 24, 28, 31, 39, 51, 54, 63, 73, 82, 100], "hour": [28, 55], "hous": 80, "how": [0, 20, 21, 23, 24, 28, 29, 31, 37, 39, 51, 54, 58, 59, 62, 67, 79, 88, 92, 95], "howev": [26, 28, 37, 39, 68, 75, 79, 80, 87, 89, 92], "ht": 59, "html": [7, 24, 28, 47, 52, 56, 58, 75, 88], "http": [0, 7, 24, 28, 47, 52, 56, 58, 76, 77, 88], "human": [21, 28, 30, 39, 54], "hundr": 84, "hyperbol": [28, 37], "hyperlink": 62, "hypervisor": 59, "hypothet": [26, 28, 33, 39, 87, 92], "hz_actual": 59, "hz_actual_friendli": 59, "hz_advertis": 59, "hz_advertised_friendli": 59, "i": [0, 1, 3, 4, 7, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100], "i7": 59, "iat": [28, 52], "ibpb": 59, "ibr": 59, "ibv": 60, "iconv": [1, 75, 79], "id": [22, 59, 80, 92], "idea": [0, 62, 64, 67, 84], "ideal": [0, 62], "ident": [24, 28, 49, 56, 87, 95], "identif": [28, 34], "identifi": [0, 3, 21, 28, 31, 39, 95], "idn2": [1, 75, 79], "idna": 59, "idx": [3, 24, 28, 29, 66], "idx1": 56, "idx2": 56, "ie": [28, 40], "ieee": [38, 91, 95], "iff": [3, 21, 28, 29, 39, 52, 54, 55, 87, 93], "ignor": [16, 24, 26, 28, 31, 37, 55, 84, 91, 95], "ignore_index": [24, 28], "iinfo_object": 7, "iloc": [28, 52], "imag": 9, "imagin": 92, "imit": [28, 31], "immun": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "immut": [26, 28], "imnotok": 22, "imok": 22, "impact": [21, 26, 28, 29, 39, 51, 61, 62, 64, 92], "implement": [0, 4, 21, 22, 23, 24, 27, 28, 37, 38, 39, 41, 43, 49, 50, 51, 52, 54, 58, 67, 73, 87, 90, 96, 100, 101], "implements_numpi": 4, "impli": [3, 28, 94], "implicit": 95, "import": [21, 23, 24, 28, 29, 31, 37, 42, 47, 48, 49, 50, 52, 54, 56, 58, 62, 68, 73, 75, 78, 91, 93, 100], "import_data": [28, 31, 69, 84], "importerror": [28, 39], "impos": [28, 55], "improv": [21, 28, 41, 62, 63, 78, 90], "in1d": [21, 28, 41, 58, 66, 83, 89, 99, 101], "in1d_interv": [3, 28], "inaccess": [20, 21, 24, 28, 29, 31, 39, 51, 54], "inadvert": [23, 28], "inappropri": [3, 28], "includ": [0, 1, 3, 24, 26, 28, 29, 30, 31, 37, 39, 52, 54, 55, 58, 59, 62, 67, 68, 73, 75, 76, 78, 84, 87, 91, 92, 95, 97], "includedelimit": [54, 101], "inclus": [3, 24, 28, 37, 39, 40, 43, 44, 45, 55, 87, 90, 94, 96], "incompat": 76, "incorpor": 95, "increas": [28, 51, 97], "increment": [61, 62], "ind": 94, "independ": [28, 31, 50, 84], "index": [2, 3, 6, 20, 21, 23, 24, 26, 28, 31, 33, 35, 39, 40, 41, 51, 52, 54, 56, 57, 59, 66, 75, 82, 83, 84, 87, 89, 92, 93, 97, 98, 101], "index_label": [28, 52], "index_s": [59, 82], "indexerror": [28, 52], "indexof1d": [28, 41], "indic": [0, 3, 7, 10, 13, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 41, 51, 52, 53, 54, 55, 56, 66, 68, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 101], "indici": [35, 101], "individu": [28, 46, 60, 101], "inds2": 56, "ineffiec": 70, "inf": [5, 28, 37, 38], "infer": [24, 25, 26, 28, 31, 40, 68, 84], "infin": 38, "infinit": [26, 28, 37, 39, 87, 92], "info": [0, 1, 21, 24, 28, 30, 34, 39, 54], "infoclass": [28, 57], "inform": [0, 1, 4, 7, 9, 10, 14, 16, 17, 21, 22, 26, 28, 30, 39, 43, 45, 54, 59, 62, 63, 64, 66, 67, 68, 70, 71, 73, 75, 76, 77, 78, 79, 89, 96, 97, 99, 101], "infrastructur": 1, "infti": 38, "ing": [54, 101], "ingest": [84, 101], "inherit": [26, 28, 49, 92, 95], "ini": [0, 59], "init": [26, 28, 77, 92], "initi": [21, 22, 28, 39, 40, 43, 44, 45, 59, 77, 82, 89, 90, 95, 96, 100], "initialdata": [24, 28, 91], "inner": [24, 28, 33], "inplac": [24, 28, 91], "input": [16, 21, 23, 24, 26, 28, 29, 37, 38, 39, 40, 41, 51, 52, 53, 55, 56, 58, 62, 84, 86, 87, 89, 92, 95, 98, 99], "insensit": [28, 29, 39, 54, 59], "insert": [54, 101], "inspect": [78, 84], "instal": [1, 28, 39, 63, 80, 100], "instanc": [21, 23, 24, 26, 28, 39, 40, 49, 52, 54, 59, 70, 75, 78, 84, 87, 91, 92, 93, 95, 101], "instanti": 28, "instead": [21, 23, 24, 26, 28, 31, 39, 43, 45, 54, 59, 82, 84, 87, 89, 92, 96, 101], "instruct": [1, 54, 73, 76, 77, 79, 80, 81, 100], "int": [3, 4, 6, 7, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 54, 55, 56, 58, 68, 84, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "int16": [8, 25, 28, 38, 93], "int32": [8, 25, 28, 38, 93], "int64": [3, 8, 21, 23, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 43, 44, 45, 51, 53, 54, 55, 58, 59, 66, 67, 68, 82, 84, 86, 87, 89, 90, 91, 92, 93, 95, 96, 97, 99, 101], "int8": [8, 25, 28, 38, 93], "int_": 38, "int_scalar": [20, 21, 24, 25, 26, 28, 31, 37, 39, 40, 44, 45, 51, 53, 54, 55, 87, 88, 90, 92, 93, 95], "intc": 38, "integ": [1, 21, 23, 24, 26, 28, 31, 33, 37, 38, 39, 40, 41, 43, 45, 49, 55, 68, 83, 87, 88, 89, 90, 91, 92, 95, 97, 99, 101], "integr": [0, 26, 28, 31, 38, 39, 40, 44, 45, 62, 84, 90, 92], "intel": 59, "intend": [0, 21, 23, 24, 28, 37, 39, 51, 54, 67, 73, 76, 77, 85, 91, 98], "intens": [28, 53, 66, 86, 90], "interact": [63, 67, 71, 72, 73, 77, 79], "interest": 66, "interfac": [0, 62], "interleav": [21, 24, 28, 41, 90], "intermedi": [3, 28], "intern": [1, 4, 16, 28, 33, 39, 54, 62], "interoper": 0, "interpret": [22, 24, 28, 31, 49, 59, 84, 100], "intersect": [24, 26, 28, 41, 51, 66, 83, 99], "intersect1d": [21, 28, 41, 51, 58, 66, 83, 97, 99], "intersect_df": [24, 28], "interv": [3, 28, 37, 40, 43, 45, 49, 55, 90, 93, 96], "interval_lookup": [3, 28], "intp": 38, "intptr_t": 38, "introduct": 66, "inttyp": [25, 28], "intx": [24, 28], "invalid": [28, 31, 84], "invari": 1, "invers": [24, 28, 37, 49, 56, 91], "inverse_indic": 13, "invert": [9, 26, 28, 41, 99], "invert_permut": [24, 28, 56], "invok": [28, 40, 44, 45], "involv": [63, 81], "invpcid": 59, "invpcid_singl": 59, "io": [28, 57, 58, 59, 69, 70, 71], "io_compress": 59, "io_files_per_loc": 59, "io_only_delet": 59, "io_only_read": 59, "io_only_writ": 59, "io_path": 59, "io_util": [28, 57], "ior": [54, 101], "ip": [23, 28], "ip2": [23, 28], "ip_address": [23, 28, 29, 85], "ipaddress": [23, 28], "ipv4": [23, 28, 31, 84], "ipv6": [23, 28], "ipython": [22, 27, 73], "iqr": 59, "iqr_outli": 59, "is_cosort": [3, 28], "is_float": 56, "is_int": 56, "is_integ": 38, "is_ipv4": [23, 28], "is_ipv6": [23, 28], "is_leap_year": [28, 55], "is_numer": 56, "is_regist": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "is_sort": [28, 39, 83, 87, 93], "is_uniqu": [28, 29], "isaac": [35, 101], "isalnum": 54, "isalpha": 54, "isbool": 68, "isdecim": 54, "isdigit": 54, "isdisjoint": [26, 28], "isdtyp": 7, "isempti": 54, "isf": 49, "isfinit": [9, 28, 37], "isin": [24, 28, 52], "isinf": [9, 28, 37], "isinst": [21, 28, 58], "islow": 54, "isn": 64, "isna": [21, 24, 28, 52], "isnan": [9, 28, 37], "isnul": [28, 52], "isocalendar": [28, 55], "isort": 0, "isspac": 54, "issu": [21, 24, 26, 28, 58, 62, 75, 80, 92, 97], "issubset": [26, 28], "issuperset": [26, 28], "issupportedint": 28, "issupportednumb": [25, 28], "istitl": 54, "isupp": 54, "item": [3, 4, 16, 21, 24, 28, 39, 40, 41, 52, 56, 89, 91, 98, 99], "items": [20, 28, 39, 40, 54, 83, 84, 88, 95], "iter": [24, 26, 28, 31, 40, 53, 59, 83, 84, 86], "ith": [21, 28, 51, 54], "its": [3, 7, 9, 10, 14, 17, 21, 25, 28, 29, 37, 39, 51, 52, 54, 62, 68, 77, 87, 95, 97, 98, 101], "itself": [28, 39, 62], "j": [28, 51, 60, 61, 76, 77, 97], "j16": 61, "jake": 66, "jane": 66, "john": 66, "join": [24, 28, 51, 54, 57, 58, 83], "join_on_eq_with_dt": [28, 33], "json": [21, 22, 28, 30, 39, 50, 54], "jupyt": [22, 27, 73], "just": [63, 64, 95, 96], "k": [6, 28, 39, 49, 59, 87, 93], "kb": [22, 24, 28, 29, 52, 56], "keep": [0, 3, 24, 28, 66, 77, 80, 84, 91], "keepdim": [12, 15, 17], "keepparti": [54, 101], "kei": [3, 21, 24, 26, 28, 29, 30, 31, 32, 37, 41, 52, 58, 66, 68, 78, 80, 85, 91, 92, 98, 99], "kept": [24, 26, 28, 51, 91, 92], "kextrememsg": 78, "key_": 68, "keyerror": [28, 52], "keyfil": 1, "keynam": 56, "keys1": [3, 28], "keys2": [3, 28], "keyword": [0, 21, 28, 43, 45, 49, 51, 52, 90, 96, 98], "kind": [7, 25, 28], "kitwar": 76, "know": 63, "known": [0, 28, 37], "kurt": 49, "kurtosi": 49, "kwarg": [21, 24, 26, 28, 38, 40, 46, 49, 52, 55, 56, 89, 90, 92], "kwd": 49, "kwoqnphz": [28, 40], "l": [28, 31, 38, 55, 60, 62, 66, 67, 75, 84], "l1_data_cache_s": 59, "l1_instruction_cache_s": 59, "l2_cache_associ": 59, "l2_cache_line_s": 59, "l2_cache_s": 59, "l3_cache_s": 59, "l_name": 66, "label": [0, 21, 24, 26, 28, 29, 42, 49, 52, 89, 91, 92, 98], "lahf_lm": 59, "laid": 0, "lambda": [28, 47], "lambda_": [28, 47], "lang": 76, "larg": [21, 28, 38, 59, 87], "larger": [20, 21, 28, 39, 40, 54, 62, 66, 84, 88, 89, 95, 101], "largest": [28, 39, 43, 45, 52, 87, 96, 98], "last": [24, 28, 39, 40, 52, 53, 54, 62, 78, 86, 91, 98, 100, 101], "later": [28, 39, 54, 79], "latest": [7, 28, 56, 58, 76, 77, 80], "latter": [22, 101], "launch": [58, 80, 83], "layer": 84, "lb": 49, "ld15iqr": 59, "ld_library_path": 1, "lead": [28, 39, 54], "learn": [28, 55, 58, 73], "least": [0, 23, 24, 28, 39, 51, 53, 54, 86, 97], "leav": [0, 28, 37, 93], "left": [0, 3, 12, 23, 24, 28, 37, 39, 49, 53, 54, 55, 86, 93, 101], "left_align": [3, 28], "left_df": [24, 28], "left_shift": 9, "left_suffix": [24, 28], "legend": 49, "leibniz": [35, 101], "len": [26, 28, 39, 51, 54, 87, 92, 94, 97, 101], "len_suffix": [28, 51], "length": [0, 3, 21, 26, 28, 29, 31, 33, 35, 40, 41, 44, 45, 50, 51, 52, 54, 59, 68, 82, 87, 90, 92, 97, 98, 99, 101], "less": [9, 21, 26, 28, 29, 39, 43, 45, 51, 54, 96], "less_equ": 9, "lesser": 59, "let": 66, "letter": 54, "level": [1, 28, 34, 41, 52, 59, 63, 67, 68, 75, 76, 77, 78, 81, 84, 98, 99], "levelnam": 28, "leverag": [61, 76], "lexicograph": [28, 53, 62, 86], "lhdf5": 1, "lhdf5_hl": 1, "lib": [1, 75, 80, 99], "libclang": 76, "libedit": 76, "librari": [0, 1, 58, 80, 101], "libtic": 80, "libtinfow": 80, "licens": 76, "liconv": 1, "lidn2": 1, "lie": [21, 28, 37, 54], "life": [77, 79], "like": [0, 2, 3, 23, 24, 26, 28, 39, 43, 45, 55, 60, 62, 63, 64, 66, 69, 73, 75, 78, 84, 85, 91, 92, 94, 96, 98, 100, 101], "likelihood": [26, 28, 39, 47, 87, 92], "lim": 94, "limit": [0, 4, 20, 21, 28, 33, 37, 39, 40, 54, 55, 67, 70, 73, 84, 88, 89, 91, 95, 101], "linalg": [18, 28, 57], "line": [0, 28, 32, 63, 67, 73, 78, 88, 100], "linear": [28, 37, 101], "linearli": [28, 40, 55, 90], "lineno": 28, "link": [0, 1, 28, 31, 55, 62, 75, 76], "linkifi": 79, "linspac": [6, 26, 28, 37, 40, 49, 83, 87, 90, 92, 95], "linter": 0, "linux": [38, 50, 59, 75, 80, 81], "linux64": 76, "list": [0, 3, 4, 6, 11, 16, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 71, 73, 75, 77, 78, 81, 84, 90, 91, 92, 93, 94, 95, 97, 98, 99, 101], "list_registri": [28, 30, 39], "list_symbol_t": [28, 30], "listen": [73, 100], "liter": [12, 49, 89, 101], "live": [76, 77], "ll": [63, 64, 75], "llvm": [76, 77, 80], "lm": 59, "ln": 80, "lname": 66, "lo": [28, 37], "load": [21, 24, 28, 29, 31, 39, 51, 54, 67, 68, 70, 71, 80, 84], "load_al": [21, 24, 28, 29, 31, 39, 54, 71], "loc": [28, 49, 52], "local": [0, 1, 20, 21, 22, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 56, 59, 60, 68, 73, 75, 76, 77, 84, 90, 92, 98, 100], "locale_hostnam": 22, "locale_id": 22, "localhost": [22, 73, 100], "locat": [1, 26, 28, 29, 37, 39, 49, 50, 52, 54, 59, 62, 64, 75, 80, 87, 92, 98, 101], "locationsinfo": 36, "log": [1, 9, 26, 28, 34, 37, 40, 42, 47, 48, 49, 54, 83, 87, 92], "log10": [9, 28, 37], "log1p": [9, 28, 37], "log2": [9, 28, 37], "log_lvl": [28, 34], "log_msg": [28, 34], "logaddexp": 9, "logarithm": [28, 37, 87], "logcdf": 49, "logformat": 28, "logger": [26, 28, 54, 57, 83, 92], "logic": [3, 20, 21, 28, 37, 40, 44, 45, 51, 54, 58, 83, 88, 90, 93, 97], "logical_and": 9, "logical_not": 9, "logical_or": 9, "logical_xor": 9, "loglevel": [28, 34], "logmean": [28, 40], "lognorm": [28, 40], "logpdf": 49, "logsf": 49, "logstd": [28, 40], "long": [28, 38, 51, 54, 64, 97], "longcomplex": 38, "longdoubl": 38, "longer": [24, 28, 40, 68, 79, 91], "longfloat": 38, "longlong": 38, "longnam": 49, "look": [0, 1, 58, 62, 63, 66, 78, 84, 100], "lookahead": [21, 28, 54, 89, 101], "lookbehind": [21, 28, 54, 89, 101], "lookup": [3, 28, 29, 52], "loop": 1, "loos": 62, "loss": 97, "lot": 59, "love": 0, "low": [3, 23, 24, 28, 37, 39, 40, 43, 44, 45, 66, 84, 90, 96], "lower": [24, 28, 37, 43, 45, 54, 68, 91, 96], "lower_bounds_inclus": [3, 28], "lowercamelcas": 0, "lowercas": [28, 40, 54], "lowest": [3, 24, 28, 39, 40, 43, 45, 96], "ls_csv": [28, 31, 67, 71], "lst": [28, 52], "lstick": [54, 83, 101], "lt": 80, "ludmmgtb": [28, 40], "lw": 49, "lz": [28, 39], "lz4": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "lzmq": 1, "m": [0, 28, 29, 35, 37, 49, 51, 55, 59, 75, 80, 101], "m1": 66, "m2": 66, "m4": 76, "mac": [75, 77], "machin": [22, 59, 60, 63, 73, 76, 77, 100], "machine_info": 59, "machineri": 58, "maco": [50, 73, 76, 81], "macosx": 77, "made": [23, 24, 28, 54, 101], "mai": [20, 21, 24, 28, 29, 31, 37, 39, 40, 41, 43, 54, 66, 68, 73, 75, 77, 79, 80, 84, 88, 89, 90, 91, 95, 96, 101], "main": [59, 62, 68], "mainli": 1, "maintain": [28, 29, 31, 51, 69, 84], "major": [62, 67, 85, 91, 98], "make": [0, 1, 21, 23, 24, 28, 37, 43, 45, 49, 52, 55, 58, 59, 60, 61, 62, 64, 73, 75, 76, 77, 78, 80, 89, 91, 96], "makebinari": 61, "makefil": 75, "malform": [28, 40, 84], "manag": [75, 76, 77, 79, 81], "mani": [3, 21, 24, 28, 59, 89, 92], "manipul": 0, "manner": [43, 58, 96], "mantissa": 38, "manual": 77, "map": [3, 21, 22, 23, 24, 28, 29, 31, 32, 43, 45, 52, 54, 56, 84, 91, 96, 101], "mapper": [24, 28, 91], "mark": 68, "markdown": [0, 24, 28, 52], "mask": [24, 28, 51, 52, 54, 97], "master": [0, 62, 75], "match": [1, 16, 20, 21, 24, 26, 28, 29, 31, 36, 37, 39, 40, 51, 52, 54, 55, 56, 57, 59, 83, 84, 87, 88, 90, 92, 95, 98, 100], "match_typ": [35, 36, 83, 101], "matcher": [28, 57], "matchtyp": [35, 36, 101], "math": [35, 101], "mathemat": 87, "matlab": 94, "matmul": 19, "matplotlib": [28, 37, 42, 49, 79, 93], "matric": 56, "matrix": [19, 24, 26, 28, 56, 92], "matrix_transpos": 19, "matter": 63, "mawk": 76, "max": [7, 15, 24, 26, 28, 37, 39, 51, 52, 54, 59, 83, 87, 92, 93, 101], "max_bit": [28, 39, 40, 59, 84, 90, 95], "max_list_s": [28, 29, 85], "max_tim": 59, "maxbit": 59, "maxima": [26, 28, 92], "maximum": [1, 22, 24, 26, 28, 29, 39, 40, 44, 45, 56, 59, 84, 87, 90, 91, 92, 93], "maxk": [28, 39, 78, 83, 87, 93], "maxkmsg": 78, "maxlen": [28, 40], "maxmum": [28, 39, 87], "maxsplit": [36, 54, 101], "maxtaskpar": 22, "maxtransferbyt": [20, 21, 24, 28, 39, 40, 54, 55, 84, 88, 89, 91, 95, 101], "mb": [22, 24, 28, 29, 52, 56], "mca": 59, "mce": 59, "md": [75, 76, 77], "mean": [15, 22, 24, 26, 28, 31, 39, 40, 43, 45, 49, 50, 51, 52, 54, 59, 83, 84, 87, 92, 93, 96], "mean_shim": 15, "measur": [59, 82], "median": [24, 26, 28, 49, 59, 83, 92], "meet": 0, "megabyt": [24, 28, 91], "member": 0, "membership": [3, 28, 41, 99], "memori": [20, 21, 22, 24, 28, 29, 31, 39, 51, 52, 54, 64, 65, 68, 73, 84, 88, 89, 95, 101], "memory_usag": [24, 28, 29, 52], "memory_usage_info": [24, 28], "mention": [0, 64], "mere": 54, "merg": [21, 24, 28, 56, 62], "meshgrid": 6, "messag": [1, 20, 21, 22, 24, 28, 29, 34, 39, 40, 51, 54, 58, 73, 84], "messagearg": 58, "meth": 16, "method": [2, 4, 21, 22, 23, 24, 26, 27, 28, 31, 37, 39, 40, 43, 44, 45, 49, 50, 51, 52, 54, 61, 66, 67, 83, 84, 89, 90, 92, 93, 95, 96], "mi": [21, 28, 29, 52, 55], "mib": 59, "microsecond": [28, 55], "microsoft": [59, 80], "midnight": [28, 55], "might": [28, 52, 75, 77, 78], "milli": [28, 33], "million": [28, 37, 39, 87], "millisecond": [28, 55], "mimic": [28, 43, 45, 96], "min": [7, 15, 24, 26, 28, 37, 39, 51, 52, 59, 83, 87, 92, 93], "min_round": 59, "min_tim": 59, "mind": [0, 16, 66, 80], "mine": 64, "miniforg": 75, "minim": [4, 24, 28, 63, 64, 90, 91], "minima": [26, 28, 92], "minimum": [26, 28, 39, 40, 76, 87, 92, 93], "mink": [28, 39, 78, 83, 87, 93], "minkmsg": 78, "minlen": [28, 40], "minor": 62, "minu": [28, 37], "minut": [28, 55], "mismatch": [24, 26, 28, 75, 92], "miss": [21, 24, 28, 52, 89], "mistak": 62, "mix": [28, 54, 55, 59, 88], "mkdir": [24, 28], "mm": 62, "mmx": 59, "mod": [28, 39, 47], "modal": [26, 28, 92], "mode": [1, 20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 83, 90, 92], "model": [59, 96], "modif": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 78, 91, 92], "modifi": [24, 28, 47, 63, 91], "modul": [58, 63, 64, 73, 84, 101], "modular": [28, 39, 64], "modulenotfounderror": [28, 39], "moment": 49, "moment_typ": 49, "momtyp": 49, "monoton": [28, 39, 87, 93], "month": [28, 55, 62], "more": [0, 1, 3, 4, 7, 9, 10, 14, 16, 17, 20, 21, 24, 26, 28, 29, 31, 37, 39, 49, 52, 54, 55, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73, 75, 76, 77, 79, 84, 88, 89, 91, 95, 97, 101], "most": [0, 1, 23, 26, 28, 36, 52, 54, 59, 61, 62, 66, 68, 73, 75, 77, 80, 84, 90, 92, 95, 98, 101], "most_common": [26, 28, 56, 83, 92], "mostli": [23, 28], "motion": 1, "movb": 59, "move": [28, 53, 56, 64, 66, 86, 90, 97], "moveaxi": 11, "movement": 90, "mpi": 84, "msb_left": [23, 28], "msgarg": 58, "msgtupl": 58, "msgtype": 58, "msi": 59, "msr": 59, "mt": [4, 16], "mtrr": 59, "mu": [28, 40, 43, 44, 45, 96], "much": [0, 3, 20, 21, 24, 28, 31, 39, 51, 54, 61, 66, 68, 84, 88, 89, 95, 101], "multi": [3, 20, 23, 26, 28, 31, 41, 52, 66, 85, 88, 90, 92, 95, 98, 99], "multia": [28, 41, 99], "multib": [28, 41, 99], "multidimension": [28, 37], "multiindex": [24, 28, 29, 52, 85, 98], "multipl": [3, 24, 28, 31, 37, 51, 55, 58, 59, 60, 66, 68, 70, 71, 78, 82, 84, 85, 87, 91, 97], "multiplex": 87, "multipli": [9, 26, 28, 43, 45, 58, 92, 96], "must": [1, 3, 21, 22, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 58, 60, 63, 66, 67, 73, 75, 76, 78, 84, 87, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101], "mutual": 1, "mv": [49, 63, 64], "mvsk": 49, "my": [54, 63, 84, 101], "my_data": [24, 28], "my_data_locale0000": [24, 28], "my_dir": [24, 28], "my_path": [24, 28], "my_table_nam": [24, 28], "my_zero": [28, 39], "myarrai": [4, 28, 56], "mydtyp": [28, 39, 95], "mypi": [0, 79], "myst": 79, "n": [4, 16, 21, 24, 26, 28, 31, 37, 39, 40, 41, 43, 44, 45, 51, 52, 54, 55, 67, 77, 79, 82, 87, 88, 89, 90, 91, 92, 96, 97, 98], "n_col": 6, "n_row": 6, "na": [21, 24, 28, 52, 68], "na_cod": 68, "naiv": [28, 55], "name": [0, 1, 2, 3, 16, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 34, 38, 39, 40, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 60, 62, 66, 67, 68, 70, 75, 77, 78, 79, 83, 84, 85, 89, 90, 91, 92, 96, 98], "name_dict": [28, 43, 45, 96], "name_prefix": [28, 31, 39, 84], "name_prefix_local": [28, 31, 39], "namedtupl": 13, "nameserv": 80, "namespac": [2, 4, 16, 28, 31], "nan": [5, 24, 26, 28, 37, 38, 52, 56, 91, 92, 95], "nanosecond": [28, 40, 55], "nativ": [26, 28, 69, 70, 77, 84, 92, 97], "natur": [28, 37, 87], "navalu": [21, 28, 89], "navig": [59, 62, 75, 76, 77, 79], "nbin": [28, 37, 93], "nbyte": [21, 24, 28, 29, 39, 40, 52, 54, 56, 84], "ncx2": 49, "nd": [28, 37], "ndarrai": [4, 16, 20, 21, 28, 39, 40, 42, 51, 54, 66, 84, 87, 88, 89, 95, 97, 101], "ndim": [4, 16, 20, 21, 28, 39, 54, 83, 88, 89, 95], "nearest": [28, 37], "necessari": [0, 58, 62, 75, 80], "necessarili": [21, 28, 38, 52, 54], "need": [0, 4, 21, 24, 28, 31, 39, 51, 52, 54, 58, 59, 62, 63, 64, 67, 75, 76, 77, 78, 80, 84, 91, 98], "neg": [9, 28, 40, 43, 51, 61, 90, 94, 96, 97], "neglig": [21, 28, 54], "neither": [21, 28, 29, 39, 40, 54, 55, 90, 101], "nest": [4, 16, 28, 31, 68, 84], "nestedsequ": 6, "never": [28, 37, 95], "new": [0, 20, 21, 24, 26, 28, 29, 31, 32, 34, 35, 36, 37, 39, 42, 43, 49, 51, 52, 54, 56, 58, 62, 63, 64, 79, 91, 92, 95, 96, 97, 98, 101], "new_categori": [21, 28], "new_str": [54, 101], "newaxi": 38, "newer": 76, "newfig": [28, 42], "newlin": [24, 28, 29, 31, 39, 54, 67], "newton": [35, 101], "next": [62, 64, 75, 78, 100], "nextnam": 58, "neyman": [28, 47], "ngram": [28, 51, 83], "ngroup": [26, 28, 83, 92], "nice": 0, "nightli": 1, "ninf": 38, "nkei": [26, 28, 52, 83, 92], "nl": [60, 73, 100], "nlevel": [21, 28, 83, 89], "nnz": [26, 28], "node": [21, 24, 28, 31, 39, 51, 54, 59, 68, 82, 84], "node01": [73, 100], "non": [1, 3, 21, 24, 26, 28, 31, 36, 37, 39, 40, 41, 43, 44, 45, 49, 52, 53, 54, 61, 84, 86, 87, 90, 92, 93, 94, 96, 101], "non_empti": [28, 51], "noncentr": 49, "none": [3, 4, 6, 10, 11, 12, 15, 16, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 49, 51, 52, 54, 55, 56, 59, 76, 77, 84, 85, 89, 90, 91, 92, 93, 95, 96, 98, 100], "nonexist": [24, 28, 91], "nonuniqueerror": [3, 28], "nonzero": [12, 26, 28, 36, 54, 101], "nopl": 59, "nor": [21, 28, 29, 39, 40, 54, 90, 101], "norepeat": [28, 51, 97], "normal": [21, 22, 23, 24, 26, 28, 39, 40, 43, 44, 45, 55, 58, 87, 89, 91, 92, 96], "not_alnum": 54, "not_alpha": 54, "not_decim": 54, "not_digit": 54, "not_empti": 54, "not_equ": 9, "not_spac": 54, "notabl": 101, "note": [0, 1, 2, 3, 4, 16, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 37, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 64, 66, 68, 70, 75, 77, 78, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "notebook": [22, 27, 73], "notebookhistoryretriev": 27, "notic": 66, "notifi": 68, "notimplementederror": [28, 37, 58, 93], "notna": [24, 28, 52], "notnul": [28, 52], "nov": 59, "now": [21, 23, 24, 26, 28, 29, 39, 43, 51, 52, 54, 55, 56, 58, 63, 64, 67, 70, 75, 76, 77, 92, 96], "np": [4, 7, 9, 10, 14, 16, 17, 20, 21, 24, 25, 26, 28, 33, 37, 38, 39, 40, 42, 48, 49, 51, 52, 54, 55, 56, 66, 84, 87, 88, 89, 90, 91, 92, 93, 95, 97, 101], "np_arr": 66, "null": [21, 24, 26, 28, 31, 54, 68, 84, 89, 101], "num": [6, 22, 25, 28, 37], "num_command": [22, 27], "num_match": [54, 101], "numarg": 49, "numba": [28, 39], "number": [0, 1, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 36, 37, 38, 39, 40, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 60, 62, 63, 64, 66, 68, 76, 78, 80, 82, 84, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "number_of_dimens": 68, "number_of_substit": [54, 101], "numer": [3, 24, 28, 39, 40, 42, 52, 53, 56, 57, 68, 83, 84, 86, 89, 95, 98, 101], "numeric_and_bool_scalar": [28, 39], "numeric_onli": [24, 28], "numeric_scalar": [25, 28, 37, 39, 40, 43, 44, 45, 87, 90, 96], "numid": 92, "numlocal": [21, 22, 24, 28, 29, 31, 39, 51, 54, 100], "numpi": [0, 4, 16, 20, 21, 23, 24, 25, 28, 29, 33, 37, 39, 40, 43, 45, 47, 48, 49, 51, 52, 54, 55, 57, 58, 59, 66, 79, 82, 84, 87, 88, 89, 90, 93, 94, 95, 96, 97, 99, 101], "numpu": 22, "numpy_funct": 4, "numpy_scalar": [25, 28, 39, 87], "numpydoc": 58, "nuniqu": [24, 26, 28, 51, 83, 92], "nx": [28, 37, 59], "ny": [28, 37], "nzero": 38, "o": [21, 24, 28, 29, 39, 50, 51, 54, 81, 83], "o0": 1, "o1": 1, "obj": [6, 28, 31, 56], "object": [2, 3, 4, 6, 16, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 35, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 80, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "objtyp": [20, 21, 24, 26, 28, 29, 39, 51, 52, 54, 68], "observ": [0, 28, 39, 47, 87], "obtain": [36, 54, 101], "occur": [22, 24, 26, 28, 31, 36, 37, 39, 52, 54, 58, 75, 92, 93, 98, 101], "occurr": [28, 36, 37, 39, 54, 87, 93, 101], "odd": [28, 39], "oerror": 32, "off": [54, 63, 101], "offer": [85, 91, 98, 101], "offset": [21, 26, 28, 31, 40, 54, 68, 84, 89, 99, 101], "offset_alias": [28, 55], "offset_attrib": 54, "often": [21, 28, 89, 93], "ok": 62, "old": [21, 28, 62], "older": [28, 29, 39, 68, 76], "omit": [28, 54, 55, 59, 68], "onc": [0, 24, 28, 31, 39, 52, 54, 60, 61, 62, 64, 66, 67, 70, 75, 80], "one": [0, 1, 2, 3, 4, 16, 21, 24, 25, 26, 28, 29, 31, 32, 37, 39, 40, 41, 43, 45, 49, 51, 52, 54, 58, 59, 62, 64, 66, 67, 68, 70, 73, 76, 77, 78, 79, 80, 84, 87, 89, 90, 91, 92, 96, 97, 99, 101], "one_two": [54, 101], "onelin": 62, "ones": [1, 6, 22, 24, 28, 37, 40, 52, 59, 63, 82, 83, 87, 90], "ones_lik": [6, 28, 40, 83, 90], "onli": [4, 16, 21, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 43, 51, 52, 53, 54, 56, 58, 59, 61, 63, 64, 66, 68, 70, 75, 78, 79, 81, 82, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "onlin": [62, 80], "onto": [24, 28, 54, 101], "op": [21, 23, 24, 28, 31, 39, 51, 54, 59], "open": [0, 3, 21, 24, 28, 29, 31, 32, 39, 43, 45, 51, 52, 54, 55, 80, 96], "opeq": [23, 28, 39], "opeqop": [28, 39], "oper": [21, 22, 23, 24, 26, 28, 29, 31, 39, 50, 51, 53, 54, 58, 59, 62, 69, 73, 79, 81, 82, 83, 86, 91, 92, 94, 100], "opt": [75, 76, 77], "optim": 63, "option": [1, 3, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 43, 44, 45, 51, 52, 54, 55, 58, 59, 62, 68, 73, 75, 76, 77, 79, 82, 84, 90, 91, 92, 93, 96, 98, 99, 100, 101], "order": [0, 20, 21, 23, 24, 26, 28, 31, 37, 39, 40, 41, 47, 49, 51, 52, 53, 54, 56, 60, 68, 70, 75, 83, 86, 88, 89, 90, 91, 92, 93, 94, 97, 98, 101], "ordin": [28, 37], "org": [7, 24, 28, 47, 52, 56, 58, 88], "orient": [70, 89, 91, 95, 101], "orig": [54, 101], "orig_kei": [26, 28, 92], "origin": [21, 23, 24, 26, 28, 29, 31, 35, 37, 38, 39, 41, 51, 52, 54, 55, 87, 89, 90, 91, 92, 97, 101], "origin_indic": [28, 51, 54, 97], "osxsav": 59, "other": [3, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 43, 45, 51, 53, 54, 55, 59, 63, 64, 66, 84, 85, 86, 87, 89, 92, 96, 97, 99, 101], "other_df": [24, 28], "otherwis": [0, 20, 21, 24, 25, 26, 28, 29, 31, 35, 38, 39, 40, 41, 43, 45, 49, 51, 52, 54, 56, 58, 81, 84, 88, 89, 91, 92, 95, 97, 99, 101], "our": [0, 28, 39, 58, 59, 61, 62, 66, 68, 73, 75, 80, 81, 84], "out": [0, 15, 22, 24, 28, 37, 51, 63, 64, 67, 68, 70, 75, 78, 93, 94, 97], "outer": [24, 28, 94], "outlier": 59, "outlin": [62, 68], "outperform": [28, 39, 87], "output": [0, 1, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 43, 45, 51, 52, 54, 62, 66, 70, 73, 84, 87, 92, 93, 95, 96, 99, 100], "outsid": [0, 28, 37, 67, 78], "outstand": 0, "over": [3, 21, 24, 28, 31, 37, 39, 43, 45, 51, 54, 82, 87, 88, 89, 91, 93, 95, 96, 97, 101], "overflow": [20, 21, 28, 37, 39, 54, 84, 88, 89, 95, 101], "overflowerror": 38, "overlap": [3, 24, 28, 36, 54, 101], "overload": [26, 28, 92], "overnight": 64, "overrid": [20, 21, 23, 28, 39, 40, 54, 63, 84, 88, 89, 95, 101], "overridden": [28, 40, 50], "overview": 59, "overwhelm": [28, 40, 84], "overwrit": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 92, 95], "overwritten": [20, 21, 24, 28, 29, 31, 39, 51, 54, 68, 70], "own": [0, 1, 28, 55, 97, 101], "p": [3, 28, 39, 40, 43, 45, 47], "packag": [76, 77, 79, 81], "pad": [23, 28, 62], "pae": 59, "page": [57, 62, 75], "pai": 59, "pair": [28, 32, 33, 37, 38, 51, 97], "pairwis": [24, 28, 37], "panda": [0, 24, 28, 29, 31, 40, 52, 55, 58, 69, 71, 79, 84, 85, 89, 91], "parallel": [61, 84, 95, 99], "parallel_start_test": 0, "param": [2, 21, 28, 29, 31, 39, 51, 54, 59], "paramet": [0, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 77, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "parent": [1, 24, 28, 36], "parent_entry_nam": [35, 36], "pariti": [28, 39], "parquet": [21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 67, 69, 71, 84, 92], "parquet_output": [24, 28], "pars": [22, 23, 24, 28, 29, 39, 52, 58, 100], "parse_hdf_categor": [21, 28], "parseabl": [28, 40, 90], "parser": 79, "part": [0, 4, 16, 28, 51, 54, 80, 101], "particular": [4, 24, 28, 49, 52, 78], "particularli": [76, 78], "partit": [54, 101], "paruqet": 70, "pass": [0, 1, 3, 16, 21, 23, 24, 26, 28, 31, 37, 39, 43, 51, 52, 54, 62, 84, 91, 92, 96, 98], "password": [1, 24, 28, 52, 80], "past": 64, "pat": 59, "path": [20, 24, 28, 29, 31, 32, 39, 50, 59, 64, 75, 76, 77, 78, 80, 84], "path_prefix": [28, 31], "path_to_ark": 77, "path_to_arkouda": 79, "path_to_chpl": 77, "pathlib": [24, 28, 32, 50], "pattern": [35, 36, 54, 62, 66, 92, 101], "pb": 22, "pcg64": [43, 96], "pcid": 59, "pclmulqdq": 59, "pct_avail_mem": 22, "pd": [24, 28, 31, 40, 52, 55, 56, 66, 84, 91], "pd_df": [24, 28, 66, 91], "pda": [26, 28, 37, 39, 40, 53, 55, 56, 58, 86, 87, 90, 93, 95, 99], "pda1": [28, 39, 41, 99], "pda2": [28, 39, 41, 99], "pdarrai": [3, 20, 21, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 96, 97, 98, 99, 101], "pdarrayclass": [20, 21, 23, 24, 28, 29, 31, 33, 35, 37, 40, 41, 44, 45, 48, 51, 52, 53, 54, 56, 57, 91], "pdarraycr": [28, 39, 57], "pdarraysetop": [28, 51, 57, 58, 97], "pdconcat": [28, 52, 98], "pdf": 49, "pdpe1gb": 59, "pdrrai": [28, 37, 40, 84], "pearson": [24, 28, 39, 47], "peel": [54, 83, 101], "pep": 16, "pep8": 0, "per": [1, 20, 21, 22, 24, 26, 28, 29, 31, 39, 51, 54, 58, 59, 64, 68, 78, 84, 87, 92], "percent": [22, 49], "percent_transfer_limit": 56, "percentag": [22, 56], "percentil": 49, "perf_count": 59, "perform": [20, 21, 24, 26, 28, 29, 31, 33, 37, 39, 41, 51, 54, 59, 61, 62, 63, 66, 67, 69, 75, 83, 84, 87, 90, 91, 92, 95], "period": [28, 55], "perl": 76, "perm": [24, 28, 53, 56, 86, 91], "perm_arri": [24, 28, 91], "perm_df": [24, 28, 91], "permiss": [21, 28, 29, 39, 51, 54], "permut": [21, 24, 26, 28, 43, 45, 53, 54, 56, 68, 83, 86, 89, 92, 99], "permute_dim": 11, "person": 0, "pexpect": 79, "pge": 59, "physic": [22, 35, 101], "physicalmemori": 22, "pi": [5, 28, 37, 38], "piec": 63, "pierce314159": 0, "pig": [24, 28, 52], "pinf": 38, "pip": [75, 76, 77], "pipe": 101, "pipelin": [84, 101], "pkg": 76, "place": [21, 23, 24, 26, 28, 29, 31, 34, 39, 43, 45, 50, 51, 52, 54, 55, 56, 60, 64, 87, 91, 92], "placement": [28, 37], "plan": [80, 81, 93, 95], "platform": [38, 50], "pleas": [0, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 60, 62, 63, 66, 68, 70, 71, 75, 76, 77, 78, 89, 91, 92], "plot": [28, 37, 49, 57, 84, 93], "plot_dist": [28, 42], "plt": [28, 37, 42, 49, 93], "plu": [28, 37], "pni": 59, "point": [24, 28, 29, 33, 37, 38, 39, 40, 44, 45, 49, 52, 80, 90, 91, 95], "pointer": 38, "popcnt": 59, "popcount": [28, 38, 39], "popul": [26, 28, 32, 36, 39, 87, 92], "port": [1, 21, 22, 24, 28, 31, 39, 51, 52, 54, 63, 73, 82, 100], "portion": 68, "pos_dt": [28, 33], "posit": [9, 24, 28, 35, 36, 38, 39, 52, 54, 94, 98, 101], "position": [24, 28], "positon": [54, 101], "possibl": [0, 24, 28, 31, 37, 49, 51, 54, 55, 58, 59, 62, 66, 75, 80, 84, 97, 101], "possibli": 58, "post": [0, 62], "postit": [54, 101], "potenti": [24, 28, 39], "pow": 9, "power": [9, 28, 39, 47, 72, 94], "power_diverg": [28, 47], "power_divergenceresult": [28, 47], "powershel": 80, "ppf": 49, "pr": [0, 62], "practic": [0, 26, 28, 39, 78, 87, 92], "pre": [21, 28, 56, 89], "preced": 49, "precis": [28, 31, 37, 38, 84, 95], "pred": [28, 33], "predic": [28, 33], "prefer": [0, 77, 79, 81, 96], "prefix": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 55, 83, 92, 101], "prefix_path": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 92], "prepar": [24, 26, 28, 75, 92], "prepend": [28, 51, 54, 83, 101], "prepend_singl": [28, 51, 83, 97], "prerequisit": [75, 76, 77], "presenc": 16, "present": [0, 3, 21, 23, 24, 28, 29, 31, 37, 39, 41, 51, 52, 54, 66, 68, 84, 93, 99], "preserv": [24, 28, 52, 98, 101], "pretti": 64, "pretty_print_info": [21, 28, 39, 54], "pretty_print_inform": [28, 30], "prev": 62, "prevent": [23, 28, 31, 39, 51, 67, 68, 76, 97], "previou": [62, 64, 77], "previous": [21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 92], "primarili": [16, 84], "print": [0, 1, 21, 22, 24, 28, 30, 39, 46, 52, 54, 80, 100], "print_server_command": 22, "printabl": [28, 40], "printit": 0, "prior": 78, "probabl": [21, 28, 43, 45, 49, 54, 96], "problem": [0, 59, 73, 82], "problem_s": 59, "proc": [0, 58], "proce": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "procedur": 0, "proceed": 75, "process": [22, 28, 30, 31, 52, 58, 65, 68, 73, 80, 84, 97, 101], "processor": [22, 59], "prod": [15, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "prod_sum_dtyp": 15, "produc": [21, 28, 54, 89, 96, 101], "product": [19, 26, 28, 37, 39, 40, 84, 87, 88, 92, 93], "program": [0, 21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 73, 92, 100], "progress": 77, "project": [0, 24, 28, 52, 59, 62, 75], "promot": [4, 58], "proof": [23, 28], "proper": [28, 37, 51, 54, 56, 97], "properli": [0, 63, 68, 76, 77], "properti": [2, 4, 16, 21, 24, 28, 29, 39, 51, 52, 55, 58, 68], "protect": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "proto": 16, "protocol": 16, "provid": [0, 7, 20, 21, 24, 26, 28, 29, 31, 39, 43, 45, 51, 52, 54, 56, 59, 61, 66, 67, 68, 70, 71, 75, 76, 77, 79, 84, 87, 91, 92, 96, 97], "prune": 79, "pse": 59, "pse36": 59, "pseudo": 96, "pti": 59, "publish": 62, "pull": [28, 31, 40, 62, 68], "purg": 54, "purge_cached_regex_pattern": 54, "purpos": [59, 62, 85, 91, 98], "push": [62, 75], "put": [24, 26, 28, 64, 92], "pvalu": [28, 47], "pwd": [76, 77], "pwr": [28, 39], "py": [0, 1, 58, 59, 63, 75, 78, 79, 82], "pyarrow": [79, 84], "pycapsul": 16, "pycharm": 0, "pydata": [24, 28, 52], "pyfiglet": 79, "pypi": [24, 28, 52], "pyplot": [28, 37, 42, 49, 93], "pytest": [0, 65, 79], "python": [3, 4, 16, 20, 21, 22, 23, 27, 28, 38, 39, 40, 41, 50, 52, 54, 59, 72, 75, 80, 81, 83, 84, 87, 88, 89, 90, 91, 94, 95, 101], "python3": [59, 63, 75, 76], "python_build": 59, "python_compil": 59, "python_implement": 59, "python_implementation_vers": 59, "python_vers": 59, "pythonpath": [76, 77], "pyzmq": 79, "pzero": 38, "q": [38, 49], "q1": 59, "q3": 59, "quadrupl": 38, "qualifi": [24, 28], "queri": [3, 28, 84], "quetzal": [24, 28, 52], "quick": [22, 63], "quickli": [24, 28, 60, 91], "quickstart": [76, 77, 81], "quit": [0, 73], "quotient": [28, 39], "r": [0, 24, 28, 49, 59, 62, 66, 76, 77, 82], "rad2deg": [28, 37], "radian": [28, 37], "radix": [28, 53, 86], "radixsortlsd": [28, 53, 86], "rai": [28, 37], "rais": [3, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 44, 45, 50, 51, 52, 53, 54, 55, 56, 58, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 97, 98, 99, 100, 101], "ran": [59, 63], "randint": [22, 26, 28, 37, 40, 44, 45, 53, 66, 83, 86, 87, 90, 92, 93], "randn": [28, 42], "random": [24, 28, 40, 42, 49, 57, 59, 82, 83], "random_st": 49, "random_strings_lognorm": [28, 40], "random_strings_uniform": [28, 40], "randomli": [28, 43, 45], "rang": [3, 21, 24, 28, 29, 31, 33, 37, 39, 40, 43, 44, 45, 51, 52, 54, 55, 82, 84, 87, 90, 91, 93, 96, 98, 101], "rank": [21, 28, 39, 40, 54, 68, 83, 84, 89, 90, 94], "rasi": [21, 28, 54, 89, 101], "rate": 59, "rather": [4, 16, 21, 24, 28, 54], "ratio": 38, "raw": [54, 101], "rc": 77, "rdrand": 59, "rdrnd": 59, "rdseed": 59, "rdtscp": 59, "re": [0, 21, 22, 24, 26, 28, 75, 92, 100, 101], "re2": [21, 28, 54, 75, 89, 101], "reach": 0, "reachabl": 100, "reactiv": 77, "read": [20, 21, 24, 28, 29, 31, 32, 39, 47, 52, 54, 67, 68, 69, 70, 88, 101], "read_": [28, 31], "read_all_test": 1, "read_csv": [24, 28, 31, 67, 71], "read_hdf": [28, 31, 51, 71, 84], "read_nest": [28, 31, 84], "read_parquet": [28, 31, 71, 84], "read_path": [28, 31, 84], "read_tagged_data": [28, 31], "readabl": [21, 28, 30, 31, 39, 54, 68, 84], "readalltest": 1, "readi": [0, 60, 62, 76, 77], "readm": 1, "readthedoc": 58, "real": [0, 9, 28, 40, 44, 45, 62, 68], "realist": [21, 28, 54], "realli": [0, 54], "reason": [62, 64, 77], "rebas": 0, "rebuild": [26, 28, 58, 61, 63, 64, 92], "rebuilt": 63, "receiv": [20, 21, 22, 24, 28, 29, 31, 39, 51, 54, 84, 88, 95, 100], "receive_arrai": [21, 24, 28, 39, 51, 54], "receive_datafram": [28, 31], "recent": 62, "recogn": 16, "recommend": [0, 28, 37, 43, 45, 60, 64, 70, 76, 79, 80, 81, 91, 96, 97], "recompil": 64, "recomput": [21, 28, 31], "reconnect": [28, 39], "reconstitut": [21, 28], "reconstruct": 68, "record": [28, 31], "recurs": [28, 40, 84], "reduc": [24, 26, 28, 63, 65, 92], "reduct": [26, 28, 39, 82, 83, 92, 93], "refer": [0, 24, 26, 28, 47, 52, 63, 66, 75, 77, 79, 92], "reflect": [24, 28, 77, 91, 97], "reformat": [0, 84], "regard": 76, "regex": [21, 28, 54, 89, 101], "regex_max_captur": 1, "regist": [1, 4, 21, 23, 24, 26, 28, 29, 30, 39, 51, 52, 54, 55, 56, 58, 83, 92], "register_al": [28, 56], "registerablepiec": [21, 28], "registerd": [28, 52], "registeredsymbol": [28, 30], "registerfunct": 78, "registr": [28, 39, 54], "registrationerror": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "registri": [21, 24, 26, 28, 29, 30, 39, 52, 54, 55, 56, 92], "regular": [21, 28, 54, 83, 89], "relat": [59, 62, 66], "releas": [20, 21, 24, 28, 29, 31, 39, 51, 54, 59, 64, 65, 76, 77, 96], "reli": [21, 28, 29, 39, 51, 54, 92], "remain": [20, 21, 24, 28, 29, 31, 37, 39, 51, 54, 76, 84, 85, 91, 98], "remaind": [9, 28, 39, 54, 101], "remap": [21, 28], "rememb": [64, 66], "remot": [62, 76, 77, 100], "remov": [20, 21, 24, 28, 29, 31, 39, 51, 54, 59, 63, 79, 91, 97, 101], "remove_repeat": [28, 51, 83, 97], "renam": [24, 28], "rep_good": 59, "rep_msg": [21, 23, 24, 26, 28, 29, 51, 54, 78], "repack": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54], "repeat": [1, 11, 21, 28, 51, 89, 97], "repetit": 11, "repl": [27, 36, 54, 101], "replac": [3, 24, 28, 31, 36, 39, 43, 45, 51, 54, 60, 62, 68, 77, 78, 79, 97, 101], "repli": 58, "replic": [26, 28, 92], "repmsg": [28, 52, 58], "repo": [76, 77, 81], "repons": [28, 29, 39, 54], "report": [26, 28, 64], "report_mem": 56, "repr": [24, 26, 28, 49, 52], "repres": [21, 23, 26, 28, 49, 51, 52, 54, 55, 59, 68, 89, 92, 101], "represent": [23, 24, 28, 38, 39], "reproduc": [0, 28, 43, 44, 45, 65, 90, 96], "reqmsg": 58, "request": [24, 26, 28, 32, 39, 40, 54, 58, 62, 90, 91, 92], "requir": [0, 3, 4, 16, 22, 24, 26, 28, 29, 31, 33, 39, 40, 52, 60, 61, 63, 64, 68, 69, 70, 73, 78, 84, 90, 91, 92], "requiredpiec": [21, 28], "reset_categori": [21, 28], "reset_index": [24, 28, 91], "reshap": [11, 20, 28, 39, 83, 88], "resid": [28, 39, 54, 95], "resili": [28, 53, 86], "resisterfunct": 58, "resolv": [0, 61, 73, 80], "resolve_scalar_dtyp": [25, 28], "respect": [24, 28, 37, 39, 40, 41, 49, 55, 62, 84, 90], "respond": 58, "respons": [22, 24, 28, 54, 58], "rest": [28, 52], "restor": [28, 31], "restrict": [4, 16], "result": [3, 21, 24, 26, 28, 29, 31, 33, 37, 39, 40, 41, 42, 43, 44, 45, 47, 49, 51, 52, 54, 55, 58, 59, 66, 67, 68, 69, 77, 84, 87, 90, 91, 92, 95, 96, 97, 98, 101], "result_array_on": [28, 33], "result_limit": [28, 33], "result_typ": 7, "ret": 58, "retain": [28, 37, 39, 56, 87], "retain_index": [24, 28, 91], "retriev": [22, 27, 28, 30, 39, 50, 52, 62], "return": [3, 4, 7, 16, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 67, 69, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "return_count": [28, 37, 93], "return_group": [26, 28, 99], "return_group_origin": [35, 101], "return_indic": [26, 28, 99], "return_length": [28, 33], "return_match_origin": [35, 36, 54, 101], "return_multipl": [28, 51, 97], "return_num_sub": 36, "return_obj": [28, 31, 84], "return_origin": [28, 51, 54, 97], "return_seg": [36, 54, 101], "return_valid": [28, 37, 95], "revarg": [3, 28], "revers": [4, 16, 23, 26, 28], "review": 62, "revindic": [3, 28], "revkei": [3, 28], "rf": 75, "rh": 76, "right": [3, 12, 23, 24, 28, 39, 43, 49, 53, 54, 55, 62, 86, 91, 94, 96, 100, 101], "right_align": [3, 28], "right_df": [24, 28], "right_shift": 9, "right_suffix": [24, 28], "risk": [28, 37, 68], "rm": 75, "rng": [28, 43, 45, 55, 96], "role": 1, "roll": 11, "root": [21, 23, 24, 26, 28, 29, 39, 52, 55, 59, 68, 76, 84, 87, 92], "rot": [28, 39], "rotat": [28, 37, 39], "rotl": [28, 39], "rotr": [28, 39], "round": [9, 28, 37, 59], "rout": 80, "row": [3, 24, 26, 28, 29, 31, 39, 41, 51, 52, 53, 54, 57, 66, 67, 84, 86, 91, 92, 97, 99], "row_major": [20, 28, 39, 88], "row_numb": [26, 28], "row_start": [26, 28], "rpartit": [54, 101], "rpath": 75, "rpeel": [54, 83, 101], "rtype": [28, 29], "rule": [4, 28, 37, 95], "run": [20, 21, 22, 24, 28, 31, 37, 39, 51, 54, 63, 64, 66, 73, 75, 76, 77, 79, 80, 82, 84, 88, 89, 95, 97, 100, 101], "runtim": [16, 22, 61], "runtime_check": 16, "runtimeerror": [20, 21, 22, 24, 26, 28, 29, 30, 31, 35, 37, 39, 40, 41, 51, 52, 54, 55, 84, 87, 88, 89, 90, 92, 93, 95, 99, 100, 101], "runtimewarn": [28, 31, 84], "ruok": 22, "rv": 49, "rv_continu": 49, "s1": [28, 37, 87], "s2": [28, 29, 37, 52, 87], "s3": [24, 28, 52], "sa": [28, 56], "sacrific": 101, "safe": [28, 37, 62, 95], "sai": 100, "sake": 58, "salari": 66, "same": [3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 50, 51, 52, 53, 54, 55, 62, 66, 67, 68, 70, 76, 77, 78, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 101], "sampl": [24, 28, 37, 40, 43, 44, 45, 96], "satisfi": [3, 24, 28, 31], "save": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 60, 62, 63, 68, 69, 70, 84, 89, 92, 99], "save_al": [28, 29, 31, 39, 71], "save_offset": 54, "saveusedmodul": [63, 64, 78], "sb": [28, 56], "scalar": [3, 4, 16, 21, 24, 28, 37, 39, 51, 52, 58, 59, 82, 83, 89, 93, 94, 97, 98], "scalardtyp": [25, 28], "scale": [21, 28, 42, 47, 49, 61, 66, 72], "scaler": [28, 52, 98], "scan": 83, "scatter": [59, 83], "schema": 84, "scheme": 62, "scienc": 92, "scipi": [0, 28, 57, 79], "scl": 76, "scope": [0, 78], "script": [58, 63, 77, 78, 82], "scroll": 75, "se": [26, 28, 39, 87, 92], "search": [3, 21, 28, 35, 41, 54, 83, 89], "search_interv": [3, 28], "searchsort": 12, "sec": [28, 55, 59], "second": [3, 22, 28, 32, 37, 40, 41, 52, 54, 55, 56, 58, 59, 63, 66, 87, 90, 95, 98, 99, 100, 101], "secret": 50, "section": [1, 28, 37, 59, 61, 62, 63, 64, 66, 68, 73, 75, 79, 87], "secur": [28, 37, 57], "see": [0, 1, 3, 4, 7, 9, 10, 14, 16, 17, 24, 26, 28, 37, 39, 42, 43, 45, 49, 52, 54, 55, 56, 58, 59, 62, 63, 64, 73, 75, 78, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 101], "seed": [28, 40, 43, 44, 45, 49, 59, 82, 90, 96], "seen": [22, 100], "seg": 56, "seg_a": [28, 51, 97], "seg_b": [28, 51, 97], "seg_suffix": [28, 51], "segarr": [28, 51, 97], "segarrai": [26, 28, 31, 37, 57, 83, 84, 91, 92], "segment": [21, 24, 26, 28, 31, 33, 51, 54, 56, 68, 83, 84, 89, 92, 97, 99, 101], "segment_nam": [28, 51], "segstr": 54, "select": [22, 24, 27, 28, 31, 51, 52, 58, 62, 75, 81, 91, 97], "self": [16, 21, 24, 28, 39, 51, 54, 84, 85, 88, 89, 91, 95, 96, 97, 98, 101], "send": [21, 22, 24, 28, 31, 39, 40, 51, 54, 58, 84, 91, 100], "send_arrai": [28, 31], "sens": [24, 28, 52], "sensit": [28, 55], "sent": [28, 31, 69], "sep": 59, "separ": [1, 4, 23, 24, 28, 29, 31, 32, 39, 49, 54, 59, 67, 68, 78, 84, 95, 101], "sequenc": [3, 21, 23, 28, 29, 37, 39, 40, 41, 43, 45, 51, 53, 56, 86, 90, 92, 95, 97, 99, 101], "sequenti": [28, 31, 84], "seri": [2, 24, 28, 29, 40, 55, 56, 57], "serv": 81, "server": [0, 1, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 35, 39, 40, 43, 44, 45, 50, 51, 52, 54, 55, 61, 63, 64, 76, 77, 80, 82, 83, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 101], "server_util": [0, 1], "serverdaemon": 58, "servererrorstr": 58, "serverhostnam": 22, "servermodul": [1, 63, 64, 78], "serverport": 22, "session": [63, 73], "set": [1, 3, 20, 21, 23, 24, 26, 28, 29, 31, 34, 37, 39, 40, 41, 50, 51, 52, 54, 55, 59, 60, 62, 67, 68, 75, 76, 77, 78, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 101], "set_categori": [21, 28], "set_dtyp": [28, 29, 85], "set_jth": [28, 51, 83, 97], "set_xlim": 49, "setchplenv": [76, 77], "setdiff": [28, 51, 83, 97], "setdiff1d": [28, 41, 51, 58, 66, 83, 97, 99], "setop": 83, "setup": [1, 75, 80], "setxor": [28, 51, 83, 97], "setxor1d": [28, 41, 51, 58, 66, 83, 97, 99], "sever": [66, 68, 84, 87, 90], "sf": 49, "sh": [76, 77], "shallow": [26, 28, 91], "shape": [3, 4, 6, 11, 16, 20, 21, 24, 28, 29, 37, 39, 43, 45, 49, 52, 54, 56, 68, 83, 87, 88, 89, 95, 96], "share": [20, 21, 24, 26, 28, 29, 39, 51, 54, 62, 80, 92], "shell": [22, 27, 28, 31, 77, 84], "shellhistoryretriev": 27, "shift": [11, 49], "short": 38, "shorthand": [28, 39, 54], "should": [0, 1, 4, 16, 21, 24, 25, 26, 28, 31, 37, 39, 40, 52, 54, 56, 58, 62, 63, 64, 66, 67, 68, 69, 73, 75, 76, 77, 79, 84, 91, 92, 95, 100], "shouldn": [63, 64], "show": [24, 28, 31, 42, 49, 75, 84, 88, 92], "show_int": [23, 28], "shown": 100, "shuffl": [28, 43, 45], "shut": [22, 73, 78], "shutdown": [22, 63, 64, 78], "side": [1, 12, 20, 21, 22, 24, 26, 28, 29, 30, 31, 35, 39, 40, 43, 45, 51, 52, 54, 55, 58, 62, 63, 73, 78, 80, 84, 87, 88, 89, 92, 93, 94, 95, 96, 97, 100, 101], "sigma": [28, 40, 43, 44, 45, 96], "sign": [9, 28, 31, 37, 38, 39, 43, 45, 84, 91, 95, 96], "signatur": [16, 27, 58], "signedinteg": 38, "signific": [23, 28, 37, 39, 53, 62, 78, 86, 87], "significantli": [21, 28, 63, 89], "similar": [0, 28, 31, 54, 59, 66, 84, 95, 97, 101], "similarli": [20, 28, 59, 66, 88], "simpl": [0, 16, 66, 78, 93], "simplest": 59, "simpli": [21, 22, 28, 37, 90], "simplic": 58, "simplifi": [0, 59], "simul": [76, 77], "sin": [9, 28, 37, 83, 87], "sinc": [1, 4, 28, 37, 43, 64, 89, 91, 95, 96, 101], "sine": [28, 37, 87], "singl": [0, 2, 3, 4, 16, 20, 21, 23, 24, 26, 28, 29, 31, 33, 37, 38, 39, 41, 43, 45, 51, 54, 63, 64, 66, 68, 70, 75, 78, 82, 84, 90, 91, 92, 94, 96, 97, 99], "singlecomplex": 38, "singleton": [28, 39], "sinh": [9, 28, 37], "siphash": [28, 37], "siphash128": [21, 28, 54], "site": 75, "situat": [28, 40], "six": [28, 54, 101], "size": [3, 4, 16, 20, 21, 24, 25, 26, 28, 29, 31, 33, 37, 39, 40, 43, 44, 45, 49, 51, 52, 53, 54, 55, 56, 59, 66, 68, 69, 70, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 101], "skew": [28, 49], "skip": [1, 26, 28, 31, 54, 76, 84, 92, 99, 101], "skipna": [26, 28, 92], "slice": [21, 24, 28, 39, 66, 83, 88, 89, 91, 97, 101], "slice_bit": [28, 39], "slightli": [24, 28, 31, 91], "slower": [21, 28, 101], "small": [24, 28, 37, 52, 68, 84], "smaller": [28, 52, 62, 67, 84], "smallest": [28, 39, 52, 87, 98], "smallest_norm": 7, "smap": 59, "smemtrack": 1, "smep": 59, "smith": 66, "snappi": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70, 75], "snapshot": [28, 31], "so": [0, 1, 21, 23, 24, 26, 28, 31, 37, 39, 43, 45, 51, 52, 54, 59, 61, 62, 63, 64, 78, 79, 80, 84, 87, 88, 91, 92, 96, 98, 99], "socket": [22, 100], "softwar": 76, "some": [0, 4, 21, 24, 28, 49, 60, 66, 70, 75, 76, 89, 91, 97, 101], "someon": [0, 62], "someth": [62, 63, 100], "sometim": [49, 78, 88, 95], "somewhat": 61, "somewher": 58, "sort": [1, 3, 14, 21, 24, 26, 28, 37, 39, 41, 51, 52, 54, 56, 57, 62, 82, 83, 87, 89, 90, 92, 93, 99, 101], "sort_index": [24, 28, 52, 98], "sort_valu": [24, 28, 52, 91, 98], "sorted_df1": [24, 28, 91], "sorted_df2": [24, 28, 91], "sorter": 12, "sortingalgorithm": [28, 53, 86], "sought": [54, 101], "sourc": [0, 1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 60, 68, 73, 75, 76, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101], "space": [0, 1, 3, 28, 37, 40, 54, 55, 59, 75, 78, 90, 93, 101], "span": [54, 101], "spars": [3, 26, 28, 56, 92, 95], "sparse_sum_help": 56, "special": [23, 28, 47, 49, 52, 54, 57, 95, 98], "special_objtyp": [23, 28, 55], "special_str": 54, "specif": [0, 4, 16, 24, 28, 31, 43, 45, 49, 64, 67, 68, 69, 76, 78, 83, 84, 91, 96], "specifi": [1, 3, 4, 7, 11, 16, 20, 23, 24, 26, 28, 29, 31, 32, 39, 40, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 63, 69, 84, 87, 88, 90, 91, 92, 96, 97], "speed": [21, 28, 41, 61, 65, 78, 89, 90, 99], "sphinx": [57, 75, 79], "splash": 1, "split": [25, 28, 36, 54, 62, 83], "spread": 84, "sqrt": [9, 26, 28, 39, 87, 92], "squar": [9, 26, 28, 37, 39, 47, 49, 87, 92], "squared_test": [28, 47], "squash": 0, "squeez": 11, "src": [58, 78], "ss": 59, "ssbd": 59, "sse": 59, "sse2": 59, "sse4_1": 59, "sse4_2": 59, "ssegmentedstr": 54, "ssh": 1, "ssse3": 59, "st": 58, "stabl": [14, 28, 53, 86, 88], "stack": [11, 101], "standard": [0, 4, 21, 26, 28, 39, 40, 43, 44, 45, 49, 55, 58, 59, 60, 87, 92, 93, 96], "standard_norm": [28, 40, 43, 44, 45, 83], "standardize_categori": [21, 28], "start": [0, 3, 4, 6, 16, 21, 24, 26, 28, 29, 33, 35, 39, 40, 51, 52, 53, 54, 55, 68, 83, 86, 89, 90, 92, 94, 97, 101], "startswith": [21, 28, 54, 83, 89, 101], "startup": [1, 73, 83], "stat": [28, 47, 57, 59], "state": [21, 28, 43, 45, 54, 62, 96], "static": [16, 21, 28, 29, 39, 51, 54, 92], "statist": [26, 28, 39, 47, 59, 83, 87, 92], "statu": 22, "std": [15, 24, 26, 28, 39, 49, 52, 55, 83, 87, 92, 93], "stddev": 59, "stddev_outli": 59, "stdev": [28, 43, 45, 96], "step": [0, 6, 26, 28, 59, 60, 61, 64, 75, 78, 81, 99, 100], "stepfil": 49, "stibp": 59, "stick": [54, 64, 83, 101], "still": [68, 101], "stop": [6, 22, 28, 40, 90, 94], "storag": [24, 28, 52, 59], "storage_opt": [24, 28, 52], "store": [20, 23, 24, 26, 28, 29, 31, 38, 40, 44, 45, 50, 54, 59, 67, 68, 71, 80, 84, 88, 89, 90, 92, 97, 101], "str": [2, 4, 6, 7, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42, 49, 50, 51, 52, 54, 55, 56, 59, 67, 84, 87, 88, 89, 90, 91, 92, 95, 100, 101], "str_": [25, 28, 93], "str_acc": [28, 52], "str_scalar": [21, 25, 28, 36, 54, 89, 101], "straight": 62, "strategi": [79, 80, 84], "stream": [4, 16, 28, 43, 45, 63, 96], "streamhandl": 28, "strict": [24, 26, 28, 37, 49, 52, 95], "strict_typ": [28, 31], "stricttyp": [28, 31, 84], "stride": [24, 28, 33, 40, 90, 91, 94], "string": [0, 1, 3, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 62, 78, 83, 84, 86, 87, 89, 90, 91, 92, 93, 95, 97, 98, 99], "string_oper": [2, 28], "stringa": 54, "stringaccessor": [2, 28], "stringb": 54, "stringc": 54, "stringifi": [24, 28, 91], "strings0": 54, "strings1": 54, "strings2": 54, "strings_arrai": [54, 68], "strings_encodedecod": 59, "strings_end": [54, 101], "strings_pdarrai": 54, "strings_start": [54, 101], "strip": 54, "strive": 62, "strongli": [28, 37], "structur": [16, 21, 24, 28, 51, 66, 70, 91, 92, 95, 97, 101], "strucutur": 97, "style": [0, 21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 91, 92, 95], "sub": [28, 36, 38, 51, 54, 83, 101], "subclass": [4, 38], "subdir": 76, "subdirectori": 58, "subject": [1, 28, 55], "subn": [54, 83, 101], "subplot": 49, "subsequ": [28, 37, 68], "subset": [4, 21, 22, 24, 27, 28, 51, 78, 87, 91, 97], "substanti": 62, "substitu": [54, 101], "substitut": [36, 54, 73, 75, 101], "substr": [21, 23, 28, 54, 83, 89], "subsystem": 80, "subtract": 9, "subtyp": 16, "succeed": [28, 37, 95], "success": [20, 21, 22, 24, 28, 29, 31, 33, 37, 39, 51, 54, 95, 100], "successfulli": 77, "sudo": [76, 80], "suffix": [24, 28, 31, 51, 54, 68, 83, 101], "suggest": [64, 80], "sum": [15, 24, 26, 28, 37, 39, 51, 52, 55, 56, 83, 87, 92, 93], "summar": [83, 84], "summari": [0, 24, 28], "super": 0, "supercomput": 72, "suppli": [26, 28, 31, 37, 40, 51, 68, 70, 71, 90, 91], "support": [0, 21, 23, 24, 25, 26, 28, 29, 31, 32, 37, 39, 40, 41, 43, 50, 51, 52, 54, 55, 58, 66, 69, 73, 76, 77, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "supported_opeq": [28, 55], "supported_scalar": [28, 52], "supported_with_datetim": [28, 55], "supported_with_pdarrai": [28, 55], "supported_with_r_datetim": [28, 55], "supported_with_r_pdarrai": [28, 55], "supported_with_r_timedelta": [28, 55], "supported_with_timedelta": [28, 55], "supportsbufferprotocol": [6, 16], "supportsdlpack": 16, "suppress": [24, 28], "sure": [0, 24, 28, 29, 31, 39, 54, 62, 80], "surround": [0, 49], "surviv": [3, 28, 49], "switch": [78, 88], "sy": [24, 26, 28, 49, 52], "symbol": [22, 28, 30, 39, 51, 54, 58, 95], "symentri": 58, "symlink": 80, "symmetr": [3, 26, 28, 41, 51, 66, 83, 99], "symmetric_differ": [26, 28], "symtab": 58, "symtabl": 22, "sync": 77, "synchron": [21, 28], "syntax": 94, "syscal": 59, "system": [1, 20, 21, 28, 39, 50, 54, 58, 59, 77, 78, 79, 80, 81, 84, 87, 88, 89, 95, 100, 101], "t": [0, 4, 16, 24, 28, 31, 54, 55, 58, 62, 63, 64, 75, 76, 77, 80, 82, 101], "t1": [28, 33], "t2": [28, 33], "tab": [0, 62, 75], "tabl": [3, 22, 24, 28, 30, 39, 51, 52, 54, 58, 59, 79, 95, 97], "tablefmt": [24, 28, 52], "tablul": [24, 28, 52], "tabul": [24, 28, 52, 79], "tag": [0, 28, 31, 34, 62, 64], "tag_data": [28, 31], "tagdata": [28, 31], "taht": 84, "tail": [24, 28, 40, 52], "take": [0, 10, 23, 26, 28, 34, 39, 43, 45, 49, 60, 61, 63, 64, 66, 69, 84, 92, 96], "taken": [62, 78], "talk": 88, "tan": [9, 28, 37], "tangent": [28, 37], "tanh": [9, 28, 37], "tar": [73, 75, 76, 77], "target": [28, 32, 37, 40, 59, 61, 62, 75, 84, 90, 94, 95], "task": [1, 22], "tb": 22, "tblgen": 80, "tcp": [22, 73, 100], "team": 62, "technic": [28, 31], "techniqu": 64, "tell": [28, 31, 59, 84], "tend": 61, "tensor": [26, 28, 92], "tensordot": 19, "termin": [28, 31, 68, 73, 80, 100], "test": [3, 21, 24, 28, 31, 41, 47, 60, 62, 63, 64, 66, 73, 78, 91, 99], "test_": 0, "test_command": 78, "test_data_url": 1, "testmsg": 78, "text": [62, 67, 84], "th": [28, 37, 51, 87, 97], "than": [3, 4, 20, 21, 24, 26, 28, 29, 31, 37, 38, 39, 40, 41, 43, 45, 51, 52, 53, 54, 60, 62, 63, 70, 84, 86, 88, 89, 90, 91, 92, 95, 96, 99, 101], "thei": [1, 16, 21, 22, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 56, 60, 62, 67, 68, 69, 76, 77, 84, 88, 89, 92, 98], "them": [1, 24, 28, 31, 41, 49, 54, 62, 76, 84, 91, 99], "therefor": 68, "thi": [0, 1, 4, 16, 20, 21, 22, 23, 24, 26, 28, 29, 31, 34, 37, 38, 39, 40, 42, 43, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "thin": [23, 28], "thing": [0, 4, 16, 66], "third": [28, 40, 62, 90], "thirti": [3, 28], "those": [0, 4, 16, 28, 53, 66, 76, 78, 86, 94], "though": 66, "thousand": 84, "three": [3, 28, 40, 41, 54, 55, 75, 90, 94, 95, 101], "three_____four____f": [54, 101], "thresh": [24, 28], "threshold": 101, "thrift": 75, "through": [1, 28, 37, 58, 60, 62, 73, 77], "throw": 58, "thrown": [20, 21, 24, 28, 29, 30, 31, 35, 39, 40, 51, 52, 54, 84, 87, 88, 89, 93, 95, 101], "thu": [28, 31, 40, 53, 58, 68, 69, 86, 97], "tiebreak": [3, 28], "tile": 11, "time": [1, 21, 22, 24, 26, 28, 29, 31, 33, 37, 39, 43, 51, 52, 54, 55, 59, 61, 63, 64, 67, 68, 70, 78, 82, 84, 89, 92, 93, 96, 97, 99, 101], "timeclass": [28, 31, 57], "timedelta": [28, 31, 40, 55, 84], "timedelta64": [28, 55], "timedelta_rang": [28, 55], "timedeltaindex": [28, 55], "timeout": [1, 22, 100], "timer": 59, "times2": 58, "times2msg": 58, "timeseri": [28, 55], "timestamp": [28, 33], "timezon": [28, 55], "tip": [65, 75], "titl": [0, 54, 62], "titlecas": 54, "tm": 59, "to_csv": [24, 28, 29, 31, 39, 54, 67, 71], "to_cuda": [28, 39], "to_datafram": [28, 52], "to_datetim": [28, 40], "to_devic": [4, 16], "to_dict": [28, 29], "to_hdf": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 68, 71, 83, 84, 92], "to_list": [20, 21, 23, 28, 29, 39, 51, 52, 54, 66, 84, 88, 95, 97, 101], "to_markdown": [24, 28, 52], "to_ndarrai": [4, 16, 20, 21, 23, 28, 29, 37, 39, 40, 42, 51, 54, 55, 66, 83, 84, 88, 89, 93, 95, 97, 101], "to_panda": [24, 28, 29, 52, 55, 66, 91, 98], "to_parqet": [28, 39], "to_parquet": [21, 24, 28, 29, 31, 39, 51, 54, 70, 71, 84], "to_str": [21, 28], "toencod": 54, "togeth": [21, 24, 26, 28, 54, 56, 91, 92, 99], "token": [1, 22, 50, 73, 100], "token_hex": 50, "token_str": 73, "token_valu": [22, 100], "toleft": [54, 101], "tolist": [4, 16], "too": [61, 84], "tool": [0, 76, 77], "toolset": 66, "top": [28, 52, 58, 63, 68, 75, 76, 77, 81, 98], "topn": [28, 52, 98], "tosymentri": 58, "total": [22, 24, 26, 28, 31, 54, 59, 84, 92], "total_mem": 22, "total_second": [28, 55], "totestmsg": 78, "touch": 94, "toward": [28, 40, 49], "track": [0, 63, 70], "trail": [28, 39, 54], "transfer": [20, 21, 24, 28, 31, 39, 51, 54, 59, 84, 88, 89, 91, 95, 97, 101], "transfer_r": 59, "transform": [28, 29], "transit": 66, "translate_np_dtyp": [25, 28], "transpos": [4, 16, 28, 51, 84], "treat": [3, 20, 23, 24, 25, 28, 53, 59, 66, 86, 88, 91], "trial": [59, 82], "tril": 6, "triu": 6, "trivial": [3, 28], "true": [1, 3, 6, 7, 14, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 66, 77, 84, 85, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "true_dt": [28, 33], "trunc": [9, 28, 37], "truncat": [20, 21, 23, 26, 28, 29, 31, 37, 39, 49, 51, 54, 68, 70, 92], "try": [0, 25, 28, 29, 31, 39, 80], "tsc": 59, "tukei": [28, 47], "tune": 1, "tunnel": 1, "tupl": [3, 4, 6, 7, 11, 12, 15, 16, 17, 21, 23, 24, 25, 26, 28, 33, 37, 39, 40, 41, 44, 45, 51, 52, 54, 56, 66, 84, 89, 90, 91, 92, 93, 95, 98, 99, 101], "turn": [25, 28, 52, 63, 73, 98], "tutori": 80, "tvkj": [28, 40], "tvkjte": [28, 40], "twenti": [3, 28], "twice": [28, 40, 84], "two": [3, 19, 21, 23, 24, 26, 28, 29, 33, 37, 38, 39, 40, 41, 51, 52, 54, 55, 56, 66, 67, 76, 78, 84, 87, 90, 92, 99, 101], "txt": 1, "type": [2, 3, 4, 7, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 69, 75, 79, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 100, 101], "typecheck": 58, "typeerror": [3, 21, 23, 24, 25, 26, 28, 29, 31, 33, 34, 37, 39, 40, 41, 44, 45, 51, 52, 53, 54, 55, 56, 58, 84, 86, 87, 89, 90, 92, 93, 98, 99, 101], "typeguard": 79, "typic": [0, 23, 28, 58, 63, 64, 89], "tz": [28, 55], "tzinfo": [28, 55], "u": [0, 23, 28, 40, 55, 62, 76, 77, 84], "u0": [24, 28, 29], "u0009": 54, "u0009nu000bu000cu000d": 54, "u000b": 54, "u000c": 54, "u000d": 54, "u5": [54, 84, 101], "ub": 49, "ubuntu": 80, "ubyt": 38, "ui": 1, "uint": [3, 24, 28, 31, 38, 39, 40, 54, 67], "uint16": [8, 25, 28, 38, 93], "uint32": [8, 25, 28, 31, 38, 84, 93], "uint64": [3, 8, 23, 25, 26, 28, 37, 38, 39, 40, 44, 45, 53, 59, 68, 82, 86, 87, 90, 91, 93, 95], "uint8": [8, 25, 28, 37, 38, 54, 68, 93, 95, 101], "uintc": 38, "uintp": 38, "uintptr_t": 38, "ulonglong": 38, "unabl": [21, 23, 24, 26, 28, 29, 39, 52, 54, 55, 92], "unaffect": 59, "unalt": [43, 96], "unbias": [26, 28, 39, 87, 92], "unchang": [21, 28], "undefin": [28, 40, 44, 45, 90], "under": [0, 2, 20, 21, 23, 24, 26, 28, 29, 31, 39, 40, 51, 52, 54, 55, 59, 62, 84, 88, 89, 92, 95, 101], "under_flat": [54, 101], "under_map": [54, 101], "underflow": [28, 37, 95], "underli": [21, 23, 24, 26, 28, 29, 37, 51, 52, 55, 92], "underneath": 62, "underscor": [4, 16], "undoubl": 58, "unequ": [28, 37, 87], "unflatten": 68, "uniform": [28, 37, 40, 43, 44, 45, 53, 83, 84, 86, 87, 90], "uniformli": [28, 40, 43, 44, 45, 90, 96], "uniniti": [28, 39], "uninterpret": [28, 37, 95], "union": [21, 22, 24, 26, 28, 30, 31, 33, 37, 39, 40, 41, 44, 45, 51, 53, 54, 66, 83, 84, 86, 87, 89, 90, 92, 93, 95, 98, 99, 101], "union1d": [21, 28, 41, 51, 58, 66, 83, 97, 99], "uniqu": [3, 21, 24, 26, 28, 29, 37, 39, 41, 51, 52, 54, 66, 68, 83, 84, 89, 92, 93, 94, 97, 98, 99, 101], "unique_al": 13, "unique_count": 13, "unique_invers": 13, "unique_kei": [26, 28, 83, 92], "unique_key_idx": 68, "unique_valu": [13, 28, 37, 39, 93], "uniqueallresult": 13, "uniquecountsresult": 13, "uniqueinverseresult": 13, "unit": [0, 1, 22, 24, 28, 29, 37, 52, 55, 56], "unknown": [24, 28, 29, 31, 39, 40, 54], "unless": [1, 24, 28, 31, 37, 43, 45, 54, 96, 101], "unlik": [24, 28, 31, 54, 55], "unlimit": [24, 28], "unnecessari": 64, "unord": [26, 28, 51], "unpack": [54, 73, 77, 101], "unregist": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "unregister_al": [28, 56], "unregister_categorical_by_nam": [21, 28], "unregister_dataframe_by_nam": [24, 28], "unregister_groupby_by_nam": [26, 28, 83, 92], "unregister_pdarray_by_nam": [28, 39], "unregister_segarray_by_nam": [28, 51], "unregister_strings_by_nam": 54, "unrel": 90, "unset": [63, 77], "unsign": [38, 91], "unsignedinteg": 38, "unsort": [24, 28, 91], "unsqueez": [3, 28], "unstabl": [43, 96], "unstack": 11, "unsupport": [25, 26, 28, 31, 50, 53, 84, 99], "unsupportedoper": 32, "unsupportedopt": 32, "unsur": 0, "until": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 64, 92], "unus": [21, 28, 31, 84], "up": [1, 3, 21, 22, 24, 26, 28, 31, 37, 39, 41, 51, 54, 58, 61, 64, 65, 75, 76, 77, 78, 84, 87, 88, 89, 90, 99, 101], "updat": [21, 23, 24, 26, 28, 29, 31, 39, 42, 51, 52, 54, 55, 70, 75, 80, 84, 92], "update_hdf": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54], "update_nrow": [24, 28], "upgrad": [75, 79], "upon": [28, 37, 54, 77, 78, 81, 87], "upper": [28, 43, 45, 54, 62, 96], "upper_bounds_exclus": [3, 28], "upper_bounds_inclus": [3, 28], "uppercamelcas": 0, "uppercas": [28, 40, 54], "upstream": [62, 76, 77], "url": [1, 22, 24, 28, 52, 73, 75, 100], "us": [0, 1, 3, 4, 16, 21, 22, 23, 24, 26, 27, 28, 29, 31, 34, 37, 39, 40, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 67, 68, 69, 70, 76, 77, 80, 81, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "usag": [4, 16, 24, 28, 29, 52, 65, 73, 82, 97, 100], "use_seri": [24, 28, 91], "usedmodul": [63, 64, 78], "usehash": 54, "user": [0, 1, 20, 21, 23, 24, 26, 28, 29, 31, 34, 37, 39, 40, 42, 50, 51, 52, 54, 55, 56, 59, 62, 65, 66, 68, 69, 71, 73, 75, 76, 77, 78, 79, 80, 81, 84, 88, 89, 92, 95, 101], "user_defined_nam": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "userdict": [24, 28, 46], "userid": [24, 28, 91, 92], "usernam": [24, 28, 50, 52, 91], "username_token": 50, "ushort": 38, "usual": [0, 24, 26, 28, 58, 92], "utf": [24, 28, 31, 54], "utf8proc": 75, "util": [0, 28, 31, 57, 62, 75, 76, 77], "v": [0, 28, 49, 51, 62, 76, 82, 97], "v1": [28, 47], "v2022": 62, "v2023": [64, 73], "val": [3, 25, 26, 28, 49, 51, 52, 56, 92, 97], "val1": 56, "val2": 56, "val_suffix": [28, 51], "valid": [3, 16, 21, 28, 31, 37, 40, 49, 52, 54, 84, 89, 95, 101], "validate_kei": [28, 52], "validate_v": [28, 52], "vals1": 56, "vals2": 56, "valu": [3, 4, 13, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 51, 52, 54, 55, 56, 59, 66, 68, 70, 77, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 100, 101], "valuabl": 78, "value_count": [28, 37, 39, 52, 83, 93, 98], "value_label": [28, 52], "value_nam": [28, 51], "value_s": [59, 82], "valueerror": [3, 21, 22, 24, 26, 28, 29, 31, 32, 33, 37, 38, 39, 40, 41, 44, 45, 51, 52, 53, 54, 84, 86, 87, 89, 90, 92, 93, 97, 98, 100, 101], "var": [0, 1, 15, 24, 26, 28, 39, 49, 52, 58, 83, 87, 92, 93], "vari": [28, 39, 66, 75, 77, 79, 81, 97], "variabl": [0, 26, 28, 31, 33, 39, 49, 50, 51, 54, 59, 60, 76, 77, 78, 87, 92, 97, 101], "varianc": [26, 28, 39, 49, 87, 92, 93], "variat": 49, "varieti": [28, 43, 45, 96], "variou": [1, 67], "vcxsrv": 80, "ve": [64, 76, 77], "vecdot": 19, "vecentropi": 49, "vector": [23, 26, 28, 83, 92], "vendor_id_raw": 59, "venv": [75, 76], "verbos": [1, 28, 30, 34], "veri": [0, 24, 28, 66, 90, 91], "verifi": [0, 1, 24, 28, 69, 84, 91], "versa": [84, 91], "version": [0, 21, 24, 28, 38, 47, 56, 59, 62, 68, 73, 75, 76, 77, 79, 80], "versu": [28, 31, 84], "vertic": [28, 51, 52, 97], "verticl": [28, 52, 98], "via": [0, 1, 21, 24, 26, 28, 39, 40, 54, 58, 75, 76, 77, 84, 89, 92, 94, 95, 96, 101], "vice": [84, 91], "view": [4, 16, 20, 28, 62, 66, 71, 75, 81, 88, 95], "virtual": 75, "visibl": [21, 22, 28, 29, 31, 39, 51, 54, 100], "visit": [73, 76, 77], "visual": [28, 42], "vme": 59, "vname": 58, "vsxrrl": [28, 40], "w": [28, 35, 55, 101], "wa": [0, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 51, 52, 54, 55, 63, 68, 69, 75, 77, 84, 92, 95, 97], "wai": [22, 59, 63, 68, 73, 78, 87, 89, 90, 91, 95, 96, 101], "walk": [58, 60, 73], "want": [0, 1, 24, 28, 73, 77, 79, 91], "warmup": 59, "warn": [1, 28, 31, 34, 54, 84, 101], "we": [0, 1, 4, 24, 28, 29, 31, 37, 39, 43, 45, 54, 56, 58, 59, 60, 62, 64, 66, 67, 70, 75, 76, 77, 79, 80, 93, 95, 96], "web": [0, 62], "week": [28, 55, 92], "weekdai": [28, 55], "weekofyear": [28, 55], "weight": [28, 43, 45], "welcom": 0, "well": [23, 28, 59, 66, 79], "went": 100, "were": [3, 20, 26, 28, 29, 31, 39, 51, 54, 63, 78, 88, 92, 97, 101], "wget": 76, "what": [0, 25, 28, 43, 51, 58, 62, 63, 64, 78, 96, 100], "wheel": 75, "when": [0, 1, 3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 41, 51, 52, 54, 55, 56, 58, 59, 62, 63, 64, 66, 68, 70, 73, 75, 77, 78, 79, 80, 84, 87, 89, 91, 92, 95, 97, 99], "whenev": 101, "where": [1, 12, 21, 22, 24, 26, 28, 29, 31, 32, 33, 37, 39, 40, 41, 50, 51, 54, 56, 58, 59, 60, 61, 68, 76, 77, 83, 84, 92, 93, 94, 95, 97, 99, 100, 101], "wherea": [88, 101], "wherev": 64, "whether": [7, 21, 24, 26, 28, 31, 33, 35, 37, 41, 51, 52, 54, 55, 66, 84, 89, 97, 98, 99, 101], "which": [0, 3, 20, 21, 22, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 43, 44, 45, 51, 52, 53, 54, 55, 58, 59, 61, 62, 64, 66, 75, 76, 77, 78, 82, 84, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 99, 100, 101], "whichev": 80, "whicn": [22, 100], "while": [3, 28, 31, 53, 64, 68, 70, 75, 80, 84, 86], "whitespac": [28, 31, 49, 54], "whl": 75, "who": [0, 76, 77], "whole": [54, 62, 101], "whose": [24, 28, 38, 51, 52, 54, 98], "wide": 101, "width": [23, 28, 101], "wiki": [0, 28, 47], "wikipedia": [28, 47], "window": [28, 33, 50, 73, 81], "wise": [21, 28, 37, 39, 83, 88], "wish": 78, "within": [21, 22, 24, 26, 27, 28, 29, 31, 39, 40, 43, 45, 51, 54, 58, 59, 68, 70, 90, 91, 92, 96, 97], "without": [21, 28, 31, 39, 43, 45, 64, 73, 75, 84, 91], "won": 64, "word": [3, 28, 43, 45, 96], "work": [0, 21, 24, 28, 31, 39, 41, 46, 54, 63, 66, 68, 70, 73, 76, 77, 78, 84, 89, 91, 94, 99, 101], "workflow": [0, 28, 31, 56, 62, 78, 84], "workhors": 92, "world": [54, 84, 101], "worri": 63, "wors": 63, "would": [56, 60, 64, 69, 84, 87, 92], "wraparound": 59, "wrapper": [4, 7, 9, 10, 14, 16, 17, 23, 28, 95], "writ": 70, "write": [1, 20, 21, 24, 28, 29, 31, 32, 34, 39, 51, 52, 54, 59, 62, 67, 84, 88], "write_fil": [28, 31, 84], "write_line_to_fil": 32, "write_log": [28, 34], "writeln": 0, "written": [21, 24, 26, 28, 29, 31, 32, 34, 39, 51, 52, 54, 67, 68, 69, 70, 71, 75, 84, 92, 95], "wrong": [28, 31, 100], "wrote": 0, "wsl": 80, "wsl2": [59, 81], "wt": [24, 28, 52], "x": [0, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 28, 31, 37, 39, 42, 43, 45, 47, 48, 49, 51, 54, 56, 66, 80, 84, 87, 88, 89, 91, 92, 95, 97, 101], "x1": [9, 12, 19], "x2": [9, 12, 19], "x410": 80, "x86": 76, "x86_64": [38, 59, 76, 80], "x_edg": [28, 37], "xgetbv1": 59, "xlabel": [28, 42], "xlogi": [28, 48], "xor": [24, 26, 28, 39, 51, 83, 92], "xore": [28, 37], "xsave": 59, "xsavec": 59, "xsaveopt": 59, "xserver": 80, "xtol": 49, "xtopologi": 59, "xvf": 76, "xy": 6, "xzf": [73, 77], "y": [28, 37, 39, 42, 47, 48, 49, 60, 76], "y_edg": [28, 37], "yaml": 79, "yaml_fil": 79, "ye": 60, "year": [28, 55], "yet": [28, 51, 75, 84, 88], "yield": [1, 20, 21, 24, 28, 29, 31, 39, 51, 54, 91, 94], "yml": [73, 76, 77, 79], "you": [0, 1, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 66, 68, 69, 73, 75, 76, 77, 78, 79, 80, 81, 91, 92, 94], "your": [0, 1, 24, 28, 29, 31, 39, 54, 60, 61, 62, 64, 65, 73, 75, 76, 77, 78, 79, 80, 81, 91, 100, 101], "your_fork": [76, 77], "your_machin": 73, "yum": 76, "yyyi": 62, "z": [28, 37], "zero": [6, 26, 28, 37, 39, 40, 49, 62, 83, 90, 92, 94, 95], "zero_up": [3, 28], "zerodivisionerror": [28, 39, 40, 90], "zeromq": [75, 79], "zeros_lik": [6, 28, 40, 83, 90], "zmq": [1, 75], "zmqchannel": [22, 100], "zone": [28, 55], "zsh": 77, "zshrc": 77, "zstd": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "\u00b2": 54}, "titles": ["Contributing", "Environment Variables", "arkouda.accessor
", "arkouda.alignment
", "arkouda.array_api._array_object
", "arkouda.array_api._constants
", "arkouda.array_api._creation_functions
", "arkouda.array_api._data_type_functions
", "arkouda.array_api._dtypes
", "arkouda.array_api._elementwise_functions
", "arkouda.array_api._indexing_functions
", "arkouda.array_api._manipulation_functions
", "arkouda.array_api._searching_functions
", "arkouda.array_api._set_functions
", "arkouda.array_api._sorting_functions
", "arkouda.array_api._statistical_functions
", "arkouda.array_api._typing
", "arkouda.array_api._utility_functions
", "arkouda.array_api
", "arkouda.array_api.linalg
", "arkouda.array_view
", "arkouda.categorical
", "arkouda.client
", "arkouda.client_dtypes
", "arkouda.dataframe
", "arkouda.dtypes
", "arkouda.groupbyclass
", "arkouda.history
", "arkouda
", "arkouda.index
", "arkouda.infoclass
", "arkouda.io
", "arkouda.io_util
", "arkouda.join
", "arkouda.logger
", "arkouda.match
", "arkouda.matcher
", "arkouda.numeric
", "arkouda.numpy
", "arkouda.pdarrayclass
", "arkouda.pdarraycreation
", "arkouda.pdarraysetops
", "arkouda.plotting
", "arkouda.random._generator
", "arkouda.random._legacy
", "arkouda.random
", "arkouda.row
", "arkouda.scipy
", "arkouda.scipy.special
", "arkouda.scipy.stats
", "arkouda.security
", "arkouda.segarray
", "arkouda.series
", "arkouda.sorting
", "arkouda.strings
", "arkouda.timeclass
", "arkouda.util
", "API Reference", "Adding Your First Feature", "PyTest Benchmarks", "GASNet Development", "Reducing Memory Usage of Arkouda Builds", "Release Process", "Speeding up Arkouda Compilation", "Tips for Reproducing User Bugs", "Developer Documentation", "Examples", "CSV", "HDF5", "Import/Export", "Parquet", "File I/O", "Arkouda Documentation", "Quickstart", "Chapel API Reference", "Building the Server", "Linux", "MacOS", "Modular Server Builds", "Requirements", "Windows (WSL2)", "Installation", "Performance Testing", "Usage Guide", "Data I/O", "Indexs in Arkouda", "Sorting", "Arithmetic and Numeric Operations", "ArrayView in Arkouda", "Categoricals", "Creating Arrays", "DataFrames in Arkouda", "GroupBy", "Summarizing Data", "Indexing and Assignment", "The pdarray
class", "Random in Arkouda", "SegArrays in Arkouda", "Series in Arkouda", "Array Set Operations", "Startup", "Strings in Arkouda"], "titleterms": {"3": [73, 100], "The": [59, 95], "_array_object": 4, "_constant": 5, "_creation_funct": 6, "_data_type_funct": 7, "_dtype": 8, "_elementwise_funct": 9, "_gener": 43, "_indexing_funct": 10, "_legaci": 44, "_manipulation_funct": 11, "_searching_funct": 12, "_set_funct": 13, "_sorting_funct": 14, "_statistical_funct": 15, "_type": 16, "_utility_funct": 17, "access": 97, "accessor": 2, "ad": [0, 1, 58, 78], "align": 3, "all": 75, "alwai": 63, "an": 78, "anaconda": [76, 77, 79], "api": [57, 67, 68, 69, 70, 71, 74], "append": [91, 97], "argsort": [82, 85], "argument": [59, 82], "arithmet": 87, "arkouda": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 61, 63, 66, 67, 68, 70, 72, 73, 75, 76, 77, 78, 85, 88, 91, 96, 97, 98, 100, 101], "arrai": [66, 90, 97, 99], "array_api": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "array_view": 20, "arrayview": [68, 88], "arrow": 75, "assign": 94, "attribut": [4, 16, 25, 28, 30, 38, 50, 51, 68], "basic": 66, "benchmark": 59, "between": 84, "bug": [0, 64], "build": [60, 61, 63, 64, 75, 77, 78], "cast": 95, "categor": [21, 68, 70, 89], "chang": 85, "chapel": [0, 1, 60, 74, 76, 77], "class": [2, 4, 7, 13, 16, 20, 21, 23, 24, 26, 27, 28, 29, 34, 35, 36, 37, 38, 39, 43, 45, 46, 47, 49, 51, 52, 54, 55, 95], "client": [1, 22, 58, 73, 84, 100], "client_dtyp": 23, "clone": [76, 77], "code": 0, "column": 91, "compil": [1, 63], "compress": 70, "concat": 85, "concaten": [90, 91], "configur": [60, 68, 75, 78], "connect": [73, 100], "constant": 90, "construct": 89, "content": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56], "contribut": 0, "convent": 0, "copi": 91, "core": 0, "count": [93, 98], "creat": [66, 90], "creation": [66, 88, 96], "csv": 67, "custom": 78, "data": [67, 68, 70, 84, 91, 93, 95], "datafram": [24, 66, 67, 68, 70, 91], "dataset": 84, "dedupl": [91, 97], "depend": [1, 73, 75, 79], "descript": 93, "develop": [0, 60, 65, 79], "diff": 62, "differ": 97, "directori": 1, "disconnect": 73, "disk": 84, "distribut": [68, 75], "document": [65, 72, 75], "drop": 91, "dtype": [25, 85], "effici": 64, "element": [87, 97], "environ": [1, 60, 63, 75, 76, 77], "exampl": [58, 66, 67], "export": [66, 69, 71, 84], "express": 101, "featur": [0, 58, 85, 91, 96, 98], "file": [59, 67, 68, 71, 78, 84], "filter": 91, "first": 58, "flag": 1, "flatten": 101, "format": [67, 71, 84], "from": [1, 77, 84], "full": [59, 64], "function": [2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 19, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 34, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 53, 55, 56, 58, 71, 87], "gasnet": 60, "gather": [82, 94], "gener": [62, 71], "get": 75, "git": 62, "groupbi": [66, 68, 91, 92], "groupbyclass": 26, "guid": [81, 83], "hdf5": 68, "head": [91, 98], "header": 67, "histogram": 93, "histori": 27, "homebrew": 77, "i": [71, 84, 101], "import": [66, 69, 71, 84], "index": [29, 67, 68, 70, 85, 88, 91, 94], "individu": 75, "infoclass": 30, "instal": [73, 75, 76, 77, 79, 81], "instruct": 62, "integ": [94, 96], "integr": 98, "interact": 66, "interfac": 58, "intersect": 97, "io": 31, "io_util": 32, "issu": 0, "iter": [88, 89, 91, 95, 97, 101], "join": [33, 101], "json": 59, "kernel": 76, "l": 71, "larg": 84, "launch": [73, 100], "legaci": 68, "linalg": 19, "lint": 0, "linux": 76, "list": 79, "log": 62, "logger": 34, "logic": 94, "lookup": [85, 98], "maco": 77, "makefil": 1, "manual": 75, "map": 66, "match": [35, 101], "matcher": 36, "memori": 61, "merg": 0, "metadata": 68, "method": [97, 101], "mode": [68, 70], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 78], "modular": [63, 75, 78], "name": [82, 95], "new": 78, "next": [76, 77], "ngram": 97, "note": 62, "numer": [37, 87], "numpi": 38, "o": [71, 84, 101], "object": [66, 101], "onli": 0, "oper": [66, 87, 89, 95, 97, 99, 101], "output": 59, "outsid": 1, "overview": 81, "packag": [18, 28, 45, 75], "panda": [66, 98], "parquet": 70, "path": 1, "pdarrai": [66, 67, 68, 70, 94, 95], "pdarrayclass": 39, "pdarraycr": 40, "pdarraysetop": 41, "perform": [82, 97, 101], "permut": 91, "pip": 79, "plot": 42, "posit": 82, "prefix": 97, "prepend": 97, "preprocess": 84, "process": [0, 62, 78], "pull": 0, "pytest": 59, "python": [0, 1, 58, 66, 73, 76, 77, 79, 100], "python3": 0, "quickstart": 73, "random": [43, 44, 45, 90, 96], "rank": 95, "read": [59, 71, 84], "recommend": [75, 77], "reduc": [61, 82], "reduct": 87, "refer": [57, 67, 68, 69, 70, 74], "regular": [90, 101], "releas": [0, 62], "renam": 91, "report": 0, "repositori": [76, 77], "reproduc": 64, "request": 0, "requir": [79, 81], "reset": 91, "reshap": 95, "review": 0, "rhel": 76, "row": 46, "run": [0, 1, 59, 60, 78], "save": [64, 78], "scalar": 87, "scan": [82, 87], "scatter": [82, 94], "schema": 68, "scipi": [47, 48, 49], "search": 101, "secur": 50, "segarrai": [51, 68, 70, 97], "seri": [52, 98], "server": [58, 73, 75, 78, 84, 100], "set": [63, 66, 97, 99], "setop": 97, "shutdown": 73, "singl": 59, "size": 97, "slice": 94, "sort": [53, 86, 91, 98], "sourc": 77, "special": 48, "specif": [79, 97, 101], "specifi": 78, "speed": 63, "split": 101, "src": 1, "standard_norm": 96, "start": 75, "startup": 100, "stat": 49, "statist": 93, "step": [62, 76, 77], "stream": 82, "string": [54, 67, 68, 70, 101], "sub": 97, "submodul": [18, 28, 47], "subpackag": 28, "substr": 101, "suffix": 97, "suit": 59, "summar": 93, "support": [67, 68, 70, 71, 84], "symmetr": 97, "system": 63, "tail": [91, 98], "team": 0, "test": [0, 1, 59, 82], "timeclass": 55, "tip": 64, "troubleshoot": 75, "type": [67, 68, 70, 91, 95], "ubuntu": 76, "uniform": 96, "union": 97, "up": 63, "updat": [76, 77, 79], "us": [63, 66, 73, 75, 78, 79], "usag": [61, 83], "user": 64, "util": 56, "valu": [93, 98], "variabl": [1, 63, 75], "vector": 87, "where": 87, "window": 80, "wise": 87, "without": 67, "write": [0, 68, 70, 71], "wsl2": 80, "your": 58}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"API Reference": [[57, "api-reference"], [67, "api-reference"], [68, "api-reference"], [69, "api-reference"], [70, "api-reference"]], "Access/Set Specific Elements in Sub-Array": [[97, "access-set-specific-elements-in-sub-array"]], "Adding Functionality to the Arkouda Server": [[58, "adding-functionality-to-the-arkouda-server"]], "Adding Issues": [[0, "adding-issues"]], "Adding Python Functionality (Client Interface)": [[58, "adding-python-functionality-client-interface"]], "Adding Your First Feature": [[58, "adding-your-first-feature"]], "Adding a Module from Outside the Arkouda src Directory": [[1, "adding-a-module-from-outside-the-arkouda-src-directory"]], "Adding new modules into the build process": [[78, "adding-new-modules-into-the-build-process"]], "All Dependencies": [[75, "all-dependencies"]], "Anaconda": [[77, "anaconda"]], "Append": [[91, "append"]], "Append & Prepend": [[97, "append-prepend"]], "ArgSort": [[85, "argsort"]], "Argsort": [[82, "argsort"]], "Arithmetic and Numeric Operations": [[87, "arithmetic-and-numeric-operations"]], "Arkouda Arrays": [[66, "arkouda-arrays"]], "Arkouda DataFrames": [[66, "arkouda-dataframes"]], "Arkouda Documentation": [[72, "arkouda-documentation"]], "Arkouda Formatted File": [[67, "arkouda-formatted-file"]], "Array Set Operations": [[99, "array-set-operations"]], "ArrayView": [[68, "arrayview"]], "ArrayView in Arkouda": [[88, "arrayview-in-arkouda"]], "Arrow Install Troubleshooting": [[75, "arrow-install-troubleshooting"]], "Attributes": [[4, "attributes"], [16, "attributes"], [25, "attributes"], [28, "attributes"], [30, "attributes"], [38, "attributes"], [50, "attributes"], [51, "attributes"]], "Basic Interaction": [[66, "basic-interaction"]], "Benchmark Arguments": [[59, "benchmark-arguments"]], "Between client and server": [[84, "between-client-and-server"]], "Bug Reports": [[0, "bug-reports"]], "Build Arkouda": [[60, "build-arkouda"]], "Build Chapel with GASNet": [[60, "build-chapel-with-gasnet"]], "Build from Source (Recommended)": [[77, "build-from-source-recommended"]], "Build the Server": [[75, "build-the-server"]], "Building the Arkouda Documentation": [[75, "building-the-arkouda-documentation"]], "Building the Server": [[75, "building-the-server"]], "CSV": [[67, "csv"]], "Categorical": [[68, "categorical"], [68, "id3"], [70, "categorical"]], "Categoricals": [[89, "categoricals"]], "Change Dtype": [[85, "change-dtype"]], "Chapel": [[0, "chapel"]], "Chapel API Reference": [[74, "chapel-api-reference"]], "Chapel Compiler Flags": [[1, "chapel-compiler-flags"]], "Chapel Installation": [[76, "chapel-installation"]], "Classes": [[2, "classes"], [4, "classes"], [7, "classes"], [13, "classes"], [16, "classes"], [20, "classes"], [21, "classes"], [23, "classes"], [24, "classes"], [26, "classes"], [27, "classes"], [28, "classes"], [29, "classes"], [34, "classes"], [35, "classes"], [36, "classes"], [37, "classes"], [38, "classes"], [39, "classes"], [43, "classes"], [45, "classes"], [46, "classes"], [47, "classes"], [49, "classes"], [51, "classes"], [52, "classes"], [54, "classes"], [55, "classes"]], "Clone Arkouda Repository": [[76, "clone-arkouda-repository"], [77, "clone-arkouda-repository"]], "Coding Conventions and Linting": [[0, "coding-conventions-and-linting"]], "Compilation / Makefile": [[1, "compilation-makefile"]], "Compression": [[70, "compression"]], "Concat": [[85, "concat"]], "Concatenate": [[91, "concatenate"]], "Concatenation": [[90, "concatenation"]], "Connect a Python 3 client": [[100, "connect-a-python-3-client"]], "Connect the Python 3 Client": [[73, "connect-the-python-3-client"]], "Constant": [[90, "constant"]], "Construction": [[89, "construction"]], "Contributing": [[0, "contributing"]], "Copy": [[91, "copy"]], "Core Development Team Only": [[0, "core-development-team-only"]], "Creating & Using a DataFrame": [[66, "creating-using-a-dataframe"]], "Creating Arrays": [[90, "creating-arrays"]], "Creation": [[88, "creation"], [96, "creation"]], "Data Distribution": [[68, "data-distribution"]], "Data Formatting": [[67, "data-formatting"]], "Data I/O": [[84, "data-i-o"]], "Data Preprocessing": [[84, "data-preprocessing"]], "Data Schema": [[68, "data-schema"]], "Data Type": [[95, "data-type"]], "Data Types": [[91, "data-types"]], "DataFrame": [[67, "dataframe"], [68, "dataframe"], [70, "dataframe"]], "DataFrames": [[66, "dataframes"]], "DataFrames in Arkouda": [[91, "dataframes-in-arkouda"]], "Deduplication": [[91, "deduplication"], [97, "deduplication"]], "Dependencies": [[75, "dependencies"]], "Dependency Configuration": [[75, "dependency-configuration"]], "Dependency List": [[79, "dependency-list"]], "Dependency Paths": [[1, "dependency-paths"]], "Descriptive Statistics": [[93, "descriptive-statistics"]], "Developer Documentation": [[65, "developer-documentation"]], "Developer Specific": [[79, "developer-specific"]], "Developing Arkouda": [[0, "developing-arkouda"]], "Diff the git logs": [[62, "diff-the-git-logs"]], "Distributable Package": [[75, "distributable-package"]], "Drop": [[91, "drop"]], "Element-wise Functions": [[87, "element-wise-functions"]], "Environment Configuration": [[60, "environment-configuration"]], "Environment Variables": [[1, "environment-variables"], [75, "environment-variables"]], "Environment Variables to Always Set": [[63, "environment-variables-to-always-set"]], "Example": [[58, "example"], [58, "id1"]], "Example Files": [[67, "example-files"]], "Examples": [[66, "examples"]], "Export": [[69, "export"]], "Exporting pdarray Objects": [[66, "exporting-pdarray-objects"]], "Exporting to Pandas": [[66, "exporting-to-pandas"]], "Feature Requests": [[0, "feature-requests"]], "Features": [[85, "features"], [91, "features"], [96, "features"], [98, "features"]], "File Configuration": [[68, "file-configuration"]], "File Formatting": [[67, "file-formatting"]], "File I/O": [[71, "file-i-o"]], "File Without Header": [[67, "file-without-header"]], "Filter": [[91, "filter"]], "Flattening": [[101, "flattening"]], "Functions": [[2, "functions"], [3, "functions"], [4, "functions"], [6, "functions"], [7, "functions"], [9, "functions"], [10, "functions"], [11, "functions"], [12, "functions"], [13, "functions"], [14, "functions"], [15, "functions"], [17, "functions"], [19, "functions"], [22, "functions"], [23, "functions"], [24, "functions"], [25, "functions"], [26, "functions"], [28, "functions"], [30, "functions"], [31, "functions"], [32, "functions"], [33, "functions"], [34, "functions"], [37, "functions"], [39, "functions"], [40, "functions"], [41, "functions"], [42, "functions"], [43, "functions"], [44, "functions"], [45, "functions"], [47, "functions"], [48, "functions"], [50, "functions"], [51, "functions"], [53, "functions"], [55, "functions"], [56, "functions"]], "GASNet Development": [[60, "gasnet-development"]], "Gather": [[82, "gather"]], "Gather/Scatter (pdarray)": [[94, "gather-scatter-pdarray"]], "General I/O API": [[71, "general-i-o-api"]], "Generating release notes": [[62, "generating-release-notes"]], "Getting Started": [[75, "getting-started"]], "GroupBy": [[66, "groupby"], [68, "groupby"], [68, "id5"], [91, "groupby"], [92, "groupby"]], "HDF5": [[68, "hdf5"]], "Head/Tail": [[98, "head-tail"]], "Histogram": [[93, "histogram"]], "Homebrew": [[77, "homebrew"]], "I/O": [[101, "i-o"]], "Import": [[69, "import"]], "Import/Export": [[69, "import-export"], [84, "import-export"]], "Import/Export Support": [[71, "import-export-support"]], "Importing Pandas DataFrame": [[66, "importing-pandas-dataframe"]], "Index": [[67, "index"], [68, "index"], [70, "index"]], "Indexing": [[88, "indexing"]], "Indexing and Assignment": [[94, "indexing-and-assignment"]], "Indexs in Arkouda": [[85, "indexs-in-arkouda"]], "Individual Installs": [[75, "individual-installs"]], "Install Arkouda": [[73, "install-arkouda"]], "Install Chapel": [[77, "install-chapel"]], "Install Chapel (RHEL)": [[76, "install-chapel-rhel"]], "Install Chapel (Ubuntu)": [[76, "install-chapel-ubuntu"]], "Install Dependencies": [[73, "install-dependencies"]], "Install Guides": [[81, "install-guides"]], "Installation": [[81, "installation"]], "Installing Dependencies Manually": [[75, "installing-dependencies-manually"]], "Installing/Updating Python Dependencies": [[79, "installing-updating-python-dependencies"]], "Integer": [[94, "integer"]], "Integer pdarray index": [[94, "integer-pdarray-index"]], "Intersect": [[97, "intersect"]], "Iteration": [[88, "iteration"], [89, "iteration"], [91, "iteration"], [95, "iteration"], [97, "iteration"], [101, "iteration"]], "Large Datasets": [[84, "large-datasets"]], "Launch arkouda server": [[100, "launch-arkouda-server"]], "Launching the Server": [[73, "launching-the-server"]], "Legacy File Support": [[68, "legacy-file-support"]], "Linux": [[76, "linux"]], "Logical indexing": [[94, "logical-indexing"]], "Lookup": [[85, "lookup"], [98, "lookup"], [98, "id1"]], "MacOS": [[77, "macos"]], "Match Object": [[101, "match-object"]], "Merging Pull Requests": [[0, "merging-pull-requests"]], "MetaData Attributes": [[68, "metadata-attributes"]], "Modular Building": [[75, "modular-building"]], "Modular Server Builds": [[78, "modular-server-builds"]], "Module Contents": [[2, "module-contents"], [3, "module-contents"], [4, "module-contents"], [5, "module-contents"], [6, "module-contents"], [7, "module-contents"], [8, "module-contents"], [9, "module-contents"], [10, "module-contents"], [11, "module-contents"], [12, "module-contents"], [13, "module-contents"], [14, "module-contents"], [15, "module-contents"], [16, "module-contents"], [17, "module-contents"], [19, "module-contents"], [20, "module-contents"], [21, "module-contents"], [22, "module-contents"], [23, "module-contents"], [24, "module-contents"], [25, "module-contents"], [26, "module-contents"], [27, "module-contents"], [29, "module-contents"], [30, "module-contents"], [31, "module-contents"], [32, "module-contents"], [33, "module-contents"], [34, "module-contents"], [35, "module-contents"], [36, "module-contents"], [37, "module-contents"], [38, "module-contents"], [39, "module-contents"], [40, "module-contents"], [41, "module-contents"], [42, "module-contents"], [43, "module-contents"], [44, "module-contents"], [46, "module-contents"], [47, "module-contents"], [48, "module-contents"], [49, "module-contents"], [50, "module-contents"], [51, "module-contents"], [52, "module-contents"], [53, "module-contents"], [54, "module-contents"], [55, "module-contents"], [56, "module-contents"]], "NGrams": [[97, "ngrams"]], "Name": [[95, "name"]], "Named Arguments": [[82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"], [82, "named-arguments"]], "Next Steps": [[76, "next-steps"], [77, "next-steps"]], "Operation": [[97, "operation"]], "Operations": [[89, "operations"], [101, "operations"]], "Operators": [[95, "operators"]], "Overview": [[81, "overview"]], "Package Contents": [[18, "package-contents"], [28, "package-contents"], [45, "package-contents"]], "Pandas Integration": [[98, "pandas-integration"]], "Parquet": [[70, "parquet"]], "Performance": [[97, "performance"], [101, "performance"]], "Performance Testing": [[82, "performance-testing"]], "Permutations": [[91, "permutations"]], "Positional Arguments": [[82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"], [82, "positional-arguments"]], "Prefix & Suffix": [[97, "prefix-suffix"]], "PyTest Benchmarks": [[59, "pytest-benchmarks"]], "Python Client": [[1, "python-client"]], "Python Dependencies": [[79, "python-dependencies"]], "Python Environment - Anaconda": [[77, "python-environment-anaconda"]], "Python Environment - Anaconda (Linux)": [[76, "python-environment-anaconda-linux"]], "Python Mapping": [[66, "python-mapping"]], "Python3": [[0, "python3"]], "Quickstart": [[73, "quickstart"]], "Random": [[90, "random"]], "Random in Arkouda": [[96, "random-in-arkouda"]], "Rank": [[95, "rank"]], "Read": [[71, "read"]], "Reading data from disk": [[84, "reading-data-from-disk"]], "Reading the JSON Output": [[59, "reading-the-json-output"]], "Reduce": [[82, "reduce"]], "Reducing Memory Usage of Arkouda Builds": [[61, "reducing-memory-usage-of-arkouda-builds"]], "Reductions": [[87, "reductions"]], "Regular": [[90, "regular"]], "Regular Expressions": [[101, "regular-expressions"]], "Release Process": [[0, "release-process"], [62, "release-process"]], "Rename Columns": [[91, "rename-columns"]], "Reproducing User Bugs Efficiently": [[64, "reproducing-user-bugs-efficiently"]], "Requirements": [[79, "requirements"], [81, "requirements"]], "Reset Indexes": [[91, "reset-indexes"]], "Reshape": [[95, "reshape"]], "Reviewing Pull Requests": [[0, "reviewing-pull-requests"]], "Run Arkouda": [[60, "run-arkouda"]], "Running": [[1, "running"]], "Running Single Files or Tests": [[59, "running-single-files-or-tests"]], "Running The Full Suite": [[59, "running-the-full-suite"]], "Running chapel tests": [[0, "running-chapel-tests"]], "Running python tests": [[0, "running-python-tests"]], "Saving Full Builds": [[64, "saving-full-builds"]], "Saving modules used in an Arkouda server run": [[78, "saving-modules-used-in-an-arkouda-server-run"]], "Scan": [[82, "scan"]], "Scans": [[87, "scans"]], "Scatter": [[82, "scatter"]], "SegArray": [[68, "segarray"], [68, "id4"], [70, "segarray"]], "SegArray SetOps": [[97, "segarray-setops"]], "SegArray Specific Methods": [[97, "segarray-specific-methods"]], "SegArrays in Arkouda": [[97, "segarrays-in-arkouda"]], "Series in Arkouda": [[98, "series-in-arkouda"]], "Set Difference": [[97, "set-difference"]], "Shutdown/Disconnect": [[73, "shutdown-disconnect"]], "Slice": [[94, "slice"]], "Sorting": [[86, "sorting"], [91, "sorting"], [98, "sorting"]], "Specifying a custom configuration file": [[78, "specifying-a-custom-configuration-file"]], "Speeding up Arkouda Compilation": [[63, "speeding-up-arkouda-compilation"]], "Splitting and joining": [[101, "splitting-and-joining"]], "Startup": [[100, "startup"]], "Step-by-step instructions": [[62, "step-by-step-instructions"]], "Stream": [[82, "stream"]], "String-Specific Methods": [[101, "string-specific-methods"]], "Strings": [[67, "strings"], [68, "strings"], [68, "id2"], [70, "strings"]], "Strings in Arkouda": [[101, "strings-in-arkouda"]], "Sub-array of Size": [[97, "sub-array-of-size"]], "Submodules": [[18, "submodules"], [28, "submodules"], [47, "submodules"]], "Subpackages": [[28, "subpackages"]], "Substring search": [[101, "substring-search"]], "Summarizing Data": [[93, "summarizing-data"]], "Support Arkouda Data Types": [[67, "support-arkouda-data-types"]], "Supported Arkouda Data Types": [[68, "supported-arkouda-data-types"], [70, "supported-arkouda-data-types"]], "Supported File Formats": [[84, "supported-file-formats"]], "Supported File Formats:": [[71, null]], "Supported Write Modes": [[68, "supported-write-modes"], [70, "supported-write-modes"]], "Symmetric Difference": [[97, "symmetric-difference"]], "Tail/Head of Data": [[91, "tail-head-of-data"]], "Testing": [[0, "testing"], [1, "testing"]], "The pdarray class": [[95, "the-pdarray-class"]], "Tips for Reproducing User Bugs": [[64, "tips-for-reproducing-user-bugs"]], "Type Casting": [[95, "type-casting"]], "Union": [[97, "union"]], "Update Kernel": [[76, "update-kernel"]], "Updating Environment": [[77, "updating-environment"]], "Usage Guide": [[83, "usage-guide"]], "Using Anaconda": [[79, "using-anaconda"]], "Using Arkouda": [[73, "using-arkouda"]], "Using Environment Installed Dependencies (Recommended)": [[75, "using-environment-installed-dependencies-recommended"]], "Using Pip": [[79, "using-pip"]], "Using the Modular Build System": [[63, "using-the-modular-build-system"]], "Value Counts": [[93, "value-counts"], [98, "value-counts"]], "Vector and Scalar Arithmetic": [[87, "vector-and-scalar-arithmetic"]], "Where": [[87, "where"]], "Windows (WSL2)": [[80, "windows-wsl2"]], "Write": [[71, "write"]], "Writing Pull Requests": [[0, "writing-pull-requests"]], "arkouda": [[28, "module-arkouda"]], "arkouda.accessor": [[2, "module-arkouda.accessor"]], "arkouda.alignment": [[3, "module-arkouda.alignment"]], "arkouda.array_api": [[18, "module-arkouda.array_api"]], "arkouda.array_api._array_object": [[4, "module-arkouda.array_api._array_object"]], "arkouda.array_api._constants": [[5, "module-arkouda.array_api._constants"]], "arkouda.array_api._creation_functions": [[6, "module-arkouda.array_api._creation_functions"]], "arkouda.array_api._data_type_functions": [[7, "module-arkouda.array_api._data_type_functions"]], "arkouda.array_api._dtypes": [[8, "module-arkouda.array_api._dtypes"]], "arkouda.array_api._elementwise_functions": [[9, "module-arkouda.array_api._elementwise_functions"]], "arkouda.array_api._indexing_functions": [[10, "module-arkouda.array_api._indexing_functions"]], "arkouda.array_api._manipulation_functions": [[11, "module-arkouda.array_api._manipulation_functions"]], "arkouda.array_api._searching_functions": [[12, "module-arkouda.array_api._searching_functions"]], "arkouda.array_api._set_functions": [[13, "module-arkouda.array_api._set_functions"]], "arkouda.array_api._sorting_functions": [[14, "module-arkouda.array_api._sorting_functions"]], "arkouda.array_api._statistical_functions": [[15, "module-arkouda.array_api._statistical_functions"]], "arkouda.array_api._typing": [[16, "module-arkouda.array_api._typing"]], "arkouda.array_api._utility_functions": [[17, "module-arkouda.array_api._utility_functions"]], "arkouda.array_api.linalg": [[19, "module-arkouda.array_api.linalg"]], "arkouda.array_view": [[20, "module-arkouda.array_view"]], "arkouda.categorical": [[21, "module-arkouda.categorical"]], "arkouda.client": [[22, "module-arkouda.client"]], "arkouda.client_dtypes": [[23, "module-arkouda.client_dtypes"]], "arkouda.dataframe": [[24, "module-arkouda.dataframe"]], "arkouda.dtypes": [[25, "module-arkouda.dtypes"]], "arkouda.groupbyclass": [[26, "module-arkouda.groupbyclass"]], "arkouda.history": [[27, "module-arkouda.history"]], "arkouda.index": [[29, "module-arkouda.index"]], "arkouda.infoclass": [[30, "module-arkouda.infoclass"]], "arkouda.io": [[31, "module-arkouda.io"]], "arkouda.io_util": [[32, "module-arkouda.io_util"]], "arkouda.join": [[33, "module-arkouda.join"]], "arkouda.logger": [[34, "module-arkouda.logger"]], "arkouda.match": [[35, "module-arkouda.match"]], "arkouda.matcher": [[36, "module-arkouda.matcher"]], "arkouda.numeric": [[37, "module-arkouda.numeric"]], "arkouda.numpy": [[38, "module-arkouda.numpy"]], "arkouda.pdarrayclass": [[39, "module-arkouda.pdarrayclass"]], "arkouda.pdarraycreation": [[40, "module-arkouda.pdarraycreation"]], "arkouda.pdarraysetops": [[41, "module-arkouda.pdarraysetops"]], "arkouda.plotting": [[42, "module-arkouda.plotting"]], "arkouda.random": [[45, "module-arkouda.random"]], "arkouda.random._generator": [[43, "module-arkouda.random._generator"]], "arkouda.random._legacy": [[44, "module-arkouda.random._legacy"]], "arkouda.row": [[46, "module-arkouda.row"]], "arkouda.scipy": [[47, "module-arkouda.scipy"]], "arkouda.scipy.special": [[48, "module-arkouda.scipy.special"]], "arkouda.scipy.stats": [[49, "module-arkouda.scipy.stats"]], "arkouda.security": [[50, "module-arkouda.security"]], "arkouda.segarray": [[51, "module-arkouda.segarray"]], "arkouda.series": [[52, "module-arkouda.series"]], "arkouda.sorting": [[53, "module-arkouda.sorting"]], "arkouda.strings": [[54, "module-arkouda.strings"]], "arkouda.timeclass": [[55, "module-arkouda.timeclass"]], "arkouda.util": [[56, "module-arkouda.util"]], "integers": [[96, "integers"]], "ls Functionality": [[71, "ls-functionality"]], "pdarray": [[67, "pdarray"], [68, "pdarray"], [68, "id1"], [70, "pdarray"]], "pdarray Creation": [[66, "pdarray-creation"]], "pdarray Set operations": [[66, "pdarray-set-operations"]], "pdarrays": [[66, "pdarrays"]], "random": [[96, "random"]], "standard_normal": [[96, "standard-normal"]], "uniform": [[96, "uniform"]]}, "docnames": ["CONTRIBUTING_LINK", "ENVIRONMENT", "autoapi/arkouda/accessor/index", "autoapi/arkouda/alignment/index", "autoapi/arkouda/array_api/_array_object/index", "autoapi/arkouda/array_api/_constants/index", "autoapi/arkouda/array_api/_creation_functions/index", "autoapi/arkouda/array_api/_data_type_functions/index", "autoapi/arkouda/array_api/_dtypes/index", "autoapi/arkouda/array_api/_elementwise_functions/index", "autoapi/arkouda/array_api/_indexing_functions/index", "autoapi/arkouda/array_api/_manipulation_functions/index", "autoapi/arkouda/array_api/_searching_functions/index", "autoapi/arkouda/array_api/_set_functions/index", "autoapi/arkouda/array_api/_sorting_functions/index", "autoapi/arkouda/array_api/_statistical_functions/index", "autoapi/arkouda/array_api/_typing/index", "autoapi/arkouda/array_api/_utility_functions/index", "autoapi/arkouda/array_api/index", "autoapi/arkouda/array_api/linalg/index", "autoapi/arkouda/array_view/index", "autoapi/arkouda/categorical/index", "autoapi/arkouda/client/index", "autoapi/arkouda/client_dtypes/index", "autoapi/arkouda/dataframe/index", "autoapi/arkouda/dtypes/index", "autoapi/arkouda/groupbyclass/index", "autoapi/arkouda/history/index", "autoapi/arkouda/index", "autoapi/arkouda/index/index", "autoapi/arkouda/infoclass/index", "autoapi/arkouda/io/index", "autoapi/arkouda/io_util/index", "autoapi/arkouda/join/index", "autoapi/arkouda/logger/index", "autoapi/arkouda/match/index", "autoapi/arkouda/matcher/index", "autoapi/arkouda/numeric/index", "autoapi/arkouda/numpy/index", "autoapi/arkouda/pdarrayclass/index", "autoapi/arkouda/pdarraycreation/index", "autoapi/arkouda/pdarraysetops/index", "autoapi/arkouda/plotting/index", "autoapi/arkouda/random/_generator/index", "autoapi/arkouda/random/_legacy/index", "autoapi/arkouda/random/index", "autoapi/arkouda/row/index", "autoapi/arkouda/scipy/index", "autoapi/arkouda/scipy/special/index", "autoapi/arkouda/scipy/stats/index", "autoapi/arkouda/security/index", "autoapi/arkouda/segarray/index", "autoapi/arkouda/series/index", "autoapi/arkouda/sorting/index", "autoapi/arkouda/strings/index", "autoapi/arkouda/timeclass/index", "autoapi/arkouda/util/index", "autoapi/index", "developer/ADDING_FEATURES", "developer/BENCHMARK", "developer/GASNET", "developer/MEMORY", "developer/RELEASE_PROCESS", "developer/TIPS", "developer/USER_BUGS", "developer/dev_menu", "examples", "file_io/CSV", "file_io/HDF5", "file_io/IMPORT_EXPORT", "file_io/PARQUET", "file_io/io_menu", "index", "quickstart", "server/index", "setup/BUILD", "setup/LINUX_INSTALL", "setup/MAC_INSTALL", "setup/MODULAR", "setup/REQUIREMENTS", "setup/WINDOWS_INSTALL", "setup/install_menu", "setup/testing", "usage", "usage/IO", "usage/Index", "usage/argsort", "usage/arithmetic", "usage/arrayview", "usage/categorical", "usage/creation", "usage/dataframe", "usage/groupby", "usage/histogram", "usage/indexing", "usage/pdarray", "usage/random", "usage/segarray", "usage/series", "usage/setops", "usage/startup", "usage/strings"], "envversion": {"sphinx": 61, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.viewcode": 1}, "filenames": ["CONTRIBUTING_LINK.md", "ENVIRONMENT.md", "autoapi/arkouda/accessor/index.rst", "autoapi/arkouda/alignment/index.rst", "autoapi/arkouda/array_api/_array_object/index.rst", "autoapi/arkouda/array_api/_constants/index.rst", "autoapi/arkouda/array_api/_creation_functions/index.rst", "autoapi/arkouda/array_api/_data_type_functions/index.rst", "autoapi/arkouda/array_api/_dtypes/index.rst", "autoapi/arkouda/array_api/_elementwise_functions/index.rst", "autoapi/arkouda/array_api/_indexing_functions/index.rst", "autoapi/arkouda/array_api/_manipulation_functions/index.rst", "autoapi/arkouda/array_api/_searching_functions/index.rst", "autoapi/arkouda/array_api/_set_functions/index.rst", "autoapi/arkouda/array_api/_sorting_functions/index.rst", "autoapi/arkouda/array_api/_statistical_functions/index.rst", "autoapi/arkouda/array_api/_typing/index.rst", "autoapi/arkouda/array_api/_utility_functions/index.rst", "autoapi/arkouda/array_api/index.rst", "autoapi/arkouda/array_api/linalg/index.rst", "autoapi/arkouda/array_view/index.rst", "autoapi/arkouda/categorical/index.rst", "autoapi/arkouda/client/index.rst", "autoapi/arkouda/client_dtypes/index.rst", "autoapi/arkouda/dataframe/index.rst", "autoapi/arkouda/dtypes/index.rst", "autoapi/arkouda/groupbyclass/index.rst", "autoapi/arkouda/history/index.rst", "autoapi/arkouda/index.rst", "autoapi/arkouda/index/index.rst", "autoapi/arkouda/infoclass/index.rst", "autoapi/arkouda/io/index.rst", "autoapi/arkouda/io_util/index.rst", "autoapi/arkouda/join/index.rst", "autoapi/arkouda/logger/index.rst", "autoapi/arkouda/match/index.rst", "autoapi/arkouda/matcher/index.rst", "autoapi/arkouda/numeric/index.rst", "autoapi/arkouda/numpy/index.rst", "autoapi/arkouda/pdarrayclass/index.rst", "autoapi/arkouda/pdarraycreation/index.rst", "autoapi/arkouda/pdarraysetops/index.rst", "autoapi/arkouda/plotting/index.rst", "autoapi/arkouda/random/_generator/index.rst", "autoapi/arkouda/random/_legacy/index.rst", "autoapi/arkouda/random/index.rst", "autoapi/arkouda/row/index.rst", "autoapi/arkouda/scipy/index.rst", "autoapi/arkouda/scipy/special/index.rst", "autoapi/arkouda/scipy/stats/index.rst", "autoapi/arkouda/security/index.rst", "autoapi/arkouda/segarray/index.rst", "autoapi/arkouda/series/index.rst", "autoapi/arkouda/sorting/index.rst", "autoapi/arkouda/strings/index.rst", "autoapi/arkouda/timeclass/index.rst", "autoapi/arkouda/util/index.rst", "autoapi/index.rst", "developer/ADDING_FEATURES.md", "developer/BENCHMARK.md", "developer/GASNET.md", "developer/MEMORY.md", "developer/RELEASE_PROCESS.md", "developer/TIPS.md", "developer/USER_BUGS.md", "developer/dev_menu.rst", "examples.rst", "file_io/CSV.md", "file_io/HDF5.md", "file_io/IMPORT_EXPORT.md", "file_io/PARQUET.md", "file_io/io_menu.rst", "index.rst", "quickstart.rst", "server/index.rst", "setup/BUILD.md", "setup/LINUX_INSTALL.md", "setup/MAC_INSTALL.md", "setup/MODULAR.md", "setup/REQUIREMENTS.md", "setup/WINDOWS_INSTALL.md", "setup/install_menu.rst", "setup/testing.rst", "usage.rst", "usage/IO.rst", "usage/Index.rst", "usage/argsort.rst", "usage/arithmetic.rst", "usage/arrayview.rst", "usage/categorical.rst", "usage/creation.rst", "usage/dataframe.rst", "usage/groupby.rst", "usage/histogram.rst", "usage/indexing.rst", "usage/pdarray.rst", "usage/random.rst", "usage/segarray.rst", "usage/series.rst", "usage/setops.rst", "usage/startup.rst", "usage/strings.rst"], "indexentries": {"a() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.a", false]], "abs() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.abs", false]], "abs() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.abs", false], [28, "id462", false]], "abs() (in module arkouda)": [[28, "arkouda.abs", false], [87, "arkouda.abs", false]], "abs() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.abs", false]], "abs() (in module arkouda.numeric)": [[37, "arkouda.numeric.abs", false]], "acos() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.acos", false]], "acosh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.acosh", false]], "add() (arkouda.series method)": [[28, "arkouda.Series.add", false]], "add() (arkouda.series.series method)": [[52, "arkouda.series.Series.add", false]], "add() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.add", false]], "aggregate() (arkouda.groupby method)": [[28, "arkouda.GroupBy.aggregate", false], [28, "id235", false], [28, "id279", false], [28, "id323", false], [28, "id367", false], [28, "id411", false], [92, "arkouda.GroupBy.aggregate", false]], "aggregate() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.aggregate", false]], "aggregate() (arkouda.segarray method)": [[28, "arkouda.SegArray.aggregate", false]], "aggregate() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.aggregate", false]], "akabs() (in module arkouda)": [[28, "arkouda.akabs", false]], "akbool (in module arkouda)": [[28, "arkouda.akbool", false], [28, "id470", false]], "akcast() (in module arkouda)": [[28, "arkouda.akcast", false], [28, "id471", false]], "akfloat64 (in module arkouda)": [[28, "arkouda.akfloat64", false], [28, "id472", false]], "akint64 (in module arkouda)": [[28, "arkouda.akint64", false], [28, "id473", false], [28, "id474", false]], "akuint64 (in module arkouda)": [[28, "arkouda.akuint64", false], [28, "id475", false], [28, "id476", false]], "align() (in module arkouda)": [[28, "arkouda.align", false]], "align() (in module arkouda.alignment)": [[3, "arkouda.alignment.align", false]], "all() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.all", false], [28, "id109", false]], "all() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.all", false]], "all() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.all", false]], "all() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.all", false]], "all() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.all", false]], "all() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.all", false]], "all() (arkouda.groupby method)": [[28, "arkouda.GroupBy.all", false], [28, "id236", false], [28, "id280", false], [28, "id324", false], [28, "id368", false], [28, "id412", false], [92, "arkouda.GroupBy.all", false]], "all() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.all", false]], "all() (arkouda.pdarray method)": [[28, "arkouda.pdarray.all", false], [28, "id534", false], [28, "id595", false], [28, "id656", false], [28, "id717", false], [28, "id778", false], [93, "arkouda.pdarray.all", false]], "all() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.all", false]], "all() (arkouda.segarray method)": [[28, "arkouda.SegArray.all", false]], "all() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.all", false]], "all() (in module arkouda)": [[28, "arkouda.all", false], [87, "arkouda.all", false]], "all() (in module arkouda.array_api._utility_functions)": [[17, "arkouda.array_api._utility_functions.all", false]], "all() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.all", false]], "all_scalars (in module arkouda)": [[28, "arkouda.all_scalars", false]], "all_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.all_scalars", false]], "allsymbols (in module arkouda)": [[28, "arkouda.AllSymbols", false]], "allsymbols (in module arkouda.infoclass)": [[30, "arkouda.infoclass.AllSymbols", false]], "and() (arkouda.groupby method)": [[28, "arkouda.GroupBy.AND", false], [28, "id231", false], [28, "id275", false], [28, "id319", false], [28, "id363", false], [28, "id407", false], [92, "arkouda.GroupBy.AND", false]], "and() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.AND", false]], "and() (arkouda.segarray method)": [[28, "arkouda.SegArray.AND", false]], "and() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.AND", false]], "any() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.any", false], [28, "id110", false]], "any() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.any", false]], "any() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.any", false]], "any() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.any", false]], "any() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.any", false]], "any() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.any", false]], "any() (arkouda.groupby method)": [[28, "arkouda.GroupBy.any", false], [28, "id237", false], [28, "id281", false], [28, "id325", false], [28, "id369", false], [28, "id413", false], [92, "arkouda.GroupBy.any", false]], "any() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.any", false]], "any() (arkouda.pdarray method)": [[28, "arkouda.pdarray.any", false], [28, "id535", false], [28, "id596", false], [28, "id657", false], [28, "id718", false], [28, "id779", false], [93, "arkouda.pdarray.any", false]], "any() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.any", false]], "any() (arkouda.segarray method)": [[28, "arkouda.SegArray.any", false]], "any() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.any", false]], "any() (in module arkouda)": [[28, "arkouda.any", false], [87, "arkouda.any", false]], "any() (in module arkouda.array_api._utility_functions)": [[17, "arkouda.array_api._utility_functions.any", false]], "any() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.any", false]], "append() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.append", false], [28, "id111", false]], "append() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.append", false]], "append() (arkouda.segarray method)": [[28, "arkouda.SegArray.append", false]], "append() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.append", false]], "append() (in module arkouda.segarray)": [[97, "arkouda.SegArray.append", false]], "append_single() (arkouda.segarray method)": [[28, "arkouda.SegArray.append_single", false]], "append_single() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.append_single", false]], "append_single() (in module arkouda.segarray)": [[97, "arkouda.SegArray.append_single", false]], "apply_permutation() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.apply_permutation", false], [28, "id112", false]], "apply_permutation() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.apply_permutation", false]], "apply_permutation() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.apply_permutation", false]], "arange() (in module arkouda)": [[28, "arkouda.arange", false], [28, "id477", false], [28, "id478", false], [28, "id479", false], [28, "id480", false], [28, "id481", false], [90, "arkouda.arange", false]], "arange() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.arange", false]], "arange() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.arange", false]], "arccos() (in module arkouda)": [[28, "arkouda.arccos", false]], "arccos() (in module arkouda.numeric)": [[37, "arkouda.numeric.arccos", false]], "arccosh() (in module arkouda)": [[28, "arkouda.arccosh", false]], "arccosh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arccosh", false]], "arcsin() (in module arkouda)": [[28, "arkouda.arcsin", false]], "arcsin() (in module arkouda.numeric)": [[37, "arkouda.numeric.arcsin", false]], "arcsinh() (in module arkouda)": [[28, "arkouda.arcsinh", false]], "arcsinh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arcsinh", false]], "arctan() (in module arkouda)": [[28, "arkouda.arctan", false]], "arctan() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctan", false]], "arctan2() (in module arkouda)": [[28, "arkouda.arctan2", false]], "arctan2() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctan2", false]], "arctanh() (in module arkouda)": [[28, "arkouda.arctanh", false]], "arctanh() (in module arkouda.numeric)": [[37, "arkouda.numeric.arctanh", false]], "argmax() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.argmax", false]], "argmax() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.argmax", false]], "argmax() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.argmax", false]], "argmax() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.argmax", false]], "argmax() (arkouda.groupby method)": [[28, "arkouda.GroupBy.argmax", false], [28, "id238", false], [28, "id282", false], [28, "id326", false], [28, "id370", false], [28, "id414", false], [92, "arkouda.GroupBy.argmax", false]], "argmax() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.argmax", false]], "argmax() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmax", false], [28, "id536", false], [28, "id597", false], [28, "id658", false], [28, "id719", false], [28, "id780", false], [93, "arkouda.pdarray.argmax", false]], "argmax() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmax", false]], "argmax() (arkouda.segarray method)": [[28, "arkouda.SegArray.argmax", false]], "argmax() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.argmax", false]], "argmax() (arkouda.series method)": [[28, "arkouda.Series.argmax", false]], "argmax() (arkouda.series.series method)": [[52, "arkouda.series.Series.argmax", false]], "argmax() (in module arkouda)": [[28, "arkouda.argmax", false], [87, "arkouda.argmax", false]], "argmax() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.argmax", false]], "argmax() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmax", false]], "argmaxk() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmaxk", false], [28, "id537", false], [28, "id598", false], [28, "id659", false], [28, "id720", false], [28, "id781", false], [93, "arkouda.pdarray.argmaxk", false]], "argmaxk() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmaxk", false]], "argmaxk() (in module arkouda)": [[28, "arkouda.argmaxk", false], [87, "arkouda.argmaxk", false]], "argmaxk() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmaxk", false]], "argmin() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.argmin", false]], "argmin() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.argmin", false]], "argmin() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.argmin", false]], "argmin() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.argmin", false]], "argmin() (arkouda.groupby method)": [[28, "arkouda.GroupBy.argmin", false], [28, "id239", false], [28, "id283", false], [28, "id327", false], [28, "id371", false], [28, "id415", false], [92, "arkouda.GroupBy.argmin", false]], "argmin() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.argmin", false]], "argmin() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmin", false], [28, "id538", false], [28, "id599", false], [28, "id660", false], [28, "id721", false], [28, "id782", false], [93, "arkouda.pdarray.argmin", false]], "argmin() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmin", false]], "argmin() (arkouda.segarray method)": [[28, "arkouda.SegArray.argmin", false]], "argmin() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.argmin", false]], "argmin() (arkouda.series method)": [[28, "arkouda.Series.argmin", false]], "argmin() (arkouda.series.series method)": [[52, "arkouda.series.Series.argmin", false]], "argmin() (in module arkouda)": [[28, "arkouda.argmin", false], [87, "arkouda.argmin", false]], "argmin() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.argmin", false]], "argmin() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmin", false]], "argmink() (arkouda.pdarray method)": [[28, "arkouda.pdarray.argmink", false], [28, "id539", false], [28, "id600", false], [28, "id661", false], [28, "id722", false], [28, "id783", false], [93, "arkouda.pdarray.argmink", false]], "argmink() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.argmink", false]], "argmink() (in module arkouda)": [[28, "arkouda.argmink", false], [87, "arkouda.argmink", false]], "argmink() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.argmink", false]], "argsort() (arkouda.categorical method)": [[28, "arkouda.Categorical.argsort", false], [28, "id19", false], [28, "id68", false]], "argsort() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.argsort", false]], "argsort() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.argsort", false], [28, "id113", false]], "argsort() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.argsort", false]], "argsort() (arkouda.index method)": [[28, "arkouda.Index.argsort", false]], "argsort() (arkouda.index.index method)": [[29, "arkouda.index.Index.argsort", false]], "argsort() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.argsort", false]], "argsort() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.argsort", false]], "argsort() (in module arkouda)": [[28, "arkouda.argsort", false], [28, "id482", false], [28, "id483", false], [86, "arkouda.argsort", false]], "argsort() (in module arkouda.array_api._sorting_functions)": [[14, "arkouda.array_api._sorting_functions.argsort", false]], "argsort() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.argsort", false]], "argsort() (in module arkouda.index)": [[85, "arkouda.Index.argsort", false]], "argsort() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.argsort", false]], "argsort() (in module arkouda.sorting)": [[53, "arkouda.sorting.argsort", false]], "arkouda": [[28, "module-arkouda", false]], "arkouda.accessor": [[2, "module-arkouda.accessor", false]], "arkouda.alignment": [[3, "module-arkouda.alignment", false]], "arkouda.array_api": [[18, "module-arkouda.array_api", false]], "arkouda.array_api._array_object": [[4, "module-arkouda.array_api._array_object", false]], "arkouda.array_api._constants": [[5, "module-arkouda.array_api._constants", false]], "arkouda.array_api._creation_functions": [[6, "module-arkouda.array_api._creation_functions", false]], "arkouda.array_api._data_type_functions": [[7, "module-arkouda.array_api._data_type_functions", false]], "arkouda.array_api._dtypes": [[8, "module-arkouda.array_api._dtypes", false]], "arkouda.array_api._elementwise_functions": [[9, "module-arkouda.array_api._elementwise_functions", false]], "arkouda.array_api._indexing_functions": [[10, "module-arkouda.array_api._indexing_functions", false]], "arkouda.array_api._manipulation_functions": [[11, "module-arkouda.array_api._manipulation_functions", false]], "arkouda.array_api._searching_functions": [[12, "module-arkouda.array_api._searching_functions", false]], "arkouda.array_api._set_functions": [[13, "module-arkouda.array_api._set_functions", false]], "arkouda.array_api._sorting_functions": [[14, "module-arkouda.array_api._sorting_functions", false]], "arkouda.array_api._statistical_functions": [[15, "module-arkouda.array_api._statistical_functions", false]], "arkouda.array_api._typing": [[16, "module-arkouda.array_api._typing", false]], "arkouda.array_api._utility_functions": [[17, "module-arkouda.array_api._utility_functions", false]], "arkouda.array_api.linalg": [[19, "module-arkouda.array_api.linalg", false]], "arkouda.array_view": [[20, "module-arkouda.array_view", false]], "arkouda.categorical": [[21, "module-arkouda.categorical", false]], "arkouda.client": [[22, "module-arkouda.client", false]], "arkouda.client_dtypes": [[23, "module-arkouda.client_dtypes", false]], "arkouda.dataframe": [[24, "module-arkouda.dataframe", false]], "arkouda.dtypes": [[25, "module-arkouda.dtypes", false]], "arkouda.groupbyclass": [[26, "module-arkouda.groupbyclass", false]], "arkouda.history": [[27, "module-arkouda.history", false]], "arkouda.index": [[29, "module-arkouda.index", false]], "arkouda.infoclass": [[30, "module-arkouda.infoclass", false]], "arkouda.io": [[31, "module-arkouda.io", false]], "arkouda.io_util": [[32, "module-arkouda.io_util", false]], "arkouda.join": [[33, "module-arkouda.join", false]], "arkouda.logger": [[34, "module-arkouda.logger", false]], "arkouda.match": [[35, "module-arkouda.match", false]], "arkouda.matcher": [[36, "module-arkouda.matcher", false]], "arkouda.numeric": [[37, "module-arkouda.numeric", false]], "arkouda.numpy": [[38, "module-arkouda.numpy", false]], "arkouda.pdarrayclass": [[39, "module-arkouda.pdarrayclass", false]], "arkouda.pdarraycreation": [[40, "module-arkouda.pdarraycreation", false]], "arkouda.pdarraysetops": [[41, "module-arkouda.pdarraysetops", false]], "arkouda.plotting": [[42, "module-arkouda.plotting", false]], "arkouda.random": [[45, "module-arkouda.random", false]], "arkouda.random._generator": [[43, "module-arkouda.random._generator", false]], "arkouda.random._legacy": [[44, "module-arkouda.random._legacy", false]], "arkouda.row": [[46, "module-arkouda.row", false]], "arkouda.scipy": [[47, "module-arkouda.scipy", false]], "arkouda.scipy.special": [[48, "module-arkouda.scipy.special", false]], "arkouda.scipy.stats": [[49, "module-arkouda.scipy.stats", false]], "arkouda.security": [[50, "module-arkouda.security", false]], "arkouda.segarray": [[51, "module-arkouda.segarray", false]], "arkouda.series": [[52, "module-arkouda.series", false]], "arkouda.sorting": [[53, "module-arkouda.sorting", false]], "arkouda.strings": [[54, "module-arkouda.strings", false]], "arkouda.timeclass": [[55, "module-arkouda.timeclass", false]], "arkouda.util": [[56, "module-arkouda.util", false]], "arkouda_supported_dtypes (in module arkouda)": [[28, "arkouda.ARKOUDA_SUPPORTED_DTYPES", false]], "arkouda_supported_dtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.ARKOUDA_SUPPORTED_DTYPES", false]], "array (class in arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.Array", false]], "array (class in arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Array", false]], "array() (in module arkouda)": [[28, "arkouda.array", false], [28, "id484", false], [28, "id485", false], [28, "id486", false], [84, "arkouda.array", false]], "array() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.array", false]], "arrayview (class in arkouda)": [[28, "arkouda.ArrayView", false], [88, "arkouda.ArrayView", false]], "arrayview (class in arkouda.array_view)": [[20, "arkouda.array_view.ArrayView", false]], "as_index (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.as_index", false]], "as_index (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.as_index", false]], "as_integer_ratio() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.float32 method)": [[38, "arkouda.numpy.float32.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.half method)": [[38, "arkouda.numpy.half.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.longdouble method)": [[38, "arkouda.numpy.longdouble.as_integer_ratio", false]], "as_integer_ratio() (arkouda.numpy.single method)": [[38, "arkouda.numpy.single.as_integer_ratio", false]], "asarray() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.asarray", false]], "asin() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.asin", false]], "asinh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.asinh", false]], "astype() (arkouda.pdarray method)": [[28, "arkouda.pdarray.astype", false], [28, "id540", false], [28, "id601", false], [28, "id662", false], [28, "id723", false], [28, "id784", false]], "astype() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.astype", false]], "astype() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.astype", false]], "astype() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.astype", false]], "at (arkouda.series property)": [[28, "arkouda.Series.at", false]], "at (arkouda.series.series property)": [[52, "arkouda.series.Series.at", false]], "atan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atan", false]], "atan2() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atan2", false]], "atanh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.atanh", false]], "attach() (arkouda.categorical static method)": [[28, "arkouda.Categorical.attach", false], [28, "id20", false], [28, "id69", false]], "attach() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.attach", false]], "attach() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.attach", false], [28, "id114", false]], "attach() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.attach", false]], "attach() (arkouda.groupby method)": [[28, "arkouda.GroupBy.attach", false], [28, "id240", false], [28, "id284", false], [28, "id328", false], [28, "id372", false], [28, "id416", false]], "attach() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.attach", false]], "attach() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.attach", false]], "attach() (arkouda.pdarray static method)": [[28, "arkouda.pdarray.attach", false], [28, "id541", false], [28, "id602", false], [28, "id663", false], [28, "id724", false], [28, "id785", false]], "attach() (arkouda.pdarrayclass.pdarray static method)": [[39, "arkouda.pdarrayclass.pdarray.attach", false]], "attach() (arkouda.segarray class method)": [[28, "arkouda.SegArray.attach", false]], "attach() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.attach", false]], "attach() (arkouda.series method)": [[28, "arkouda.Series.attach", false]], "attach() (arkouda.series.series method)": [[52, "arkouda.series.Series.attach", false]], "attach() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.attach", false]], "attach() (in module arkouda)": [[28, "arkouda.attach", false]], "attach() (in module arkouda.util)": [[56, "arkouda.util.attach", false]], "attach_all() (in module arkouda)": [[28, "arkouda.attach_all", false]], "attach_all() (in module arkouda.util)": [[56, "arkouda.util.attach_all", false]], "attach_pdarray() (in module arkouda)": [[28, "arkouda.attach_pdarray", false]], "attach_pdarray() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.attach_pdarray", false]], "b() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.b", false]], "badvalue() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.badvalue", false]], "base (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.base", false]], "base (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.base", false], [88, "arkouda.ArrayView.base", false]], "bigint (in module arkouda)": [[28, "arkouda.bigint", false], [28, "id487", false]], "bigint (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bigint", false]], "bigint_from_uint_arrays() (in module arkouda)": [[28, "arkouda.bigint_from_uint_arrays", false]], "bigint_from_uint_arrays() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.bigint_from_uint_arrays", false]], "bigint_to_uint_arrays() (arkouda.pdarray method)": [[28, "arkouda.pdarray.bigint_to_uint_arrays", false], [28, "id542", false], [28, "id603", false], [28, "id664", false], [28, "id725", false], [28, "id786", false]], "bigint_to_uint_arrays() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.bigint_to_uint_arrays", false]], "binops (arkouda.categorical attribute)": [[28, "arkouda.Categorical.BinOps", false], [28, "id12", false], [28, "id61", false]], "binops (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.BinOps", false]], "binops (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.BinOps", false], [28, "id531", false], [28, "id592", false], [28, "id653", false], [28, "id714", false], [28, "id775", false]], "binops (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.BinOps", false]], "binops (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.BinOps", false]], "bit_count() (arkouda.numpy.byte method)": [[38, "arkouda.numpy.byte.bit_count", false]], "bit_count() (arkouda.numpy.int16 method)": [[38, "arkouda.numpy.int16.bit_count", false]], "bit_count() (arkouda.numpy.int32 method)": [[38, "arkouda.numpy.int32.bit_count", false]], "bit_count() (arkouda.numpy.int64 method)": [[38, "arkouda.numpy.int64.bit_count", false]], "bit_count() (arkouda.numpy.int8 method)": [[38, "arkouda.numpy.int8.bit_count", false]], "bit_count() (arkouda.numpy.int_ method)": [[38, "arkouda.numpy.int_.bit_count", false]], "bit_count() (arkouda.numpy.intc method)": [[38, "arkouda.numpy.intc.bit_count", false]], "bit_count() (arkouda.numpy.longlong method)": [[38, "arkouda.numpy.longlong.bit_count", false]], "bit_count() (arkouda.numpy.short method)": [[38, "arkouda.numpy.short.bit_count", false]], "bit_count() (arkouda.numpy.ubyte method)": [[38, "arkouda.numpy.ubyte.bit_count", false]], "bit_count() (arkouda.numpy.uint method)": [[38, "arkouda.numpy.uint.bit_count", false]], "bit_count() (arkouda.numpy.uint16 method)": [[38, "arkouda.numpy.uint16.bit_count", false]], "bit_count() (arkouda.numpy.uint32 method)": [[38, "arkouda.numpy.uint32.bit_count", false]], "bit_count() (arkouda.numpy.uint64 method)": [[38, "arkouda.numpy.uint64.bit_count", false]], "bit_count() (arkouda.numpy.uint8 method)": [[38, "arkouda.numpy.uint8.bit_count", false]], "bit_count() (arkouda.numpy.uintc method)": [[38, "arkouda.numpy.uintc.bit_count", false]], "bit_count() (arkouda.numpy.ulonglong method)": [[38, "arkouda.numpy.ulonglong.bit_count", false]], "bit_count() (arkouda.numpy.ushort method)": [[38, "arkouda.numpy.ushort.bit_count", false]], "bits (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.bits", false]], "bits (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.bits", false]], "bittype (in module arkouda)": [[28, "arkouda.bitType", false], [28, "id488", false]], "bittype (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bitType", false]], "bitvector (class in arkouda)": [[28, "arkouda.BitVector", false]], "bitvector (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.BitVector", false]], "bitvectorizer() (in module arkouda)": [[28, "arkouda.BitVectorizer", false]], "bitvectorizer() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.BitVectorizer", false]], "bitwise_and() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_and", false]], "bitwise_invert() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_invert", false]], "bitwise_left_shift() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_left_shift", false]], "bitwise_or() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_or", false]], "bitwise_right_shift() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_right_shift", false]], "bitwise_xor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.bitwise_xor", false]], "bool (in module arkouda)": [[28, "arkouda.bool", false]], "bool (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.bool", false]], "bool (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bool", false]], "bool_ (class in arkouda.numpy)": [[38, "arkouda.numpy.bool_", false]], "bool_scalars (in module arkouda)": [[28, "arkouda.bool_scalars", false]], "bool_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.bool_scalars", false]], "broadcast() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.broadcast", false]], "broadcast() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.broadcast", false]], "broadcast() (arkouda.groupby method)": [[28, "arkouda.GroupBy.broadcast", false], [28, "id241", false], [28, "id285", false], [28, "id329", false], [28, "id373", false], [28, "id417", false], [92, "arkouda.GroupBy.broadcast", false]], "broadcast() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.broadcast", false]], "broadcast() (in module arkouda)": [[28, "arkouda.broadcast", false], [28, "id489", false], [28, "id490", false], [28, "id491", false]], "broadcast() (in module arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.broadcast", false]], "broadcast_arrays() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.broadcast_arrays", false]], "broadcast_dims() (in module arkouda)": [[28, "arkouda.broadcast_dims", false]], "broadcast_dims() (in module arkouda.util)": [[56, "arkouda.util.broadcast_dims", false]], "broadcast_to() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.broadcast_to", false]], "broadcast_to_shape() (in module arkouda)": [[28, "arkouda.broadcast_to_shape", false]], "broadcast_to_shape() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.broadcast_to_shape", false]], "build_from_components() (arkouda.groupby method)": [[28, "arkouda.GroupBy.build_from_components", false], [28, "id242", false], [28, "id286", false], [28, "id330", false], [28, "id374", false], [28, "id418", false]], "build_from_components() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.build_from_components", false]], "build_from_components() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.build_from_components", false]], "byte (class in arkouda.numpy)": [[38, "arkouda.numpy.byte", false]], "cached_regex_patterns() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.cached_regex_patterns", false]], "cachedaccessor (class in arkouda)": [[28, "arkouda.CachedAccessor", false]], "cachedaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.CachedAccessor", false]], "can_cast() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.can_cast", false]], "capitalize() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.capitalize", false]], "cast() (in module arkouda)": [[28, "arkouda.cast", false], [28, "id492", false], [95, "arkouda.cast", false]], "cast() (in module arkouda.numeric)": [[37, "arkouda.numeric.cast", false]], "categorical (class in arkouda)": [[28, "arkouda.Categorical", false], [28, "id2", false], [28, "id51", false], [89, "arkouda.Categorical", false]], "categorical (class in arkouda.categorical)": [[21, "arkouda.categorical.Categorical", false]], "categories (arkouda.categorical attribute)": [[28, "arkouda.Categorical.categories", false], [28, "id3", false], [28, "id52", false], [89, "arkouda.Categorical.categories", false]], "categories (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.categories", false]], "cdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.cdouble", false]], "ceil() (in module arkouda)": [[28, "arkouda.ceil", false]], "ceil() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.ceil", false]], "ceil() (in module arkouda.numeric)": [[37, "arkouda.numeric.ceil", false]], "check_np_dtype() (in module arkouda)": [[28, "arkouda.check_np_dtype", false]], "check_np_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.check_np_dtype", false]], "chi2 (class in arkouda.scipy.stats)": [[49, "arkouda.scipy.stats.chi2", false]], "chisquare() (in module arkouda)": [[28, "arkouda.chisquare", false]], "chisquare() (in module arkouda.scipy)": [[47, "arkouda.scipy.chisquare", false]], "choice() (arkouda.generator method)": [[28, "arkouda.Generator.choice", false]], "choice() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.choice", false]], "choice() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.choice", false]], "clear() (in module arkouda)": [[28, "arkouda.clear", false]], "clear() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.clear", false]], "clip() (in module arkouda)": [[28, "arkouda.clip", false]], "clip() (in module arkouda.numeric)": [[37, "arkouda.numeric.clip", false]], "clongdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.clongdouble", false]], "clz() (arkouda.pdarray method)": [[28, "arkouda.pdarray.clz", false], [28, "id543", false], [28, "id604", false], [28, "id665", false], [28, "id726", false], [28, "id787", false]], "clz() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.clz", false]], "clz() (in module arkouda)": [[28, "arkouda.clz", false]], "clz() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.clz", false]], "coargsort() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.coargsort", false], [28, "id115", false]], "coargsort() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.coargsort", false]], "coargsort() (in module arkouda)": [[28, "arkouda.coargsort", false], [28, "id493", false], [28, "id494", false], [86, "arkouda.coargsort", false]], "coargsort() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.coargsort", false]], "coargsort() (in module arkouda.sorting)": [[53, "arkouda.sorting.coargsort", false]], "codes (arkouda.categorical attribute)": [[28, "arkouda.Categorical.codes", false], [28, "id4", false], [28, "id53", false], [89, "arkouda.Categorical.codes", false]], "codes (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.codes", false]], "columns (arkouda.dataframe property)": [[28, "arkouda.DataFrame.columns", false], [28, "id101", false]], "columns (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.columns", false]], "complex128 (in module arkouda)": [[28, "arkouda.complex128", false]], "complex128 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.complex128", false]], "complex128 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.complex128", false]], "complex64 (in module arkouda)": [[28, "arkouda.complex64", false]], "complex64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.complex64", false]], "complex64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.complex64", false]], "components (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.components", false]], "components (arkouda.timedelta property)": [[28, "arkouda.Timedelta.components", false], [28, "id449", false]], "compute_join_size() (in module arkouda)": [[28, "arkouda.compute_join_size", false]], "compute_join_size() (in module arkouda.join)": [[33, "arkouda.join.compute_join_size", false]], "concat() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.concat", false], [28, "id116", false]], "concat() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.concat", false]], "concat() (arkouda.index method)": [[28, "arkouda.Index.concat", false]], "concat() (arkouda.index.index method)": [[29, "arkouda.index.Index.concat", false]], "concat() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.concat", false]], "concat() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.concat", false]], "concat() (arkouda.segarray class method)": [[28, "arkouda.SegArray.concat", false]], "concat() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.concat", false]], "concat() (arkouda.series method)": [[28, "arkouda.Series.concat", false]], "concat() (arkouda.series.series method)": [[52, "arkouda.series.Series.concat", false]], "concat() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.concat", false]], "concat() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.concat", false]], "concat() (in module arkouda.index)": [[85, "arkouda.Index.concat", false]], "concat() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.concat", false]], "concatenate() (arkouda.categorical method)": [[28, "arkouda.Categorical.concatenate", false], [28, "id21", false], [28, "id70", false]], "concatenate() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.concatenate", false]], "concatenate() (in module arkouda)": [[28, "arkouda.concatenate", false], [28, "id495", false], [28, "id496", false], [90, "arkouda.concatenate", false]], "concatenate() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.concatenate", false]], "concatenate() (in module arkouda.util)": [[56, "arkouda.util.concatenate", false]], "conj() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.conj", false]], "connect() (in module arkouda)": [[100, "arkouda.connect", false]], "connect() (in module arkouda.client)": [[22, "arkouda.client.connect", false]], "conserves (arkouda.bitvector attribute)": [[28, "arkouda.BitVector.conserves", false]], "conserves (arkouda.client_dtypes.bitvector attribute)": [[23, "arkouda.client_dtypes.BitVector.conserves", false]], "contains() (arkouda.categorical method)": [[28, "arkouda.Categorical.contains", false], [28, "id22", false], [28, "id71", false], [89, "arkouda.Categorical.contains", false]], "contains() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.contains", false]], "contains() (arkouda.strings method)": [[101, "arkouda.Strings.contains", false]], "contains() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.contains", false]], "convert_bytes() (in module arkouda.util)": [[56, "arkouda.util.convert_bytes", false]], "convert_if_categorical() (in module arkouda)": [[28, "arkouda.convert_if_categorical", false]], "convert_if_categorical() (in module arkouda.util)": [[56, "arkouda.util.convert_if_categorical", false]], "copy() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.copy", false]], "copy() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.copy", false]], "copy() (arkouda.segarray method)": [[28, "arkouda.SegArray.copy", false]], "copy() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.copy", false]], "copy() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.copy", false]], "corr() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.corr", false], [28, "id117", false]], "corr() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.corr", false]], "corr() (arkouda.pdarray method)": [[28, "arkouda.pdarray.corr", false], [28, "id544", false], [28, "id605", false], [28, "id666", false], [28, "id727", false], [28, "id788", false]], "corr() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.corr", false]], "corr() (in module arkouda)": [[28, "arkouda.corr", false]], "corr() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.corr", false]], "cos() (in module arkouda)": [[28, "arkouda.cos", false], [87, "arkouda.cos", false]], "cos() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.cos", false]], "cos() (in module arkouda.numeric)": [[37, "arkouda.numeric.cos", false]], "cosh() (in module arkouda)": [[28, "arkouda.cosh", false]], "cosh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.cosh", false]], "cosh() (in module arkouda.numeric)": [[37, "arkouda.numeric.cosh", false]], "count() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.count", false], [28, "id118", false]], "count() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.count", false]], "count() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.count", false]], "count() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.count", false]], "count() (arkouda.groupby method)": [[28, "arkouda.GroupBy.count", false], [28, "id243", false], [28, "id287", false], [28, "id331", false], [28, "id375", false], [28, "id419", false], [92, "arkouda.GroupBy.count", false]], "count() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.count", false]], "counts (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.counts", false]], "counts (arkouda.array_api._set_functions.uniquecountsresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult.counts", false]], "cov() (arkouda.pdarray method)": [[28, "arkouda.pdarray.cov", false], [28, "id545", false], [28, "id606", false], [28, "id667", false], [28, "id728", false], [28, "id789", false]], "cov() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.cov", false]], "cov() (in module arkouda)": [[28, "arkouda.cov", false]], "cov() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.cov", false]], "create_pdarray() (in module arkouda)": [[28, "arkouda.create_pdarray", false], [28, "id497", false], [28, "id498", false], [28, "id499", false]], "critical (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.CRITICAL", false]], "critical (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.CRITICAL", false]], "csingle (class in arkouda.numpy)": [[38, "arkouda.numpy.csingle", false]], "ctz() (arkouda.pdarray method)": [[28, "arkouda.pdarray.ctz", false], [28, "id546", false], [28, "id607", false], [28, "id668", false], [28, "id729", false], [28, "id790", false]], "ctz() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.ctz", false]], "ctz() (in module arkouda)": [[28, "arkouda.ctz", false]], "ctz() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.ctz", false]], "cumprod() (in module arkouda)": [[28, "arkouda.cumprod", false], [87, "arkouda.cumprod", false]], "cumprod() (in module arkouda.numeric)": [[37, "arkouda.numeric.cumprod", false]], "cumsum() (in module arkouda)": [[28, "arkouda.cumsum", false], [28, "id500", false], [87, "arkouda.cumsum", false]], "cumsum() (in module arkouda.numeric)": [[37, "arkouda.numeric.cumsum", false]], "dataframe (class in arkouda)": [[28, "arkouda.DataFrame", false], [28, "id100", false], [91, "arkouda.DataFrame", false]], "dataframe (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DataFrame", false]], "dataframegroupby (class in arkouda)": [[28, "arkouda.DataFrameGroupBy", false]], "dataframegroupby (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DataFrameGroupBy", false]], "date (arkouda.datetime property)": [[28, "arkouda.Datetime.date", false], [28, "id156", false], [28, "id189", false]], "date (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.date", false]], "date_operators() (in module arkouda)": [[28, "arkouda.date_operators", false]], "date_operators() (in module arkouda.accessor)": [[2, "arkouda.accessor.date_operators", false]], "date_range() (in module arkouda)": [[28, "arkouda.date_range", false], [28, "id501", false]], "date_range() (in module arkouda.timeclass)": [[55, "arkouda.timeclass.date_range", false]], "datetime (class in arkouda)": [[28, "arkouda.Datetime", false], [28, "id155", false], [28, "id188", false]], "datetime (class in arkouda.timeclass)": [[55, "arkouda.timeclass.Datetime", false]], "datetimeaccessor (class in arkouda)": [[28, "arkouda.DatetimeAccessor", false]], "datetimeaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.DatetimeAccessor", false]], "day (arkouda.datetime property)": [[28, "arkouda.Datetime.day", false], [28, "id157", false], [28, "id190", false]], "day (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day", false]], "day_of_week (arkouda.datetime property)": [[28, "arkouda.Datetime.day_of_week", false], [28, "id158", false], [28, "id191", false]], "day_of_week (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day_of_week", false]], "day_of_year (arkouda.datetime property)": [[28, "arkouda.Datetime.day_of_year", false], [28, "id159", false], [28, "id192", false]], "day_of_year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.day_of_year", false]], "dayofweek (arkouda.datetime property)": [[28, "arkouda.Datetime.dayofweek", false], [28, "id160", false], [28, "id193", false]], "dayofweek (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.dayofweek", false]], "dayofyear (arkouda.datetime property)": [[28, "arkouda.Datetime.dayofyear", false], [28, "id161", false], [28, "id194", false]], "dayofyear (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.dayofyear", false]], "days (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.days", false]], "days (arkouda.timedelta property)": [[28, "arkouda.Timedelta.days", false], [28, "id450", false]], "debug (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.DEBUG", false]], "debug (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.DEBUG", false]], "decode() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.decode", false]], "default_rng() (in module arkouda.random)": [[96, "arkouda.random.default_rng", false]], "default_rng() (in module arkouda.random._generator)": [[43, "arkouda.random._generator.default_rng", false]], "deg2rad() (in module arkouda)": [[28, "arkouda.deg2rad", false]], "deg2rad() (in module arkouda.numeric)": [[37, "arkouda.numeric.deg2rad", false]], "delimited_file_to_dict() (in module arkouda.io_util)": [[32, "arkouda.io_util.delimited_file_to_dict", false]], "device (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.device", false]], "device (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.device", false]], "device (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Device", false]], "df (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.df", false]], "df (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.df", false]], "dict_to_delimited_file() (in module arkouda.io_util)": [[32, "arkouda.io_util.dict_to_delimited_file", false]], "diff() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.diff", false]], "diff() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.diff", false]], "diff() (arkouda.series method)": [[28, "arkouda.Series.diff", false]], "diff() (arkouda.series.series method)": [[52, "arkouda.series.Series.diff", false]], "diffaggregate (class in arkouda)": [[28, "arkouda.DiffAggregate", false]], "diffaggregate (class in arkouda.dataframe)": [[24, "arkouda.dataframe.DiffAggregate", false]], "difference() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.difference", false]], "difference() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.difference", false]], "disableverbose() (in module arkouda)": [[28, "arkouda.disableVerbose", false]], "disableverbose() (in module arkouda.logger)": [[34, "arkouda.logger.disableVerbose", false]], "disconnect() (in module arkouda.client)": [[22, "arkouda.client.disconnect", false]], "divide() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.divide", false]], "divmod() (in module arkouda)": [[28, "arkouda.divmod", false]], "divmod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.divmod", false]], "dot() (in module arkouda)": [[28, "arkouda.dot", false]], "dot() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.dot", false]], "double (class in arkouda.numpy)": [[38, "arkouda.numpy.double", false]], "drop() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.drop", false], [28, "id119", false]], "drop() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.drop", false]], "drop() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.drop", false]], "drop_duplicates() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.drop_duplicates", false], [28, "id120", false]], "drop_duplicates() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.drop_duplicates", false]], "drop_duplicates() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.drop_duplicates", false]], "dropna (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.dropna", false], [28, "id230", false], [28, "id274", false], [28, "id318", false], [28, "id362", false], [28, "id406", false], [92, "arkouda.GroupBy.dropna", false]], "dropna (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.dropna", false]], "dropna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.dropna", false], [28, "id121", false]], "dropna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.dropna", false]], "dt() (arkouda.series method)": [[28, "arkouda.Series.dt", false]], "dt() (arkouda.series.series method)": [[52, "arkouda.series.Series.dt", false]], "dtype (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.dtype", false]], "dtype (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.dtype", false]], "dtype (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.dtype", false]], "dtype (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.dtype", false]], "dtype (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.dtype", false]], "dtype (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.dtype", false], [88, "arkouda.ArrayView.dtype", false]], "dtype (arkouda.categorical attribute)": [[28, "arkouda.Categorical.dtype", false], [28, "id15", false], [28, "id64", false]], "dtype (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.dtype", false]], "dtype (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.dtype", false], [28, "id524", false], [28, "id585", false], [28, "id646", false], [28, "id707", false], [28, "id768", false], [95, "arkouda.pdarray.dtype", false]], "dtype (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.dtype", false]], "dtype (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.dtype", false]], "dtype (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.Dtype", false]], "dtype() (in module arkouda)": [[28, "arkouda.dtype", false]], "dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.dtype", false]], "dtypeobjects (in module arkouda)": [[28, "arkouda.DTypeObjects", false]], "dtypeobjects (in module arkouda.dtypes)": [[25, "arkouda.dtypes.DTypeObjects", false]], "dtypes (arkouda.dataframe property)": [[28, "arkouda.DataFrame.dtypes", false], [28, "id102", false]], "dtypes (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.dtypes", false]], "dtypes (in module arkouda)": [[28, "arkouda.DTypes", false]], "dtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.DTypes", false]], "e (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.e", false]], "e (in module arkouda.numpy)": [[38, "arkouda.numpy.e", false]], "empty (arkouda.dataframe property)": [[28, "arkouda.DataFrame.empty", false], [28, "id103", false]], "empty (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.empty", false]], "empty() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.empty", false]], "empty_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.empty_like", false]], "enableverbose() (in module arkouda)": [[28, "arkouda.enableVerbose", false]], "enableverbose() (in module arkouda.logger)": [[34, "arkouda.logger.enableVerbose", false]], "encode() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.encode", false]], "end() (arkouda.match.match method)": [[35, "arkouda.match.Match.end", false], [101, "arkouda.match.Match.end", false]], "endswith() (arkouda.categorical method)": [[28, "arkouda.Categorical.endswith", false], [28, "id23", false], [28, "id72", false], [89, "arkouda.Categorical.endswith", false]], "endswith() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.endswith", false]], "endswith() (arkouda.strings method)": [[101, "arkouda.Strings.endswith", false]], "endswith() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.endswith", false]], "enrich_inplace() (in module arkouda.util)": [[56, "arkouda.util.enrich_inplace", false]], "entry (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.entry", false]], "eps (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.eps", false]], "equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.equal", false]], "error (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.ERROR", false]], "error (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.ERROR", false]], "errormode (class in arkouda)": [[28, "arkouda.ErrorMode", false]], "errormode (class in arkouda.numeric)": [[37, "arkouda.numeric.ErrorMode", false]], "euler_gamma (in module arkouda.numpy)": [[38, "arkouda.numpy.euler_gamma", false]], "exp() (in module arkouda)": [[28, "arkouda.exp", false], [87, "arkouda.exp", false]], "exp() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.exp", false]], "exp() (in module arkouda.numeric)": [[37, "arkouda.numeric.exp", false]], "expand() (in module arkouda.util)": [[56, "arkouda.util.expand", false]], "expand_dims() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.expand_dims", false]], "expm1() (in module arkouda)": [[28, "arkouda.expm1", false]], "expm1() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.expm1", false]], "expm1() (in module arkouda.numeric)": [[37, "arkouda.numeric.expm1", false]], "export() (in module arkouda)": [[28, "arkouda.export", false], [84, "arkouda.export", false]], "export() (in module arkouda.io)": [[31, "arkouda.io.export", false]], "export_uint() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.export_uint", false]], "export_uint() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.export_uint", false]], "eye() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.eye", false]], "factory() (arkouda.index static method)": [[28, "arkouda.Index.factory", false]], "factory() (arkouda.index.index static method)": [[29, "arkouda.index.Index.factory", false]], "fields (class in arkouda)": [[28, "arkouda.Fields", false]], "fields (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.Fields", false]], "fill() (arkouda.pdarray method)": [[28, "arkouda.pdarray.fill", false], [28, "id547", false], [28, "id608", false], [28, "id669", false], [28, "id730", false], [28, "id791", false]], "fill() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.fill", false]], "fillna() (arkouda.series method)": [[28, "arkouda.Series.fillna", false]], "fillna() (arkouda.series.series method)": [[52, "arkouda.series.Series.fillna", false]], "filter() (arkouda.segarray method)": [[28, "arkouda.SegArray.filter", false]], "filter() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.filter", false]], "filter_by_range() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.filter_by_range", false], [28, "id122", false]], "filter_by_range() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.filter_by_range", false]], "find() (in module arkouda)": [[28, "arkouda.find", false]], "find() (in module arkouda.alignment)": [[3, "arkouda.alignment.find", false]], "find_locations() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.find_locations", false]], "find_locations() (arkouda.strings method)": [[101, "arkouda.Strings.find_locations", false]], "find_locations() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.find_locations", false]], "find_matches() (arkouda.match.match method)": [[35, "arkouda.match.Match.find_matches", false], [101, "arkouda.match.Match.find_matches", false]], "findall() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.findall", false]], "findall() (arkouda.strings method)": [[101, "arkouda.Strings.findall", false]], "findall() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.findall", false]], "finfo_object (class in arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.finfo_object", false]], "first() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.first", false]], "first() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.first", false]], "first() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.first", false]], "first() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.first", false]], "first() (arkouda.groupby method)": [[28, "arkouda.GroupBy.first", false], [28, "id244", false], [28, "id288", false], [28, "id332", false], [28, "id376", false], [28, "id420", false], [92, "arkouda.GroupBy.first", false]], "first() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.first", false]], "flatten() (arkouda.strings method)": [[101, "arkouda.Strings.flatten", false]], "flatten() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.flatten", false]], "flip() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.flip", false]], "float32 (class in arkouda.numpy)": [[38, "arkouda.numpy.float32", false]], "float32 (in module arkouda)": [[28, "arkouda.float32", false]], "float32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.float32", false]], "float32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float32", false]], "float64 (class in arkouda.numpy)": [[38, "arkouda.numpy.float64", false]], "float64 (in module arkouda)": [[28, "arkouda.float64", false]], "float64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.float64", false]], "float64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float64", false]], "float_scalars (in module arkouda)": [[28, "arkouda.float_scalars", false]], "float_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.float_scalars", false]], "floor() (in module arkouda)": [[28, "arkouda.floor", false]], "floor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.floor", false]], "floor() (in module arkouda.numeric)": [[37, "arkouda.numeric.floor", false]], "floor_divide() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.floor_divide", false]], "fmod() (in module arkouda)": [[28, "arkouda.fmod", false]], "fmod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.fmod", false]], "format() (arkouda.bitvector method)": [[28, "arkouda.BitVector.format", false]], "format() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.format", false]], "format() (arkouda.client_dtypes.fields method)": [[23, "arkouda.client_dtypes.Fields.format", false]], "format() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.format", false]], "format() (arkouda.fields method)": [[28, "arkouda.Fields.format", false]], "format() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.format", false]], "format_other() (arkouda.pdarray method)": [[28, "arkouda.pdarray.format_other", false], [28, "id548", false], [28, "id609", false], [28, "id670", false], [28, "id731", false], [28, "id792", false]], "format_other() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.format_other", false]], "from_codes() (arkouda.categorical class method)": [[28, "arkouda.Categorical.from_codes", false], [28, "id24", false], [28, "id73", false], [89, "arkouda.Categorical.from_codes", false]], "from_codes() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.from_codes", false]], "from_dlpack() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.from_dlpack", false]], "from_multi_array() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_multi_array", false]], "from_multi_array() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_multi_array", false]], "from_pandas() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.from_pandas", false], [28, "id123", false]], "from_pandas() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.from_pandas", false]], "from_parts() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_parts", false]], "from_parts() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_parts", false]], "from_parts() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.from_parts", false]], "from_return_msg() (arkouda.bitvector class method)": [[28, "arkouda.BitVector.from_return_msg", false]], "from_return_msg() (arkouda.categorical class method)": [[28, "arkouda.Categorical.from_return_msg", false], [28, "id25", false], [28, "id74", false]], "from_return_msg() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.from_return_msg", false]], "from_return_msg() (arkouda.client_dtypes.bitvector class method)": [[23, "arkouda.client_dtypes.BitVector.from_return_msg", false]], "from_return_msg() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.from_return_msg", false], [28, "id124", false]], "from_return_msg() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.from_return_msg", false]], "from_return_msg() (arkouda.groupby method)": [[28, "arkouda.GroupBy.from_return_msg", false], [28, "id245", false], [28, "id289", false], [28, "id333", false], [28, "id377", false], [28, "id421", false]], "from_return_msg() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.from_return_msg", false]], "from_return_msg() (arkouda.index class method)": [[28, "arkouda.Index.from_return_msg", false]], "from_return_msg() (arkouda.index.index class method)": [[29, "arkouda.index.Index.from_return_msg", false]], "from_return_msg() (arkouda.segarray class method)": [[28, "arkouda.SegArray.from_return_msg", false]], "from_return_msg() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.from_return_msg", false]], "from_return_msg() (arkouda.series method)": [[28, "arkouda.Series.from_return_msg", false]], "from_return_msg() (arkouda.series.series method)": [[52, "arkouda.series.Series.from_return_msg", false]], "from_return_msg() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.from_return_msg", false]], "from_series() (in module arkouda)": [[28, "arkouda.from_series", false], [28, "id502", false]], "from_series() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.from_series", false]], "fromhex() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.fromhex", false]], "fromhex() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.fromhex", false]], "full() (in module arkouda)": [[28, "arkouda.full", false], [28, "id503", false]], "full() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.full", false]], "full() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.full", false]], "full_like() (in module arkouda)": [[28, "arkouda.full_like", false]], "full_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.full_like", false]], "full_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.full_like", false]], "fullmatch() (arkouda.strings method)": [[101, "arkouda.Strings.fullmatch", false]], "fullmatch() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.fullmatch", false]], "gb (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.gb", false]], "gb (arkouda.dataframe.diffaggregate attribute)": [[24, "arkouda.dataframe.DiffAggregate.gb", false]], "gb (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.gb", false]], "gb (arkouda.diffaggregate attribute)": [[28, "arkouda.DiffAggregate.gb", false]], "gb_key_names (arkouda.dataframe.dataframegroupby attribute)": [[24, "arkouda.dataframe.DataFrameGroupBy.gb_key_names", false]], "gb_key_names (arkouda.dataframegroupby attribute)": [[28, "arkouda.DataFrameGroupBy.gb_key_names", false]], "gen_ranges() (in module arkouda)": [[28, "arkouda.gen_ranges", false], [28, "id504", false]], "gen_ranges() (in module arkouda.join)": [[33, "arkouda.join.gen_ranges", false]], "generate_history() (in module arkouda.client)": [[22, "arkouda.client.generate_history", false]], "generate_token() (in module arkouda.security)": [[50, "arkouda.security.generate_token", false]], "generate_username_token_json() (in module arkouda.security)": [[50, "arkouda.security.generate_username_token_json", false]], "generator (class in arkouda)": [[28, "arkouda.Generator", false]], "generator (class in arkouda.random)": [[45, "arkouda.random.Generator", false], [96, "arkouda.random.Generator", false]], "generator (class in arkouda.random._generator)": [[43, "arkouda.random._generator.Generator", false]], "generic_concat() (in module arkouda)": [[28, "arkouda.generic_concat", false]], "generic_concat() (in module arkouda.util)": [[56, "arkouda.util.generic_concat", false]], "generic_moment() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.generic_moment", false]], "get_arkouda_client_directory() (in module arkouda.security)": [[50, "arkouda.security.get_arkouda_client_directory", false]], "get_byteorder() (in module arkouda)": [[28, "arkouda.get_byteorder", false]], "get_byteorder() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.get_byteorder", false]], "get_bytes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_bytes", false]], "get_callback() (in module arkouda)": [[28, "arkouda.get_callback", false]], "get_callback() (in module arkouda.util)": [[56, "arkouda.util.get_callback", false]], "get_columns() (in module arkouda)": [[28, "arkouda.get_columns", false]], "get_columns() (in module arkouda.io)": [[31, "arkouda.io.get_columns", false]], "get_config() (in module arkouda.client)": [[22, "arkouda.client.get_config", false]], "get_datasets() (in module arkouda)": [[28, "arkouda.get_datasets", false], [84, "arkouda.get_datasets", false]], "get_datasets() (in module arkouda.io)": [[31, "arkouda.io.get_datasets", false]], "get_directory() (in module arkouda.io_util)": [[32, "arkouda.io_util.get_directory", false]], "get_filetype() (in module arkouda)": [[28, "arkouda.get_filetype", false]], "get_filetype() (in module arkouda.io)": [[31, "arkouda.io.get_filetype", false]], "get_home_directory() (in module arkouda.security)": [[50, "arkouda.security.get_home_directory", false]], "get_jth() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_jth", false]], "get_jth() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_jth", false]], "get_jth() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_jth", false]], "get_length_n() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_length_n", false]], "get_length_n() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_length_n", false]], "get_length_n() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_length_n", false]], "get_lengths() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_lengths", false]], "get_match() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.get_match", false]], "get_mem_avail() (in module arkouda.client)": [[22, "arkouda.client.get_mem_avail", false]], "get_mem_status() (in module arkouda.client)": [[22, "arkouda.client.get_mem_status", false]], "get_mem_used() (in module arkouda.client)": [[22, "arkouda.client.get_mem_used", false]], "get_ngrams() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_ngrams", false]], "get_ngrams() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_ngrams", false]], "get_ngrams() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_ngrams", false]], "get_null_indices() (in module arkouda)": [[28, "arkouda.get_null_indices", false]], "get_null_indices() (in module arkouda.io)": [[31, "arkouda.io.get_null_indices", false]], "get_offsets() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_offsets", false]], "get_prefixes() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_prefixes", false]], "get_prefixes() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_prefixes", false]], "get_prefixes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_prefixes", false]], "get_prefixes() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_prefixes", false]], "get_server_byteorder() (in module arkouda)": [[28, "arkouda.get_server_byteorder", false]], "get_server_byteorder() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.get_server_byteorder", false]], "get_server_commands() (in module arkouda.client)": [[22, "arkouda.client.get_server_commands", false]], "get_suffixes() (arkouda.segarray method)": [[28, "arkouda.SegArray.get_suffixes", false]], "get_suffixes() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.get_suffixes", false]], "get_suffixes() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.get_suffixes", false]], "get_suffixes() (in module arkouda.segarray)": [[97, "arkouda.SegArray.get_suffixes", false]], "get_username() (in module arkouda.security)": [[50, "arkouda.security.get_username", false]], "getarkoudalogger() (in module arkouda)": [[28, "arkouda.getArkoudaLogger", false]], "greater() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.greater", false]], "greater_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.greater_equal", false]], "group() (arkouda.categorical method)": [[28, "arkouda.Categorical.group", false], [28, "id26", false], [28, "id75", false]], "group() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.group", false]], "group() (arkouda.match.match method)": [[35, "arkouda.match.Match.group", false], [101, "arkouda.match.Match.group", false]], "group() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.group", false]], "groupby (class in arkouda)": [[28, "arkouda.GroupBy", false], [28, "id222", false], [28, "id266", false], [28, "id310", false], [28, "id354", false], [28, "id398", false], [92, "arkouda.GroupBy", false]], "groupby (class in arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.GroupBy", false]], "groupby() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.GroupBy", false], [28, "id108", false], [28, "arkouda.DataFrame.groupby", false], [28, "id125", false]], "groupby() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.GroupBy", false], [24, "arkouda.dataframe.DataFrame.groupby", false]], "groupby() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.groupby", false]], "groupby_reduction_types (class in arkouda)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES", false]], "groupby_reduction_types (class in arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES", false]], "grouping (arkouda.segarray property)": [[28, "arkouda.SegArray.grouping", false]], "grouping (arkouda.segarray.segarray property)": [[51, "arkouda.segarray.SegArray.grouping", false]], "half (class in arkouda.numpy)": [[38, "arkouda.numpy.half", false]], "handled_functions (in module arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.HANDLED_FUNCTIONS", false]], "has_repeat_labels() (arkouda.series method)": [[28, "arkouda.Series.has_repeat_labels", false]], "has_repeat_labels() (arkouda.series.series method)": [[52, "arkouda.series.Series.has_repeat_labels", false]], "hash() (arkouda.categorical method)": [[28, "arkouda.Categorical.hash", false], [28, "id27", false], [28, "id76", false]], "hash() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.hash", false]], "hash() (arkouda.segarray method)": [[28, "arkouda.SegArray.hash", false]], "hash() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.hash", false]], "hash() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.hash", false]], "hash() (in module arkouda)": [[28, "arkouda.hash", false]], "hash() (in module arkouda.numeric)": [[37, "arkouda.numeric.hash", false]], "hasnans() (arkouda.series method)": [[28, "arkouda.Series.hasnans", false]], "hasnans() (arkouda.series.series method)": [[52, "arkouda.series.Series.hasnans", false]], "head() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.head", false], [28, "id126", false]], "head() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.head", false]], "head() (arkouda.series method)": [[28, "arkouda.Series.head", false]], "head() (arkouda.series.series method)": [[52, "arkouda.series.Series.head", false]], "head() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.head", false]], "head() (in module arkouda.series)": [[98, "arkouda.Series.head", false]], "hex() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.hex", false]], "hex() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.hex", false]], "hist_all() (in module arkouda)": [[28, "arkouda.hist_all", false]], "hist_all() (in module arkouda.plotting)": [[42, "arkouda.plotting.hist_all", false]], "histogram() (in module arkouda)": [[28, "arkouda.histogram", false], [28, "id505", false], [93, "arkouda.histogram", false]], "histogram() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogram", false]], "histogram2d() (in module arkouda)": [[28, "arkouda.histogram2d", false]], "histogram2d() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogram2d", false]], "histogramdd() (in module arkouda)": [[28, "arkouda.histogramdd", false]], "histogramdd() (in module arkouda.numeric)": [[37, "arkouda.numeric.histogramdd", false]], "historyretriever (class in arkouda.history)": [[27, "arkouda.history.HistoryRetriever", false]], "hour (arkouda.datetime property)": [[28, "arkouda.Datetime.hour", false], [28, "id162", false], [28, "id195", false]], "hour (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.hour", false]], "iat (arkouda.series property)": [[28, "arkouda.Series.iat", false]], "iat (arkouda.series.series property)": [[52, "arkouda.series.Series.iat", false]], "identity() (in module arkouda.util)": [[56, "arkouda.util.identity", false]], "ignore (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.ignore", false]], "ignore (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.ignore", false]], "iinfo_object (class in arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.iinfo_object", false]], "iloc (arkouda.series property)": [[28, "arkouda.Series.iloc", false]], "iloc (arkouda.series.series property)": [[52, "arkouda.series.Series.iloc", false]], "imag() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.imag", false]], "implements_numpy() (in module arkouda.array_api._array_object)": [[4, "arkouda.array_api._array_object.implements_numpy", false]], "import_data() (in module arkouda)": [[28, "arkouda.import_data", false], [84, "arkouda.import_data", false]], "import_data() (in module arkouda.io)": [[31, "arkouda.io.import_data", false]], "in1d() (arkouda.categorical method)": [[28, "arkouda.Categorical.in1d", false], [28, "id28", false], [28, "id77", false]], "in1d() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.in1d", false]], "in1d() (in module arkouda)": [[28, "arkouda.in1d", false], [28, "id506", false], [28, "id507", false], [99, "arkouda.in1d", false]], "in1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.in1d", false]], "in1d_intervals() (in module arkouda)": [[28, "arkouda.in1d_intervals", false]], "in1d_intervals() (in module arkouda.alignment)": [[3, "arkouda.alignment.in1d_intervals", false]], "index (arkouda.dataframe property)": [[28, "arkouda.DataFrame.index", false], [28, "id104", false]], "index (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.index", false]], "index (arkouda.index property)": [[28, "arkouda.Index.index", false]], "index (arkouda.index.index property)": [[29, "arkouda.index.Index.index", false]], "index (arkouda.index.multiindex property)": [[29, "arkouda.index.MultiIndex.index", false]], "index (arkouda.multiindex property)": [[28, "arkouda.MultiIndex.index", false]], "index (class in arkouda)": [[28, "arkouda.Index", false], [85, "arkouda.Index", false]], "index (class in arkouda.index)": [[29, "arkouda.index.Index", false]], "indexof1d() (in module arkouda)": [[28, "arkouda.indexof1d", false]], "indexof1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.indexof1d", false]], "indices (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.indices", false]], "inf (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.inf", false]], "inf (in module arkouda.numpy)": [[38, "arkouda.numpy.Inf", false], [38, "arkouda.numpy.inf", false]], "infinity (in module arkouda.numpy)": [[38, "arkouda.numpy.Infinity", false]], "info (arkouda.dataframe property)": [[28, "arkouda.DataFrame.info", false], [28, "id105", false]], "info (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.info", false]], "info (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.INFO", false]], "info (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.INFO", false]], "info() (arkouda.categorical method)": [[28, "arkouda.Categorical.info", false], [28, "id29", false], [28, "id78", false]], "info() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.info", false]], "info() (arkouda.pdarray method)": [[28, "arkouda.pdarray.info", false], [28, "id549", false], [28, "id610", false], [28, "id671", false], [28, "id732", false], [28, "id793", false]], "info() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.info", false]], "info() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.info", false]], "information() (in module arkouda)": [[28, "arkouda.information", false]], "information() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.information", false]], "infty (in module arkouda.numpy)": [[38, "arkouda.numpy.infty", false]], "int16 (class in arkouda.numpy)": [[38, "arkouda.numpy.int16", false]], "int16 (in module arkouda)": [[28, "arkouda.int16", false]], "int16 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int16", false]], "int16 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int16", false]], "int32 (class in arkouda.numpy)": [[38, "arkouda.numpy.int32", false]], "int32 (in module arkouda)": [[28, "arkouda.int32", false]], "int32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int32", false]], "int32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int32", false]], "int64 (class in arkouda.numpy)": [[38, "arkouda.numpy.int64", false]], "int64 (in module arkouda)": [[28, "arkouda.int64", false], [28, "id508", false]], "int64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int64", false]], "int64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int64", false]], "int8 (class in arkouda.numpy)": [[38, "arkouda.numpy.int8", false]], "int8 (in module arkouda)": [[28, "arkouda.int8", false]], "int8 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.int8", false]], "int8 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int8", false]], "int_ (class in arkouda.numpy)": [[38, "arkouda.numpy.int_", false]], "int_scalars (in module arkouda)": [[28, "arkouda.int_scalars", false], [28, "id511", false], [28, "id512", false]], "int_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.int_scalars", false]], "intc (class in arkouda.numpy)": [[38, "arkouda.numpy.intc", false]], "integers() (arkouda.generator method)": [[28, "arkouda.Generator.integers", false]], "integers() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.integers", false]], "integers() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.integers", false]], "integers() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.integers", false]], "intersect() (arkouda.segarray method)": [[28, "arkouda.SegArray.intersect", false]], "intersect() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.intersect", false]], "intersect() (in module arkouda)": [[28, "arkouda.intersect", false]], "intersect() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.intersect", false]], "intersect() (in module arkouda.segarray)": [[97, "arkouda.SegArray.intersect", false]], "intersect1d() (in module arkouda)": [[28, "arkouda.intersect1d", false], [99, "arkouda.intersect1d", false]], "intersect1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.intersect1d", false]], "intersection() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.intersection", false]], "intersection() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.intersection", false]], "interval_lookup() (in module arkouda)": [[28, "arkouda.interval_lookup", false]], "interval_lookup() (in module arkouda.alignment)": [[3, "arkouda.alignment.interval_lookup", false]], "inttypes (in module arkouda)": [[28, "arkouda.intTypes", false], [28, "id509", false], [28, "id510", false]], "inttypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.intTypes", false]], "intx() (in module arkouda)": [[28, "arkouda.intx", false]], "intx() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.intx", false]], "inverse_indices (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.inverse_indices", false]], "inverse_indices (arkouda.array_api._set_functions.uniqueinverseresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult.inverse_indices", false]], "invert_permutation() (in module arkouda)": [[28, "arkouda.invert_permutation", false]], "invert_permutation() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.invert_permutation", false]], "invert_permutation() (in module arkouda.util)": [[56, "arkouda.util.invert_permutation", false]], "ip_address() (in module arkouda)": [[28, "arkouda.ip_address", false]], "ip_address() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.ip_address", false]], "ipv4 (class in arkouda)": [[28, "arkouda.IPv4", false]], "ipv4 (class in arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.IPv4", false]], "is_cosorted() (in module arkouda)": [[28, "arkouda.is_cosorted", false]], "is_cosorted() (in module arkouda.alignment)": [[3, "arkouda.alignment.is_cosorted", false]], "is_float() (in module arkouda.util)": [[56, "arkouda.util.is_float", false]], "is_int() (in module arkouda.util)": [[56, "arkouda.util.is_int", false]], "is_integer() (arkouda.numpy.double method)": [[38, "arkouda.numpy.double.is_integer", false]], "is_integer() (arkouda.numpy.float32 method)": [[38, "arkouda.numpy.float32.is_integer", false]], "is_integer() (arkouda.numpy.float64 method)": [[38, "arkouda.numpy.float64.is_integer", false]], "is_integer() (arkouda.numpy.half method)": [[38, "arkouda.numpy.half.is_integer", false]], "is_integer() (arkouda.numpy.longdouble method)": [[38, "arkouda.numpy.longdouble.is_integer", false]], "is_integer() (arkouda.numpy.single method)": [[38, "arkouda.numpy.single.is_integer", false]], "is_ipv4() (in module arkouda)": [[28, "arkouda.is_ipv4", false]], "is_ipv4() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.is_ipv4", false]], "is_ipv6() (in module arkouda)": [[28, "arkouda.is_ipv6", false]], "is_ipv6() (in module arkouda.client_dtypes)": [[23, "arkouda.client_dtypes.is_ipv6", false]], "is_leap_year (arkouda.datetime property)": [[28, "arkouda.Datetime.is_leap_year", false], [28, "id163", false], [28, "id196", false]], "is_leap_year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.is_leap_year", false]], "is_numeric() (in module arkouda.util)": [[56, "arkouda.util.is_numeric", false]], "is_registered() (arkouda.categorical method)": [[28, "arkouda.Categorical.is_registered", false], [28, "id30", false], [28, "id79", false]], "is_registered() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.is_registered", false]], "is_registered() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.is_registered", false], [28, "id127", false]], "is_registered() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.is_registered", false]], "is_registered() (arkouda.datetime method)": [[28, "arkouda.Datetime.is_registered", false], [28, "id182", false], [28, "id215", false]], "is_registered() (arkouda.groupby method)": [[28, "arkouda.GroupBy.is_registered", false], [28, "id246", false], [28, "id290", false], [28, "id334", false], [28, "id378", false], [28, "id422", false], [92, "arkouda.GroupBy.is_registered", false]], "is_registered() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.is_registered", false]], "is_registered() (arkouda.index method)": [[28, "arkouda.Index.is_registered", false]], "is_registered() (arkouda.index.index method)": [[29, "arkouda.index.Index.is_registered", false]], "is_registered() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.is_registered", false]], "is_registered() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.is_registered", false]], "is_registered() (arkouda.pdarray method)": [[28, "arkouda.pdarray.is_registered", false], [28, "id550", false], [28, "id611", false], [28, "id672", false], [28, "id733", false], [28, "id794", false]], "is_registered() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.is_registered", false]], "is_registered() (arkouda.segarray method)": [[28, "arkouda.SegArray.is_registered", false]], "is_registered() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.is_registered", false]], "is_registered() (arkouda.series method)": [[28, "arkouda.Series.is_registered", false]], "is_registered() (arkouda.series.series method)": [[52, "arkouda.series.Series.is_registered", false]], "is_registered() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.is_registered", false]], "is_registered() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.is_registered", false]], "is_registered() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.is_registered", false]], "is_registered() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.is_registered", false], [28, "id463", false]], "is_registered() (in module arkouda)": [[28, "arkouda.is_registered", false]], "is_registered() (in module arkouda.util)": [[56, "arkouda.util.is_registered", false]], "is_sorted() (arkouda.pdarray method)": [[28, "arkouda.pdarray.is_sorted", false], [28, "id551", false], [28, "id612", false], [28, "id673", false], [28, "id734", false], [28, "id795", false], [93, "arkouda.pdarray.is_sorted", false]], "is_sorted() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.is_sorted", false]], "is_sorted() (in module arkouda)": [[28, "arkouda.is_sorted", false], [28, "id515", false], [87, "arkouda.is_sorted", false]], "is_sorted() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.is_sorted", false]], "is_unique (arkouda.index property)": [[28, "arkouda.Index.is_unique", false]], "is_unique (arkouda.index.index property)": [[29, "arkouda.index.Index.is_unique", false]], "isalnum() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isalnum", false]], "isalpha() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isalpha", false]], "isdecimal() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isdecimal", false]], "isdigit() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isdigit", false]], "isdisjoint() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.isdisjoint", false]], "isdisjoint() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.isdisjoint", false]], "isdtype() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.isdtype", false]], "isempty() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isempty", false]], "isfinite() (in module arkouda)": [[28, "arkouda.isfinite", false]], "isfinite() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isfinite", false]], "isfinite() (in module arkouda.numeric)": [[37, "arkouda.numeric.isfinite", false]], "isin() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.isin", false], [28, "id128", false]], "isin() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.isin", false]], "isin() (arkouda.series method)": [[28, "arkouda.Series.isin", false]], "isin() (arkouda.series.series method)": [[52, "arkouda.series.Series.isin", false]], "isinf() (in module arkouda)": [[28, "arkouda.isinf", false]], "isinf() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isinf", false]], "isinf() (in module arkouda.numeric)": [[37, "arkouda.numeric.isinf", false]], "islower() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.islower", false]], "isna() (arkouda.categorical method)": [[28, "arkouda.Categorical.isna", false], [28, "id31", false], [28, "id80", false]], "isna() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.isna", false]], "isna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.isna", false], [28, "id129", false]], "isna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.isna", false]], "isna() (arkouda.series method)": [[28, "arkouda.Series.isna", false]], "isna() (arkouda.series.series method)": [[52, "arkouda.series.Series.isna", false]], "isnan() (in module arkouda)": [[28, "arkouda.isnan", false], [28, "id516", false]], "isnan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.isnan", false]], "isnan() (in module arkouda.numeric)": [[37, "arkouda.numeric.isnan", false]], "isnull() (arkouda.series method)": [[28, "arkouda.Series.isnull", false]], "isnull() (arkouda.series.series method)": [[52, "arkouda.series.Series.isnull", false]], "isocalendar() (arkouda.datetime method)": [[28, "arkouda.Datetime.isocalendar", false], [28, "id183", false], [28, "id216", false]], "isocalendar() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.isocalendar", false]], "isspace() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isspace", false]], "issubset() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.issubset", false]], "issubset() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.issubset", false]], "issuperset() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.issuperset", false]], "issuperset() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.issuperset", false]], "issupportedint() (in module arkouda)": [[28, "arkouda.isSupportedInt", false], [28, "id513", false], [28, "id514", false]], "issupportednumber() (in module arkouda)": [[28, "arkouda.isSupportedNumber", false]], "issupportednumber() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.isSupportedNumber", false]], "istitle() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.istitle", false]], "isupper() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.isupper", false]], "item() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.item", false]], "item() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.item", false]], "itemsize (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.itemsize", false]], "itemsize (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.itemsize", false], [88, "arkouda.ArrayView.itemsize", false]], "itemsize (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.itemsize", false], [28, "id528", false], [28, "id589", false], [28, "id650", false], [28, "id711", false], [28, "id772", false], [95, "arkouda.pdarray.itemsize", false]], "itemsize (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.itemsize", false]], "join_on_eq_with_dt() (in module arkouda)": [[28, "arkouda.join_on_eq_with_dt", false]], "join_on_eq_with_dt() (in module arkouda.join)": [[33, "arkouda.join.join_on_eq_with_dt", false]], "left_align() (in module arkouda)": [[28, "arkouda.left_align", false]], "left_align() (in module arkouda.alignment)": [[3, "arkouda.alignment.left_align", false]], "len_suffix (in module arkouda)": [[28, "arkouda.LEN_SUFFIX", false]], "len_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.LEN_SUFFIX", false]], "less() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.less", false]], "less_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.less_equal", false]], "linspace() (in module arkouda)": [[28, "arkouda.linspace", false], [90, "arkouda.linspace", false]], "linspace() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.linspace", false]], "linspace() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.linspace", false]], "list_registry() (in module arkouda)": [[28, "arkouda.list_registry", false]], "list_registry() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.list_registry", false]], "list_symbol_table() (in module arkouda)": [[28, "arkouda.list_symbol_table", false]], "list_symbol_table() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.list_symbol_table", false]], "load() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.load", false], [28, "id130", false]], "load() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.load", false]], "load() (arkouda.segarray class method)": [[28, "arkouda.SegArray.load", false]], "load() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.load", false]], "load() (in module arkouda)": [[28, "arkouda.load", false]], "load() (in module arkouda.io)": [[31, "arkouda.io.load", false]], "load_all() (in module arkouda)": [[28, "arkouda.load_all", false]], "load_all() (in module arkouda.io)": [[31, "arkouda.io.load_all", false]], "loc (arkouda.series property)": [[28, "arkouda.Series.loc", false]], "loc (arkouda.series.series property)": [[52, "arkouda.series.Series.loc", false]], "locate() (arkouda.series method)": [[28, "arkouda.Series.locate", false]], "locate() (arkouda.series.series method)": [[52, "arkouda.series.Series.locate", false]], "locate() (in module arkouda.series)": [[98, "arkouda.Series.locate", false], [98, "id0", false]], "locationsinfo (arkouda.matcher.matcher attribute)": [[36, "arkouda.matcher.Matcher.LocationsInfo", false]], "log() (in module arkouda)": [[28, "arkouda.log", false], [87, "arkouda.log", false]], "log() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log", false]], "log() (in module arkouda.numeric)": [[37, "arkouda.numeric.log", false]], "log10() (in module arkouda)": [[28, "arkouda.log10", false]], "log10() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log10", false]], "log10() (in module arkouda.numeric)": [[37, "arkouda.numeric.log10", false]], "log1p() (in module arkouda)": [[28, "arkouda.log1p", false]], "log1p() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log1p", false]], "log1p() (in module arkouda.numeric)": [[37, "arkouda.numeric.log1p", false]], "log2() (in module arkouda)": [[28, "arkouda.log2", false]], "log2() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.log2", false]], "log2() (in module arkouda.numeric)": [[37, "arkouda.numeric.log2", false]], "logaddexp() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logaddexp", false]], "logger (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.logger", false], [28, "id229", false], [28, "id273", false], [28, "id317", false], [28, "id361", false], [28, "id405", false], [92, "arkouda.GroupBy.logger", false]], "logger (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.logger", false]], "logger (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.logger", false]], "logical_and() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_and", false]], "logical_not() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_not", false]], "logical_or() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_or", false]], "logical_xor() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.logical_xor", false]], "loglevel (class in arkouda)": [[28, "arkouda.LogLevel", false]], "loglevel (class in arkouda.logger)": [[34, "arkouda.logger.LogLevel", false]], "longdouble (class in arkouda.numpy)": [[38, "arkouda.numpy.longdouble", false]], "longlong (class in arkouda.numpy)": [[38, "arkouda.numpy.longlong", false]], "lookup() (arkouda.index method)": [[28, "arkouda.Index.lookup", false]], "lookup() (arkouda.index.index method)": [[29, "arkouda.index.Index.lookup", false]], "lookup() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.lookup", false]], "lookup() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.lookup", false]], "lookup() (in module arkouda)": [[28, "arkouda.lookup", false]], "lookup() (in module arkouda.alignment)": [[3, "arkouda.alignment.lookup", false]], "lookup() (in module arkouda.index)": [[85, "arkouda.Index.lookup", false]], "lookup() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.lookup", false]], "lower() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.lower", false]], "ls() (in module arkouda)": [[28, "arkouda.ls", false]], "ls() (in module arkouda.io)": [[31, "arkouda.io.ls", false]], "ls_csv() (in module arkouda)": [[28, "arkouda.ls_csv", false]], "ls_csv() (in module arkouda.io)": [[31, "arkouda.io.ls_csv", false]], "lstick() (arkouda.strings method)": [[101, "arkouda.Strings.lstick", false]], "lstick() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.lstick", false]], "map() (arkouda.index method)": [[28, "arkouda.Index.map", false]], "map() (arkouda.index.index method)": [[29, "arkouda.index.Index.map", false]], "map() (arkouda.series method)": [[28, "arkouda.Series.map", false]], "map() (arkouda.series.series method)": [[52, "arkouda.series.Series.map", false]], "map() (in module arkouda.util)": [[56, "arkouda.util.map", false]], "match (class in arkouda.match)": [[35, "arkouda.match.Match", false]], "match() (arkouda.strings method)": [[101, "arkouda.Strings.match", false]], "match() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.match", false]], "match_type() (arkouda.match.match method)": [[35, "arkouda.match.Match.match_type", false], [101, "arkouda.match.Match.match_type", false]], "matched() (arkouda.match.match method)": [[35, "arkouda.match.Match.matched", false], [101, "arkouda.match.Match.matched", false]], "matcher (class in arkouda.matcher)": [[36, "arkouda.matcher.Matcher", false]], "matmul() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.matmul", false]], "matrix_transpose() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.matrix_transpose", false]], "max (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.max", false]], "max (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.max", false]], "max() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.max", false]], "max() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.max", false]], "max() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.max", false]], "max() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.max", false]], "max() (arkouda.groupby method)": [[28, "arkouda.GroupBy.max", false], [28, "id247", false], [28, "id291", false], [28, "id335", false], [28, "id379", false], [28, "id423", false], [92, "arkouda.GroupBy.max", false]], "max() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.max", false]], "max() (arkouda.pdarray method)": [[28, "arkouda.pdarray.max", false], [28, "id552", false], [28, "id613", false], [28, "id674", false], [28, "id735", false], [28, "id796", false], [93, "arkouda.pdarray.max", false]], "max() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.max", false]], "max() (arkouda.segarray method)": [[28, "arkouda.SegArray.max", false]], "max() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.max", false]], "max() (arkouda.series method)": [[28, "arkouda.Series.max", false]], "max() (arkouda.series.series method)": [[52, "arkouda.series.Series.max", false]], "max() (in module arkouda)": [[28, "arkouda.max", false], [87, "arkouda.max", false]], "max() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.max", false]], "max() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.max", false]], "max_bits (arkouda.pdarray property)": [[28, "arkouda.pdarray.max_bits", false], [28, "id529", false], [28, "id590", false], [28, "id651", false], [28, "id712", false], [28, "id773", false]], "max_bits (arkouda.pdarrayclass.pdarray property)": [[39, "arkouda.pdarrayclass.pdarray.max_bits", false]], "maxk() (arkouda.pdarray method)": [[28, "arkouda.pdarray.maxk", false], [28, "id553", false], [28, "id614", false], [28, "id675", false], [28, "id736", false], [28, "id797", false], [93, "arkouda.pdarray.maxk", false]], "maxk() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.maxk", false]], "maxk() (in module arkouda)": [[28, "arkouda.maxk", false], [87, "arkouda.maxk", false]], "maxk() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.maxk", false]], "mean() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.mean", false]], "mean() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.mean", false]], "mean() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.mean", false]], "mean() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.mean", false]], "mean() (arkouda.groupby method)": [[28, "arkouda.GroupBy.mean", false], [28, "id248", false], [28, "id292", false], [28, "id336", false], [28, "id380", false], [28, "id424", false], [92, "arkouda.GroupBy.mean", false]], "mean() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.mean", false]], "mean() (arkouda.pdarray method)": [[28, "arkouda.pdarray.mean", false], [28, "id554", false], [28, "id615", false], [28, "id676", false], [28, "id737", false], [28, "id798", false], [93, "arkouda.pdarray.mean", false]], "mean() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.mean", false]], "mean() (arkouda.segarray method)": [[28, "arkouda.SegArray.mean", false]], "mean() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.mean", false]], "mean() (arkouda.series method)": [[28, "arkouda.Series.mean", false]], "mean() (arkouda.series.series method)": [[52, "arkouda.series.Series.mean", false]], "mean() (in module arkouda)": [[28, "arkouda.mean", false], [87, "arkouda.mean", false]], "mean() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.mean", false]], "mean() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mean", false]], "mean_shim() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.mean_shim", false]], "median() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.median", false]], "median() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.median", false]], "median() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.median", false]], "median() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.median", false]], "median() (arkouda.groupby method)": [[28, "arkouda.GroupBy.median", false], [28, "id249", false], [28, "id293", false], [28, "id337", false], [28, "id381", false], [28, "id425", false], [92, "arkouda.GroupBy.median", false]], "median() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.median", false]], "memory_usage() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.memory_usage", false], [28, "id131", false]], "memory_usage() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.memory_usage", false]], "memory_usage() (arkouda.index method)": [[28, "arkouda.Index.memory_usage", false]], "memory_usage() (arkouda.index.index method)": [[29, "arkouda.index.Index.memory_usage", false]], "memory_usage() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.memory_usage", false]], "memory_usage() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.memory_usage", false]], "memory_usage() (arkouda.series method)": [[28, "arkouda.Series.memory_usage", false]], "memory_usage() (arkouda.series.series method)": [[52, "arkouda.series.Series.memory_usage", false]], "memory_usage_info() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.memory_usage_info", false], [28, "id132", false]], "memory_usage_info() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.memory_usage_info", false]], "merge() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.merge", false], [28, "id133", false]], "merge() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.merge", false]], "merge() (in module arkouda)": [[28, "arkouda.merge", false]], "merge() (in module arkouda.dataframe)": [[24, "arkouda.dataframe.merge", false]], "meshgrid() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.meshgrid", false]], "microsecond (arkouda.datetime property)": [[28, "arkouda.Datetime.microsecond", false], [28, "id164", false], [28, "id197", false]], "microsecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.microsecond", false]], "microseconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.microseconds", false]], "microseconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.microseconds", false], [28, "id451", false]], "millisecond (arkouda.datetime property)": [[28, "arkouda.Datetime.millisecond", false], [28, "id165", false], [28, "id198", false]], "millisecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.millisecond", false]], "min (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.min", false]], "min (arkouda.array_api._data_type_functions.iinfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.iinfo_object.min", false]], "min() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.min", false]], "min() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.min", false]], "min() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.min", false]], "min() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.min", false]], "min() (arkouda.groupby method)": [[28, "arkouda.GroupBy.min", false], [28, "id250", false], [28, "id294", false], [28, "id338", false], [28, "id382", false], [28, "id426", false], [92, "arkouda.GroupBy.min", false]], "min() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.min", false]], "min() (arkouda.pdarray method)": [[28, "arkouda.pdarray.min", false], [28, "id555", false], [28, "id616", false], [28, "id677", false], [28, "id738", false], [28, "id799", false], [93, "arkouda.pdarray.min", false]], "min() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.min", false]], "min() (arkouda.segarray method)": [[28, "arkouda.SegArray.min", false]], "min() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.min", false]], "min() (arkouda.series method)": [[28, "arkouda.Series.min", false]], "min() (arkouda.series.series method)": [[52, "arkouda.series.Series.min", false]], "min() (in module arkouda)": [[28, "arkouda.min", false], [87, "arkouda.min", false]], "min() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.min", false]], "min() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.min", false]], "mink() (arkouda.pdarray method)": [[28, "arkouda.pdarray.mink", false], [28, "id556", false], [28, "id617", false], [28, "id678", false], [28, "id739", false], [28, "id800", false], [93, "arkouda.pdarray.mink", false]], "mink() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.mink", false]], "mink() (in module arkouda)": [[28, "arkouda.mink", false], [87, "arkouda.mink", false]], "mink() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mink", false]], "minute (arkouda.datetime property)": [[28, "arkouda.Datetime.minute", false], [28, "id166", false], [28, "id199", false]], "minute (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.minute", false]], "mod() (in module arkouda)": [[28, "arkouda.mod", false]], "mod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.mod", false]], "mode() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.mode", false]], "mode() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.mode", false]], "mode() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.mode", false]], "mode() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.mode", false]], "mode() (arkouda.groupby method)": [[28, "arkouda.GroupBy.mode", false], [28, "id251", false], [28, "id295", false], [28, "id339", false], [28, "id383", false], [28, "id427", false], [92, "arkouda.GroupBy.mode", false]], "mode() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.mode", false]], "module": [[2, "module-arkouda.accessor", false], [3, "module-arkouda.alignment", false], [4, "module-arkouda.array_api._array_object", false], [5, "module-arkouda.array_api._constants", false], [6, "module-arkouda.array_api._creation_functions", false], [7, "module-arkouda.array_api._data_type_functions", false], [8, "module-arkouda.array_api._dtypes", false], [9, "module-arkouda.array_api._elementwise_functions", false], [10, "module-arkouda.array_api._indexing_functions", false], [11, "module-arkouda.array_api._manipulation_functions", false], [12, "module-arkouda.array_api._searching_functions", false], [13, "module-arkouda.array_api._set_functions", false], [14, "module-arkouda.array_api._sorting_functions", false], [15, "module-arkouda.array_api._statistical_functions", false], [16, "module-arkouda.array_api._typing", false], [17, "module-arkouda.array_api._utility_functions", false], [18, "module-arkouda.array_api", false], [19, "module-arkouda.array_api.linalg", false], [20, "module-arkouda.array_view", false], [21, "module-arkouda.categorical", false], [22, "module-arkouda.client", false], [23, "module-arkouda.client_dtypes", false], [24, "module-arkouda.dataframe", false], [25, "module-arkouda.dtypes", false], [26, "module-arkouda.groupbyclass", false], [27, "module-arkouda.history", false], [28, "module-arkouda", false], [29, "module-arkouda.index", false], [30, "module-arkouda.infoclass", false], [31, "module-arkouda.io", false], [32, "module-arkouda.io_util", false], [33, "module-arkouda.join", false], [34, "module-arkouda.logger", false], [35, "module-arkouda.match", false], [36, "module-arkouda.matcher", false], [37, "module-arkouda.numeric", false], [38, "module-arkouda.numpy", false], [39, "module-arkouda.pdarrayclass", false], [40, "module-arkouda.pdarraycreation", false], [41, "module-arkouda.pdarraysetops", false], [42, "module-arkouda.plotting", false], [43, "module-arkouda.random._generator", false], [44, "module-arkouda.random._legacy", false], [45, "module-arkouda.random", false], [46, "module-arkouda.row", false], [47, "module-arkouda.scipy", false], [48, "module-arkouda.scipy.special", false], [49, "module-arkouda.scipy.stats", false], [50, "module-arkouda.security", false], [51, "module-arkouda.segarray", false], [52, "module-arkouda.series", false], [53, "module-arkouda.sorting", false], [54, "module-arkouda.strings", false], [55, "module-arkouda.timeclass", false], [56, "module-arkouda.util", false]], "moment_type() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.moment_type", false]], "month (arkouda.datetime property)": [[28, "arkouda.Datetime.month", false], [28, "id167", false], [28, "id200", false]], "month (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.month", false]], "most_common() (arkouda.groupby method)": [[28, "arkouda.GroupBy.most_common", false], [28, "id252", false], [28, "id296", false], [28, "id340", false], [28, "id384", false], [28, "id428", false], [92, "arkouda.GroupBy.most_common", false]], "most_common() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.most_common", false]], "most_common() (in module arkouda.util)": [[56, "arkouda.util.most_common", false]], "moveaxis() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.moveaxis", false]], "mt (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.mT", false]], "mt (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.mT", false]], "multiindex (class in arkouda)": [[28, "arkouda.MultiIndex", false]], "multiindex (class in arkouda.index)": [[29, "arkouda.index.MultiIndex", false]], "multiply() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.multiply", false]], "name (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.name", false], [28, "id523", false], [28, "id584", false], [28, "id645", false], [28, "id706", false], [28, "id767", false], [95, "arkouda.pdarray.name", false]], "name (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.name", false]], "name() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.name", false]], "nan (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.nan", false]], "nan (in module arkouda.numpy)": [[38, "arkouda.numpy.NAN", false], [38, "arkouda.numpy.NaN", false], [38, "arkouda.numpy.nan", false]], "nanosecond (arkouda.datetime property)": [[28, "arkouda.Datetime.nanosecond", false], [28, "id168", false], [28, "id201", false]], "nanosecond (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.nanosecond", false]], "nanoseconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.nanoseconds", false]], "nanoseconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.nanoseconds", false], [28, "id452", false]], "nbytes (arkouda.categorical property)": [[28, "arkouda.Categorical.nbytes", false], [28, "id11", false], [28, "id60", false]], "nbytes (arkouda.categorical.categorical property)": [[21, "arkouda.categorical.Categorical.nbytes", false]], "nbytes (arkouda.pdarray property)": [[28, "arkouda.pdarray.nbytes", false], [28, "id530", false], [28, "id591", false], [28, "id652", false], [28, "id713", false], [28, "id774", false]], "nbytes (arkouda.pdarrayclass.pdarray property)": [[39, "arkouda.pdarrayclass.pdarray.nbytes", false]], "nbytes (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.nbytes", false]], "ndim (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.ndim", false]], "ndim (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.ndim", false]], "ndim (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.ndim", false]], "ndim (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.ndim", false], [88, "arkouda.ArrayView.ndim", false]], "ndim (arkouda.categorical attribute)": [[28, "arkouda.Categorical.ndim", false], [28, "id58", false], [28, "id9", false], [89, "arkouda.Categorical.ndim", false]], "ndim (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.ndim", false]], "ndim (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.ndim", false], [28, "id526", false], [28, "id587", false], [28, "id648", false], [28, "id709", false], [28, "id770", false], [95, "arkouda.pdarray.ndim", false]], "ndim (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.ndim", false]], "ndim (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.ndim", false]], "negative() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.negative", false]], "newaxis (in module arkouda.numpy)": [[38, "arkouda.numpy.newaxis", false]], "ngroups (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.ngroups", false], [28, "id227", false], [28, "id271", false], [28, "id315", false], [28, "id359", false], [28, "id403", false], [92, "arkouda.GroupBy.ngroups", false]], "ngroups (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.ngroups", false]], "ninf (in module arkouda.numpy)": [[38, "arkouda.numpy.NINF", false]], "nkeys (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.nkeys", false], [28, "id223", false], [28, "id267", false], [28, "id311", false], [28, "id355", false], [28, "id399", false], [92, "arkouda.GroupBy.nkeys", false]], "nkeys (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.nkeys", false]], "nlevels (arkouda.categorical attribute)": [[28, "arkouda.Categorical.nlevels", false], [28, "id57", false], [28, "id8", false], [89, "arkouda.Categorical.nlevels", false]], "nlevels (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.nlevels", false]], "non_empty (arkouda.segarray property)": [[28, "arkouda.SegArray.non_empty", false]], "non_empty (arkouda.segarray.segarray property)": [[51, "arkouda.segarray.SegArray.non_empty", false]], "nonuniqueerror": [[3, "arkouda.alignment.NonUniqueError", false], [28, "arkouda.NonUniqueError", false]], "nonzero() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.nonzero", false]], "normalize() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.normalize", false]], "normalize() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.normalize", false]], "not_equal() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.not_equal", false]], "notebookhistoryretriever (class in arkouda.history)": [[27, "arkouda.history.NotebookHistoryRetriever", false]], "notna() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.notna", false], [28, "id134", false]], "notna() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.notna", false]], "notna() (arkouda.series method)": [[28, "arkouda.Series.notna", false]], "notna() (arkouda.series.series method)": [[52, "arkouda.series.Series.notna", false]], "notnull() (arkouda.series method)": [[28, "arkouda.Series.notnull", false]], "notnull() (arkouda.series.series method)": [[52, "arkouda.series.Series.notnull", false]], "numargs() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.numargs", false]], "numeric_scalars (in module arkouda)": [[28, "arkouda.numeric_scalars", false]], "numeric_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.numeric_scalars", false]], "numpy_scalars (in module arkouda)": [[28, "arkouda.numpy_scalars", false]], "numpy_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.numpy_scalars", false]], "nunique() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.nunique", false]], "nunique() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.nunique", false]], "nunique() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.nunique", false]], "nunique() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.nunique", false]], "nunique() (arkouda.groupby method)": [[28, "arkouda.GroupBy.nunique", false], [28, "id253", false], [28, "id297", false], [28, "id341", false], [28, "id385", false], [28, "id429", false], [92, "arkouda.GroupBy.nunique", false]], "nunique() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.nunique", false]], "nunique() (arkouda.segarray method)": [[28, "arkouda.SegArray.nunique", false]], "nunique() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.nunique", false]], "nzero (in module arkouda.numpy)": [[38, "arkouda.numpy.NZERO", false]], "objtype (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.objType", false]], "objtype (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.objType", false]], "objtype (arkouda.categorical attribute)": [[28, "arkouda.Categorical.objType", false], [28, "id16", false], [28, "id65", false]], "objtype (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.objType", false]], "objtype (arkouda.index attribute)": [[28, "arkouda.Index.objType", false]], "objtype (arkouda.index.index attribute)": [[29, "arkouda.index.Index.objType", false]], "objtype (arkouda.index.multiindex attribute)": [[29, "arkouda.index.MultiIndex.objType", false]], "objtype (arkouda.multiindex attribute)": [[28, "arkouda.MultiIndex.objType", false]], "objtype (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.objType", false], [28, "id533", false], [28, "id594", false], [28, "id655", false], [28, "id716", false], [28, "id777", false]], "objtype (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.objType", false]], "objtype (arkouda.segarray attribute)": [[28, "arkouda.SegArray.objType", false]], "objtype (arkouda.segarray.segarray attribute)": [[51, "arkouda.segarray.SegArray.objType", false]], "objtype (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.objType", false]], "objtype() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.objType", false], [28, "id135", false]], "objtype() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.objType", false]], "objtype() (arkouda.groupby method)": [[28, "arkouda.GroupBy.objType", false], [28, "id254", false], [28, "id298", false], [28, "id342", false], [28, "id386", false], [28, "id430", false]], "objtype() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.objType", false]], "objtype() (arkouda.series method)": [[28, "arkouda.Series.objType", false]], "objtype() (arkouda.series.series method)": [[52, "arkouda.series.Series.objType", false]], "ones() (in module arkouda)": [[28, "arkouda.ones", false], [28, "id517", false], [28, "id518", false], [28, "id519", false], [90, "arkouda.ones", false]], "ones() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.ones", false]], "ones() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.ones", false]], "ones_like() (in module arkouda)": [[28, "arkouda.ones_like", false], [90, "arkouda.ones_like", false]], "ones_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.ones_like", false]], "ones_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.ones_like", false]], "opeq() (arkouda.bitvector method)": [[28, "arkouda.BitVector.opeq", false]], "opeq() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.opeq", false]], "opeq() (arkouda.client_dtypes.fields method)": [[23, "arkouda.client_dtypes.Fields.opeq", false]], "opeq() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.opeq", false]], "opeq() (arkouda.fields method)": [[28, "arkouda.Fields.opeq", false]], "opeq() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.opeq", false]], "opeq() (arkouda.pdarray method)": [[28, "arkouda.pdarray.opeq", false], [28, "id557", false], [28, "id618", false], [28, "id679", false], [28, "id740", false], [28, "id801", false]], "opeq() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.opeq", false]], "opeqops (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.OpEqOps", false], [28, "id532", false], [28, "id593", false], [28, "id654", false], [28, "id715", false], [28, "id776", false]], "opeqops (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.OpEqOps", false]], "or() (arkouda.groupby method)": [[28, "arkouda.GroupBy.OR", false], [28, "id232", false], [28, "id276", false], [28, "id320", false], [28, "id364", false], [28, "id408", false], [92, "arkouda.GroupBy.OR", false]], "or() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.OR", false]], "or() (arkouda.segarray method)": [[28, "arkouda.SegArray.OR", false]], "or() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.OR", false]], "order (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.order", false]], "order (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.order", false], [88, "arkouda.ArrayView.order", false]], "parity() (arkouda.pdarray method)": [[28, "arkouda.pdarray.parity", false], [28, "id558", false], [28, "id619", false], [28, "id680", false], [28, "id741", false], [28, "id802", false]], "parity() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.parity", false]], "parity() (in module arkouda)": [[28, "arkouda.parity", false]], "parity() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.parity", false]], "parse_hdf_categoricals() (arkouda.categorical static method)": [[28, "arkouda.Categorical.parse_hdf_categoricals", false], [28, "id32", false], [28, "id81", false]], "parse_hdf_categoricals() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.parse_hdf_categoricals", false]], "pdarray (class in arkouda)": [[28, "arkouda.pdarray", false], [28, "id522", false], [28, "id583", false], [28, "id644", false], [28, "id705", false], [28, "id766", false], [95, "arkouda.pdarray", false]], "pdarray (class in arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.pdarray", false]], "pdconcat() (arkouda.series method)": [[28, "arkouda.Series.pdconcat", false]], "pdconcat() (arkouda.series.series method)": [[52, "arkouda.series.Series.pdconcat", false]], "pdconcat() (in module arkouda.series)": [[98, "arkouda.Series.pdconcat", false]], "peel() (arkouda.strings method)": [[101, "arkouda.Strings.peel", false]], "peel() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.peel", false]], "permutation (arkouda.categorical attribute)": [[28, "arkouda.Categorical.permutation", false], [28, "id0", false], [28, "id17", false], [28, "id5", false], [28, "id54", false], [28, "id66", false], [89, "arkouda.Categorical.permutation", false]], "permutation (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.permutation", false], [21, "id0", false]], "permutation (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.permutation", false], [28, "id225", false], [28, "id269", false], [28, "id313", false], [28, "id357", false], [28, "id401", false], [92, "arkouda.GroupBy.permutation", false]], "permutation (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.permutation", false]], "permutation() (arkouda.generator method)": [[28, "arkouda.Generator.permutation", false]], "permutation() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.permutation", false]], "permutation() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.permutation", false]], "permute_dims() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.permute_dims", false]], "pi (in module arkouda.array_api._constants)": [[5, "arkouda.array_api._constants.pi", false]], "pi (in module arkouda.numpy)": [[38, "arkouda.numpy.pi", false]], "pinf (in module arkouda.numpy)": [[38, "arkouda.numpy.PINF", false]], "plot_dist() (in module arkouda)": [[28, "arkouda.plot_dist", false]], "plot_dist() (in module arkouda.plotting)": [[42, "arkouda.plotting.plot_dist", false]], "popcount() (arkouda.pdarray method)": [[28, "arkouda.pdarray.popcount", false], [28, "id559", false], [28, "id620", false], [28, "id681", false], [28, "id742", false], [28, "id803", false]], "popcount() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.popcount", false]], "popcount() (in module arkouda)": [[28, "arkouda.popcount", false]], "popcount() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.popcount", false]], "positive() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.positive", false]], "pow() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.pow", false]], "power() (in module arkouda)": [[28, "arkouda.power", false]], "power() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.power", false]], "power_divergence() (in module arkouda)": [[28, "arkouda.power_divergence", false]], "power_divergence() (in module arkouda.scipy)": [[47, "arkouda.scipy.power_divergence", false]], "power_divergenceresult (class in arkouda)": [[28, "arkouda.Power_divergenceResult", false]], "power_divergenceresult (class in arkouda.scipy)": [[47, "arkouda.scipy.Power_divergenceResult", false]], "prepend_single() (arkouda.segarray method)": [[28, "arkouda.SegArray.prepend_single", false]], "prepend_single() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.prepend_single", false]], "prepend_single() (in module arkouda.segarray)": [[97, "arkouda.SegArray.prepend_single", false]], "pretty_print_info() (arkouda.categorical method)": [[28, "arkouda.Categorical.pretty_print_info", false], [28, "id33", false], [28, "id82", false]], "pretty_print_info() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.pretty_print_info", false]], "pretty_print_info() (arkouda.pdarray method)": [[28, "arkouda.pdarray.pretty_print_info", false], [28, "id560", false], [28, "id621", false], [28, "id682", false], [28, "id743", false], [28, "id804", false]], "pretty_print_info() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.pretty_print_info", false]], "pretty_print_info() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.pretty_print_info", false]], "pretty_print_information() (in module arkouda)": [[28, "arkouda.pretty_print_information", false]], "pretty_print_information() (in module arkouda.infoclass)": [[30, "arkouda.infoclass.pretty_print_information", false]], "print_server_commands() (in module arkouda.client)": [[22, "arkouda.client.print_server_commands", false]], "prod() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.prod", false]], "prod() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.prod", false]], "prod() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.prod", false]], "prod() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.prod", false]], "prod() (arkouda.groupby method)": [[28, "arkouda.GroupBy.prod", false], [28, "id255", false], [28, "id299", false], [28, "id343", false], [28, "id387", false], [28, "id431", false], [92, "arkouda.GroupBy.prod", false]], "prod() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.prod", false]], "prod() (arkouda.pdarray method)": [[28, "arkouda.pdarray.prod", false], [28, "id561", false], [28, "id622", false], [28, "id683", false], [28, "id744", false], [28, "id805", false], [93, "arkouda.pdarray.prod", false]], "prod() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.prod", false]], "prod() (arkouda.segarray method)": [[28, "arkouda.SegArray.prod", false]], "prod() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.prod", false]], "prod() (arkouda.series method)": [[28, "arkouda.Series.prod", false]], "prod() (arkouda.series.series method)": [[52, "arkouda.series.Series.prod", false]], "prod() (in module arkouda)": [[28, "arkouda.prod", false], [87, "arkouda.prod", false]], "prod() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.prod", false]], "prod() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.prod", false]], "prod_sum_dtype() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.prod_sum_dtype", false]], "properties (class in arkouda)": [[28, "arkouda.Properties", false]], "properties (class in arkouda.accessor)": [[2, "arkouda.accessor.Properties", false]], "purge_cached_regex_patterns() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.purge_cached_regex_patterns", false]], "pvalue (arkouda.power_divergenceresult attribute)": [[28, "arkouda.Power_divergenceResult.pvalue", false]], "pvalue (arkouda.scipy.power_divergenceresult attribute)": [[47, "arkouda.scipy.Power_divergenceResult.pvalue", false]], "pycapsule (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.PyCapsule", false]], "pzero (in module arkouda.numpy)": [[38, "arkouda.numpy.PZERO", false]], "rad2deg() (in module arkouda)": [[28, "arkouda.rad2deg", false]], "rad2deg() (in module arkouda.numeric)": [[37, "arkouda.numeric.rad2deg", false]], "randint() (in module arkouda)": [[28, "arkouda.randint", false], [28, "id827", false], [90, "arkouda.randint", false]], "randint() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.randint", false]], "randint() (in module arkouda.random)": [[45, "arkouda.random.randint", false]], "randint() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.randint", false]], "random() (arkouda.generator method)": [[28, "arkouda.Generator.random", false]], "random() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.random", false]], "random() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.random", false]], "random() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.random", false]], "random_strings_lognormal() (in module arkouda)": [[28, "arkouda.random_strings_lognormal", false]], "random_strings_lognormal() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.random_strings_lognormal", false]], "random_strings_uniform() (in module arkouda)": [[28, "arkouda.random_strings_uniform", false]], "random_strings_uniform() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.random_strings_uniform", false]], "read() (in module arkouda)": [[28, "arkouda.read", false], [84, "arkouda.read", false]], "read() (in module arkouda.io)": [[31, "arkouda.io.read", false]], "read_csv() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.read_csv", false], [28, "id136", false]], "read_csv() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.read_csv", false]], "read_csv() (in module arkouda)": [[28, "arkouda.read_csv", false]], "read_csv() (in module arkouda.io)": [[31, "arkouda.io.read_csv", false]], "read_hdf() (arkouda.segarray class method)": [[28, "arkouda.SegArray.read_hdf", false]], "read_hdf() (arkouda.segarray.segarray class method)": [[51, "arkouda.segarray.SegArray.read_hdf", false]], "read_hdf() (in module arkouda)": [[28, "arkouda.read_hdf", false]], "read_hdf() (in module arkouda.io)": [[31, "arkouda.io.read_hdf", false]], "read_parquet() (in module arkouda)": [[28, "arkouda.read_parquet", false]], "read_parquet() (in module arkouda.io)": [[31, "arkouda.io.read_parquet", false]], "read_tagged_data() (in module arkouda)": [[28, "arkouda.read_tagged_data", false]], "read_tagged_data() (in module arkouda.io)": [[31, "arkouda.io.read_tagged_data", false]], "real() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.real", false]], "receive() (in module arkouda)": [[28, "arkouda.receive", false]], "receive() (in module arkouda.io)": [[31, "arkouda.io.receive", false]], "receive_dataframe() (in module arkouda)": [[28, "arkouda.receive_dataframe", false]], "receive_dataframe() (in module arkouda.io)": [[31, "arkouda.io.receive_dataframe", false]], "reductions() (arkouda.groupby method)": [[28, "arkouda.GroupBy.Reductions", false], [28, "id233", false], [28, "id277", false], [28, "id321", false], [28, "id365", false], [28, "id409", false]], "reductions() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.Reductions", false]], "register() (arkouda.bitvector method)": [[28, "arkouda.BitVector.register", false]], "register() (arkouda.categorical method)": [[28, "arkouda.Categorical.register", false], [28, "id34", false], [28, "id83", false]], "register() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.register", false]], "register() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.register", false]], "register() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.register", false]], "register() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.register", false], [28, "id137", false]], "register() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.register", false]], "register() (arkouda.datetime method)": [[28, "arkouda.Datetime.register", false], [28, "id184", false], [28, "id217", false]], "register() (arkouda.groupby method)": [[28, "arkouda.GroupBy.register", false], [28, "id256", false], [28, "id300", false], [28, "id344", false], [28, "id388", false], [28, "id432", false], [92, "arkouda.GroupBy.register", false]], "register() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.register", false]], "register() (arkouda.index method)": [[28, "arkouda.Index.register", false]], "register() (arkouda.index.index method)": [[29, "arkouda.index.Index.register", false]], "register() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.register", false]], "register() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.register", false]], "register() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.register", false]], "register() (arkouda.pdarray method)": [[28, "arkouda.pdarray.register", false], [28, "id562", false], [28, "id623", false], [28, "id684", false], [28, "id745", false], [28, "id806", false]], "register() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.register", false]], "register() (arkouda.segarray method)": [[28, "arkouda.SegArray.register", false]], "register() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.register", false]], "register() (arkouda.series method)": [[28, "arkouda.Series.register", false]], "register() (arkouda.series.series method)": [[52, "arkouda.series.Series.register", false]], "register() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.register", false]], "register() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.register", false]], "register() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.register", false]], "register() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.register", false], [28, "id464", false]], "register() (in module arkouda.util)": [[56, "arkouda.util.register", false]], "register_all() (in module arkouda)": [[28, "arkouda.register_all", false]], "register_all() (in module arkouda.util)": [[56, "arkouda.util.register_all", false]], "registerablepieces (arkouda.categorical attribute)": [[28, "arkouda.Categorical.RegisterablePieces", false], [28, "id13", false], [28, "id62", false]], "registerablepieces (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.RegisterablePieces", false]], "registeredsymbols (in module arkouda)": [[28, "arkouda.RegisteredSymbols", false]], "registeredsymbols (in module arkouda.infoclass)": [[30, "arkouda.infoclass.RegisteredSymbols", false]], "registrationerror": [[28, "arkouda.RegistrationError", false], [28, "id444", false], [28, "id445", false], [28, "id446", false], [28, "id447", false], [39, "arkouda.pdarrayclass.RegistrationError", false]], "remainder() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.remainder", false]], "remove_repeats() (arkouda.segarray method)": [[28, "arkouda.SegArray.remove_repeats", false]], "remove_repeats() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.remove_repeats", false]], "remove_repeats() (in module arkouda.segarray)": [[97, "arkouda.SegArray.remove_repeats", false]], "rename() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.rename", false], [28, "id138", false]], "rename() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.rename", false]], "rename() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.rename", false]], "repeat() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.repeat", false]], "report_mem() (in module arkouda.util)": [[56, "arkouda.util.report_mem", false]], "requiredpieces (arkouda.categorical attribute)": [[28, "arkouda.Categorical.RequiredPieces", false], [28, "id14", false], [28, "id63", false]], "requiredpieces (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.RequiredPieces", false]], "reset_categories() (arkouda.categorical method)": [[28, "arkouda.Categorical.reset_categories", false], [28, "id35", false], [28, "id84", false]], "reset_categories() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.reset_categories", false]], "reset_index() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.reset_index", false], [28, "id139", false]], "reset_index() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.reset_index", false]], "reset_index() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.reset_index", false]], "reshape() (arkouda.pdarray method)": [[28, "arkouda.pdarray.reshape", false], [28, "id563", false], [28, "id624", false], [28, "id685", false], [28, "id746", false], [28, "id807", false]], "reshape() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.reshape", false]], "reshape() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.reshape", false]], "resolve_scalar_dtype() (in module arkouda)": [[28, "arkouda.resolve_scalar_dtype", false]], "resolve_scalar_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.resolve_scalar_dtype", false]], "restore() (in module arkouda)": [[28, "arkouda.restore", false]], "restore() (in module arkouda.io)": [[31, "arkouda.io.restore", false]], "result_type() (in module arkouda.array_api._data_type_functions)": [[7, "arkouda.array_api._data_type_functions.result_type", false]], "retrieve() (arkouda.history.historyretriever method)": [[27, "arkouda.history.HistoryRetriever.retrieve", false]], "retrieve() (arkouda.history.notebookhistoryretriever method)": [[27, "arkouda.history.NotebookHistoryRetriever.retrieve", false]], "retrieve() (arkouda.history.shellhistoryretriever method)": [[27, "arkouda.history.ShellHistoryRetriever.retrieve", false]], "return_validity (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.return_validity", false]], "return_validity (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.return_validity", false]], "right_align() (in module arkouda)": [[28, "arkouda.right_align", false]], "right_align() (in module arkouda.alignment)": [[3, "arkouda.alignment.right_align", false]], "roll() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.roll", false]], "rotl() (arkouda.pdarray method)": [[28, "arkouda.pdarray.rotl", false], [28, "id564", false], [28, "id625", false], [28, "id686", false], [28, "id747", false], [28, "id808", false]], "rotl() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.rotl", false]], "rotl() (in module arkouda)": [[28, "arkouda.rotl", false]], "rotl() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.rotl", false]], "rotr() (arkouda.pdarray method)": [[28, "arkouda.pdarray.rotr", false], [28, "id565", false], [28, "id626", false], [28, "id687", false], [28, "id748", false], [28, "id809", false]], "rotr() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.rotr", false]], "rotr() (in module arkouda)": [[28, "arkouda.rotr", false]], "rotr() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.rotr", false]], "round() (in module arkouda)": [[28, "arkouda.round", false]], "round() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.round", false]], "round() (in module arkouda.numeric)": [[37, "arkouda.numeric.round", false]], "row (class in arkouda)": [[28, "arkouda.Row", false]], "row (class in arkouda.row)": [[46, "arkouda.row.Row", false]], "rpeel() (arkouda.strings method)": [[101, "arkouda.Strings.rpeel", false]], "rpeel() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.rpeel", false]], "ruok() (in module arkouda.client)": [[22, "arkouda.client.ruok", false]], "sample() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sample", false], [28, "id140", false]], "sample() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sample", false]], "save() (arkouda.categorical method)": [[28, "arkouda.Categorical.save", false], [28, "id36", false], [28, "id85", false]], "save() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.save", false]], "save() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.save", false], [28, "id141", false]], "save() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.save", false]], "save() (arkouda.index method)": [[28, "arkouda.Index.save", false]], "save() (arkouda.index.index method)": [[29, "arkouda.index.Index.save", false]], "save() (arkouda.pdarray method)": [[28, "arkouda.pdarray.save", false], [28, "id566", false], [28, "id627", false], [28, "id688", false], [28, "id749", false], [28, "id810", false]], "save() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.save", false]], "save() (arkouda.segarray method)": [[28, "arkouda.SegArray.save", false]], "save() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.save", false]], "save() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.save", false]], "save_all() (in module arkouda)": [[28, "arkouda.save_all", false]], "save_all() (in module arkouda.io)": [[31, "arkouda.io.save_all", false]], "scalardtypes (in module arkouda)": [[28, "arkouda.ScalarDTypes", false]], "scalardtypes (in module arkouda.dtypes)": [[25, "arkouda.dtypes.ScalarDTypes", false]], "search() (arkouda.strings method)": [[101, "arkouda.Strings.search", false]], "search() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.search", false]], "search_intervals() (in module arkouda)": [[28, "arkouda.search_intervals", false]], "search_intervals() (in module arkouda.alignment)": [[3, "arkouda.alignment.search_intervals", false]], "searchsorted() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.searchsorted", false]], "second (arkouda.datetime property)": [[28, "arkouda.Datetime.second", false], [28, "id169", false], [28, "id202", false]], "second (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.second", false]], "seconds (arkouda.timeclass.timedelta property)": [[55, "arkouda.timeclass.Timedelta.seconds", false]], "seconds (arkouda.timedelta property)": [[28, "arkouda.Timedelta.seconds", false], [28, "id453", false]], "seg_suffix (in module arkouda)": [[28, "arkouda.SEG_SUFFIX", false]], "seg_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.SEG_SUFFIX", false]], "segarray (class in arkouda)": [[28, "arkouda.SegArray", false]], "segarray (class in arkouda.segarray)": [[51, "arkouda.segarray.SegArray", false]], "segarray() (in module arkouda)": [[28, "arkouda.segarray", false]], "segarray() (in module arkouda.segarray)": [[51, "arkouda.segarray.segarray", false]], "segments (arkouda.categorical attribute)": [[28, "arkouda.Categorical.segments", false], [28, "id1", false], [28, "id18", false], [28, "id55", false], [28, "id6", false], [28, "id67", false], [89, "arkouda.Categorical.segments", false]], "segments (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.segments", false], [21, "id1", false]], "segments (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.segments", false], [28, "id228", false], [28, "id272", false], [28, "id316", false], [28, "id360", false], [28, "id404", false], [92, "arkouda.GroupBy.segments", false]], "segments (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.segments", false]], "series (class in arkouda)": [[28, "arkouda.Series", false], [98, "arkouda.Series", false]], "series (class in arkouda.series)": [[52, "arkouda.series.Series", false]], "set_categories() (arkouda.categorical method)": [[28, "arkouda.Categorical.set_categories", false], [28, "id37", false], [28, "id86", false]], "set_categories() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.set_categories", false]], "set_dtype() (arkouda.index method)": [[28, "arkouda.Index.set_dtype", false]], "set_dtype() (arkouda.index.index method)": [[29, "arkouda.index.Index.set_dtype", false]], "set_dtype() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.set_dtype", false]], "set_dtype() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.set_dtype", false]], "set_dtype() (in module arkouda.index)": [[85, "arkouda.Index.set_dtype", false]], "set_dtype() (in module arkouda.multiindex)": [[85, "arkouda.MultiIndex.set_dtype", false]], "set_jth() (arkouda.segarray method)": [[28, "arkouda.SegArray.set_jth", false]], "set_jth() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.set_jth", false]], "set_jth() (in module arkouda.segarray)": [[97, "arkouda.SegArray.set_jth", false]], "setdiff() (arkouda.segarray method)": [[28, "arkouda.SegArray.setdiff", false]], "setdiff() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.setdiff", false]], "setdiff() (in module arkouda.segarray)": [[97, "arkouda.SegArray.setdiff", false]], "setdiff1d() (in module arkouda)": [[28, "arkouda.setdiff1d", false], [99, "arkouda.setdiff1d", false]], "setdiff1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.setdiff1d", false]], "setxor() (arkouda.segarray method)": [[28, "arkouda.SegArray.setxor", false]], "setxor() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.setxor", false]], "setxor() (in module arkouda.segarray)": [[97, "arkouda.SegArray.setxor", false]], "setxor1d() (in module arkouda)": [[28, "arkouda.setxor1d", false], [99, "arkouda.setxor1d", false]], "setxor1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.setxor1d", false]], "shape (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.shape", false]], "shape (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.shape", false]], "shape (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.shape", false]], "shape (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.shape", false], [88, "arkouda.ArrayView.shape", false]], "shape (arkouda.categorical attribute)": [[28, "arkouda.Categorical.shape", false], [28, "id10", false], [28, "id59", false], [89, "arkouda.Categorical.shape", false]], "shape (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.shape", false]], "shape (arkouda.dataframe property)": [[28, "arkouda.DataFrame.shape", false], [28, "id106", false]], "shape (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.shape", false]], "shape (arkouda.index property)": [[28, "arkouda.Index.shape", false]], "shape (arkouda.index.index property)": [[29, "arkouda.index.Index.shape", false]], "shape (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.shape", false], [28, "id527", false], [28, "id588", false], [28, "id649", false], [28, "id710", false], [28, "id771", false], [95, "arkouda.pdarray.shape", false]], "shape (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.shape", false]], "shape (arkouda.series property)": [[28, "arkouda.Series.shape", false]], "shape (arkouda.series.series property)": [[52, "arkouda.series.Series.shape", false]], "shape (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.shape", false]], "shapes() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.shapes", false]], "shellhistoryretriever (class in arkouda.history)": [[27, "arkouda.history.ShellHistoryRetriever", false]], "short (class in arkouda.numpy)": [[38, "arkouda.numpy.short", false]], "shuffle() (arkouda.generator method)": [[28, "arkouda.Generator.shuffle", false]], "shuffle() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.shuffle", false]], "shuffle() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.shuffle", false]], "shutdown() (in module arkouda.client)": [[22, "arkouda.client.shutdown", false]], "sign() (in module arkouda)": [[28, "arkouda.sign", false]], "sign() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sign", false]], "sign() (in module arkouda.numeric)": [[37, "arkouda.numeric.sign", false]], "sin() (in module arkouda)": [[28, "arkouda.sin", false], [87, "arkouda.sin", false]], "sin() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sin", false]], "sin() (in module arkouda.numeric)": [[37, "arkouda.numeric.sin", false]], "single (class in arkouda.numpy)": [[38, "arkouda.numpy.single", false]], "sinh() (in module arkouda)": [[28, "arkouda.sinh", false]], "sinh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sinh", false]], "sinh() (in module arkouda.numeric)": [[37, "arkouda.numeric.sinh", false]], "size (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.size", false]], "size (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.size", false]], "size (arkouda.array_view.arrayview attribute)": [[20, "arkouda.array_view.ArrayView.size", false]], "size (arkouda.arrayview attribute)": [[28, "arkouda.ArrayView.size", false], [88, "arkouda.ArrayView.size", false]], "size (arkouda.categorical attribute)": [[28, "arkouda.Categorical.size", false], [28, "id56", false], [28, "id7", false], [89, "arkouda.Categorical.size", false]], "size (arkouda.categorical.categorical attribute)": [[21, "arkouda.categorical.Categorical.size", false]], "size (arkouda.dataframe property)": [[28, "arkouda.DataFrame.size", false], [28, "id107", false]], "size (arkouda.dataframe.dataframe property)": [[24, "arkouda.dataframe.DataFrame.size", false]], "size (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.size", false], [28, "id224", false], [28, "id268", false], [28, "id312", false], [28, "id356", false], [28, "id400", false], [92, "arkouda.GroupBy.size", false]], "size (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.size", false]], "size (arkouda.pdarray attribute)": [[28, "arkouda.pdarray.size", false], [28, "id525", false], [28, "id586", false], [28, "id647", false], [28, "id708", false], [28, "id769", false], [95, "arkouda.pdarray.size", false]], "size (arkouda.pdarrayclass.pdarray attribute)": [[39, "arkouda.pdarrayclass.pdarray.size", false]], "size (arkouda.strings.strings attribute)": [[54, "arkouda.strings.Strings.size", false]], "size() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.size", false]], "size() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.size", false]], "size() (arkouda.groupby method)": [[28, "id221", false], [28, "id257", false], [28, "id301", false], [28, "id345", false], [28, "id389", false], [28, "id433", false], [92, "id0", false]], "size() (arkouda.groupbyclass.groupby method)": [[26, "id0", false]], "skew() (in module arkouda)": [[28, "arkouda.skew", false]], "slice_bits() (arkouda.pdarray method)": [[28, "arkouda.pdarray.slice_bits", false], [28, "id567", false], [28, "id628", false], [28, "id689", false], [28, "id750", false], [28, "id811", false]], "slice_bits() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.slice_bits", false]], "smallest_normal (arkouda.array_api._data_type_functions.finfo_object attribute)": [[7, "arkouda.array_api._data_type_functions.finfo_object.smallest_normal", false]], "snapshot() (in module arkouda)": [[28, "arkouda.snapshot", false]], "snapshot() (in module arkouda.io)": [[31, "arkouda.io.snapshot", false]], "sort() (arkouda.categorical method)": [[28, "arkouda.Categorical.sort", false], [28, "id38", false], [28, "id87", false]], "sort() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.sort", false]], "sort() (in module arkouda)": [[28, "arkouda.sort", false]], "sort() (in module arkouda.array_api._sorting_functions)": [[14, "arkouda.array_api._sorting_functions.sort", false]], "sort() (in module arkouda.sorting)": [[53, "arkouda.sorting.sort", false]], "sort_index() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sort_index", false], [28, "id142", false]], "sort_index() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sort_index", false]], "sort_index() (arkouda.series method)": [[28, "arkouda.Series.sort_index", false]], "sort_index() (arkouda.series.series method)": [[52, "arkouda.series.Series.sort_index", false]], "sort_index() (in module arkouda.series)": [[98, "arkouda.Series.sort_index", false]], "sort_values() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.sort_values", false], [28, "id143", false]], "sort_values() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.sort_values", false]], "sort_values() (arkouda.series method)": [[28, "arkouda.Series.sort_values", false]], "sort_values() (arkouda.series.series method)": [[52, "arkouda.series.Series.sort_values", false]], "sort_values() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.sort_values", false]], "sort_values() (in module arkouda.series)": [[98, "arkouda.Series.sort_values", false]], "sparse_sum_help() (in module arkouda.util)": [[56, "arkouda.util.sparse_sum_help", false]], "special_objtype (arkouda.bitvector attribute)": [[28, "arkouda.BitVector.special_objType", false]], "special_objtype (arkouda.client_dtypes.bitvector attribute)": [[23, "arkouda.client_dtypes.BitVector.special_objType", false]], "special_objtype (arkouda.client_dtypes.ipv4 attribute)": [[23, "arkouda.client_dtypes.IPv4.special_objType", false]], "special_objtype (arkouda.datetime attribute)": [[28, "arkouda.Datetime.special_objType", false], [28, "id174", false], [28, "id207", false]], "special_objtype (arkouda.ipv4 attribute)": [[28, "arkouda.IPv4.special_objType", false]], "special_objtype (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.special_objType", false]], "special_objtype (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.special_objType", false]], "special_objtype (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.special_objType", false], [28, "id454", false]], "split() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.split", false]], "split() (arkouda.strings method)": [[101, "arkouda.Strings.split", false]], "split() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.split", false]], "sqrt() (in module arkouda)": [[28, "arkouda.sqrt", false]], "sqrt() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.sqrt", false]], "sqrt() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.sqrt", false]], "square() (in module arkouda)": [[28, "arkouda.square", false]], "square() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.square", false]], "square() (in module arkouda.numeric)": [[37, "arkouda.numeric.square", false]], "squeeze() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.squeeze", false]], "stack() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.stack", false]], "standard_normal() (arkouda.generator method)": [[28, "arkouda.Generator.standard_normal", false]], "standard_normal() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.standard_normal", false]], "standard_normal() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.standard_normal", false]], "standard_normal() (in module arkouda)": [[28, "arkouda.standard_normal", false], [28, "id828", false]], "standard_normal() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.standard_normal", false]], "standard_normal() (in module arkouda.random)": [[45, "arkouda.random.standard_normal", false]], "standard_normal() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.standard_normal", false]], "standard_normal() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.standard_normal", false]], "standardize_categories() (arkouda.categorical class method)": [[28, "arkouda.Categorical.standardize_categories", false], [28, "id39", false], [28, "id88", false]], "standardize_categories() (arkouda.categorical.categorical class method)": [[21, "arkouda.categorical.Categorical.standardize_categories", false]], "start() (arkouda.match.match method)": [[35, "arkouda.match.Match.start", false], [101, "arkouda.match.Match.start", false]], "startswith() (arkouda.categorical method)": [[28, "arkouda.Categorical.startswith", false], [28, "id40", false], [28, "id89", false], [89, "arkouda.Categorical.startswith", false]], "startswith() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.startswith", false]], "startswith() (arkouda.strings method)": [[101, "arkouda.Strings.startswith", false]], "startswith() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.startswith", false]], "statistic (arkouda.power_divergenceresult attribute)": [[28, "arkouda.Power_divergenceResult.statistic", false]], "statistic (arkouda.scipy.power_divergenceresult attribute)": [[47, "arkouda.scipy.Power_divergenceResult.statistic", false]], "std() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.std", false]], "std() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.std", false]], "std() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.std", false]], "std() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.std", false]], "std() (arkouda.groupby method)": [[28, "arkouda.GroupBy.std", false], [28, "id258", false], [28, "id302", false], [28, "id346", false], [28, "id390", false], [28, "id434", false], [92, "arkouda.GroupBy.std", false]], "std() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.std", false]], "std() (arkouda.pdarray method)": [[28, "arkouda.pdarray.std", false], [28, "id568", false], [28, "id629", false], [28, "id690", false], [28, "id751", false], [28, "id812", false], [93, "arkouda.pdarray.std", false]], "std() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.std", false]], "std() (arkouda.series method)": [[28, "arkouda.Series.std", false]], "std() (arkouda.series.series method)": [[52, "arkouda.series.Series.std", false]], "std() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.std", false]], "std() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.std", false], [28, "id465", false]], "std() (in module arkouda)": [[28, "arkouda.std", false], [87, "arkouda.std", false]], "std() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.std", false]], "std() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.std", false]], "stick() (arkouda.strings method)": [[101, "arkouda.Strings.stick", false]], "stick() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.stick", false]], "str_ (in module arkouda)": [[28, "arkouda.str_", false], [28, "id829", false]], "str_ (in module arkouda.dtypes)": [[25, "arkouda.dtypes.str_", false]], "str_acc() (arkouda.series method)": [[28, "arkouda.Series.str_acc", false]], "str_acc() (arkouda.series.series method)": [[52, "arkouda.series.Series.str_acc", false]], "str_scalars (in module arkouda)": [[28, "arkouda.str_scalars", false]], "str_scalars (in module arkouda.dtypes)": [[25, "arkouda.dtypes.str_scalars", false]], "strict (arkouda.errormode attribute)": [[28, "arkouda.ErrorMode.strict", false]], "strict (arkouda.numeric.errormode attribute)": [[37, "arkouda.numeric.ErrorMode.strict", false]], "string_operators() (in module arkouda)": [[28, "arkouda.string_operators", false]], "string_operators() (in module arkouda.accessor)": [[2, "arkouda.accessor.string_operators", false]], "stringaccessor (class in arkouda)": [[28, "arkouda.StringAccessor", false]], "stringaccessor (class in arkouda.accessor)": [[2, "arkouda.accessor.StringAccessor", false]], "strings (class in arkouda.strings)": [[54, "arkouda.strings.Strings", false]], "strip() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.strip", false]], "sub() (arkouda.matcher.matcher method)": [[36, "arkouda.matcher.Matcher.sub", false]], "sub() (arkouda.strings method)": [[101, "arkouda.Strings.sub", false]], "sub() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.sub", false]], "subn() (arkouda.strings method)": [[101, "arkouda.Strings.subn", false]], "subn() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.subn", false]], "subtract() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.subtract", false]], "sum() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.sum", false]], "sum() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.sum", false]], "sum() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.sum", false]], "sum() (arkouda.datetime method)": [[28, "arkouda.Datetime.sum", false], [28, "id185", false], [28, "id218", false]], "sum() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.sum", false]], "sum() (arkouda.groupby method)": [[28, "arkouda.GroupBy.sum", false], [28, "id259", false], [28, "id303", false], [28, "id347", false], [28, "id391", false], [28, "id435", false], [92, "arkouda.GroupBy.sum", false]], "sum() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.sum", false]], "sum() (arkouda.pdarray method)": [[28, "arkouda.pdarray.sum", false], [28, "id569", false], [28, "id630", false], [28, "id691", false], [28, "id752", false], [28, "id813", false], [93, "arkouda.pdarray.sum", false]], "sum() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.sum", false]], "sum() (arkouda.segarray method)": [[28, "arkouda.SegArray.sum", false]], "sum() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.sum", false]], "sum() (arkouda.series method)": [[28, "arkouda.Series.sum", false]], "sum() (arkouda.series.series method)": [[52, "arkouda.series.Series.sum", false]], "sum() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.sum", false]], "sum() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.sum", false]], "sum() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.sum", false], [28, "id466", false]], "sum() (in module arkouda)": [[28, "arkouda.sum", false], [87, "arkouda.sum", false]], "sum() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.sum", false]], "sum() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.sum", false]], "supported_opeq (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_opeq", false], [28, "id175", false], [28, "id208", false]], "supported_opeq (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_opeq", false]], "supported_opeq (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_opeq", false]], "supported_opeq (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_opeq", false], [28, "id455", false]], "supported_with_datetime (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_datetime", false], [28, "id176", false], [28, "id209", false]], "supported_with_datetime (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_datetime", false]], "supported_with_datetime (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_datetime", false]], "supported_with_datetime (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_datetime", false], [28, "id456", false]], "supported_with_pdarray (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_pdarray", false], [28, "id177", false], [28, "id210", false]], "supported_with_pdarray (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_pdarray", false]], "supported_with_pdarray (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_pdarray", false]], "supported_with_pdarray (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_pdarray", false], [28, "id457", false]], "supported_with_r_datetime (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_datetime", false], [28, "id178", false], [28, "id211", false]], "supported_with_r_datetime (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_datetime", false]], "supported_with_r_datetime (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_datetime", false]], "supported_with_r_datetime (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_datetime", false], [28, "id458", false]], "supported_with_r_pdarray (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_pdarray", false], [28, "id179", false], [28, "id212", false]], "supported_with_r_pdarray (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_pdarray", false]], "supported_with_r_pdarray (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_pdarray", false]], "supported_with_r_pdarray (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_pdarray", false], [28, "id459", false]], "supported_with_r_timedelta (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_r_timedelta", false], [28, "id180", false], [28, "id213", false]], "supported_with_r_timedelta (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_r_timedelta", false]], "supported_with_r_timedelta (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_r_timedelta", false]], "supported_with_r_timedelta (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_r_timedelta", false], [28, "id460", false]], "supported_with_timedelta (arkouda.datetime attribute)": [[28, "arkouda.Datetime.supported_with_timedelta", false], [28, "id181", false], [28, "id214", false]], "supported_with_timedelta (arkouda.timeclass.datetime attribute)": [[55, "arkouda.timeclass.Datetime.supported_with_timedelta", false]], "supported_with_timedelta (arkouda.timeclass.timedelta attribute)": [[55, "arkouda.timeclass.Timedelta.supported_with_timedelta", false]], "supported_with_timedelta (arkouda.timedelta attribute)": [[28, "arkouda.Timedelta.supported_with_timedelta", false], [28, "id461", false]], "supportsbufferprotocol (in module arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.SupportsBufferProtocol", false]], "supportsdlpack (class in arkouda.array_api._typing)": [[16, "arkouda.array_api._typing.SupportsDLPack", false]], "symmetric_difference() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.symmetric_difference", false]], "symmetric_difference() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.symmetric_difference", false]], "t (arkouda.array_api._array_object.array property)": [[4, "arkouda.array_api._array_object.Array.T", false]], "t (arkouda.array_api._typing.array property)": [[16, "arkouda.array_api._typing.Array.T", false]], "tail() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.tail", false], [28, "id144", false]], "tail() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.tail", false]], "tail() (arkouda.series method)": [[28, "arkouda.Series.tail", false]], "tail() (arkouda.series.series method)": [[52, "arkouda.series.Series.tail", false]], "tail() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.tail", false]], "tail() (in module arkouda.series)": [[98, "arkouda.Series.tail", false]], "take() (in module arkouda.array_api._indexing_functions)": [[10, "arkouda.array_api._indexing_functions.take", false]], "tan() (in module arkouda)": [[28, "arkouda.tan", false]], "tan() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.tan", false]], "tan() (in module arkouda.numeric)": [[37, "arkouda.numeric.tan", false]], "tanh() (in module arkouda)": [[28, "arkouda.tanh", false]], "tanh() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.tanh", false]], "tanh() (in module arkouda.numeric)": [[37, "arkouda.numeric.tanh", false]], "tensordot() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.tensordot", false]], "tile() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.tile", false]], "timedelta (class in arkouda)": [[28, "arkouda.Timedelta", false], [28, "id448", false]], "timedelta (class in arkouda.timeclass)": [[55, "arkouda.timeclass.Timedelta", false]], "timedelta_range() (in module arkouda)": [[28, "arkouda.timedelta_range", false], [28, "id830", false]], "timedelta_range() (in module arkouda.timeclass)": [[55, "arkouda.timeclass.timedelta_range", false]], "title() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.title", false]], "to_csv() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_csv", false], [28, "id145", false]], "to_csv() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_csv", false]], "to_csv() (arkouda.index method)": [[28, "arkouda.Index.to_csv", false]], "to_csv() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_csv", false]], "to_csv() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_csv", false], [28, "id570", false], [28, "id631", false], [28, "id692", false], [28, "id753", false], [28, "id814", false]], "to_csv() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_csv", false]], "to_csv() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_csv", false]], "to_csv() (in module arkouda)": [[28, "arkouda.to_csv", false]], "to_csv() (in module arkouda.io)": [[31, "arkouda.io.to_csv", false]], "to_cuda() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_cuda", false], [28, "id573", false], [28, "id634", false], [28, "id695", false], [28, "id756", false], [28, "id817", false]], "to_cuda() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_cuda", false]], "to_dataframe() (arkouda.series method)": [[28, "arkouda.Series.to_dataframe", false]], "to_dataframe() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_dataframe", false]], "to_device() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.to_device", false]], "to_device() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.to_device", false]], "to_dict() (arkouda.index method)": [[28, "arkouda.Index.to_dict", false]], "to_dict() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_dict", false]], "to_dict() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_dict", false]], "to_dict() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_dict", false]], "to_hdf() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_hdf", false]], "to_hdf() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_hdf", false]], "to_hdf() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_hdf", false], [28, "id41", false], [28, "id90", false]], "to_hdf() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_hdf", false]], "to_hdf() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_hdf", false]], "to_hdf() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_hdf", false], [28, "id146", false]], "to_hdf() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_hdf", false]], "to_hdf() (arkouda.groupby method)": [[28, "arkouda.GroupBy.to_hdf", false], [28, "id260", false], [28, "id304", false], [28, "id348", false], [28, "id392", false], [28, "id436", false], [92, "arkouda.GroupBy.to_hdf", false]], "to_hdf() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.to_hdf", false]], "to_hdf() (arkouda.index method)": [[28, "arkouda.Index.to_hdf", false]], "to_hdf() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_hdf", false]], "to_hdf() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_hdf", false]], "to_hdf() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_hdf", false]], "to_hdf() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_hdf", false]], "to_hdf() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_hdf", false], [28, "id574", false], [28, "id635", false], [28, "id696", false], [28, "id757", false], [28, "id818", false]], "to_hdf() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_hdf", false]], "to_hdf() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_hdf", false]], "to_hdf() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_hdf", false]], "to_hdf() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_hdf", false]], "to_hdf() (in module arkouda)": [[28, "arkouda.to_hdf", false]], "to_hdf() (in module arkouda.io)": [[31, "arkouda.io.to_hdf", false]], "to_list() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_list", false]], "to_list() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_list", false]], "to_list() (arkouda.bitvector method)": [[28, "arkouda.BitVector.to_list", false]], "to_list() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_list", false], [28, "id42", false], [28, "id91", false]], "to_list() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_list", false]], "to_list() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.to_list", false]], "to_list() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_list", false]], "to_list() (arkouda.index method)": [[28, "arkouda.Index.to_list", false]], "to_list() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_list", false]], "to_list() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_list", false]], "to_list() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_list", false]], "to_list() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_list", false]], "to_list() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_list", false], [28, "id575", false], [28, "id636", false], [28, "id697", false], [28, "id758", false], [28, "id819", false]], "to_list() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_list", false]], "to_list() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_list", false]], "to_list() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_list", false]], "to_list() (arkouda.series method)": [[28, "arkouda.Series.to_list", false]], "to_list() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_list", false]], "to_list() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_list", false]], "to_markdown() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_markdown", false], [28, "id147", false]], "to_markdown() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_markdown", false]], "to_markdown() (arkouda.series method)": [[28, "arkouda.Series.to_markdown", false]], "to_markdown() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_markdown", false]], "to_ndarray() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.to_ndarray", false]], "to_ndarray() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.to_ndarray", false]], "to_ndarray() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.to_ndarray", false]], "to_ndarray() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.to_ndarray", false]], "to_ndarray() (arkouda.bitvector method)": [[28, "arkouda.BitVector.to_ndarray", false]], "to_ndarray() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_ndarray", false], [28, "id43", false], [28, "id92", false]], "to_ndarray() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_ndarray", false]], "to_ndarray() (arkouda.client_dtypes.bitvector method)": [[23, "arkouda.client_dtypes.BitVector.to_ndarray", false]], "to_ndarray() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.to_ndarray", false]], "to_ndarray() (arkouda.index method)": [[28, "arkouda.Index.to_ndarray", false]], "to_ndarray() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_ndarray", false]], "to_ndarray() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_ndarray", false]], "to_ndarray() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.to_ndarray", false]], "to_ndarray() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_ndarray", false]], "to_ndarray() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_ndarray", false], [28, "id576", false], [28, "id637", false], [28, "id698", false], [28, "id759", false], [28, "id820", false]], "to_ndarray() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_ndarray", false]], "to_ndarray() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_ndarray", false]], "to_ndarray() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_ndarray", false]], "to_ndarray() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_ndarray", false]], "to_ndarray() (in module arkouda.arrayview)": [[88, "arkouda.ArrayView.to_ndarray", false]], "to_ndarray() (in module arkouda.categorical)": [[89, "arkouda.Categorical.to_ndarray", false]], "to_ndarray() (in module arkouda.pdarray)": [[84, "arkouda.pdarray.to_ndarray", false], [95, "arkouda.pdarray.to_ndarray", false]], "to_ndarray() (in module arkouda.segarray)": [[97, "arkouda.SegArray.to_ndarray", false]], "to_ndarray() (in module arkouda.strings)": [[84, "arkouda.Strings.to_ndarray", false], [101, "arkouda.Strings.to_ndarray", false]], "to_pandas() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_pandas", false], [28, "id148", false]], "to_pandas() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_pandas", false]], "to_pandas() (arkouda.datetime method)": [[28, "arkouda.Datetime.to_pandas", false], [28, "id186", false], [28, "id219", false]], "to_pandas() (arkouda.index method)": [[28, "arkouda.Index.to_pandas", false]], "to_pandas() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_pandas", false]], "to_pandas() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.to_pandas", false]], "to_pandas() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.to_pandas", false]], "to_pandas() (arkouda.series method)": [[28, "arkouda.Series.to_pandas", false]], "to_pandas() (arkouda.series.series method)": [[52, "arkouda.series.Series.to_pandas", false]], "to_pandas() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.to_pandas", false]], "to_pandas() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.to_pandas", false]], "to_pandas() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.to_pandas", false], [28, "id467", false]], "to_pandas() (in module arkouda.dataframe)": [[91, "arkouda.DataFrame.to_pandas", false]], "to_pandas() (in module arkouda.series)": [[98, "arkouda.Series.to_pandas", false]], "to_parquet() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_parquet", false], [28, "id44", false], [28, "id93", false]], "to_parquet() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_parquet", false]], "to_parquet() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.to_parquet", false], [28, "id149", false]], "to_parquet() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.to_parquet", false]], "to_parquet() (arkouda.index method)": [[28, "arkouda.Index.to_parquet", false]], "to_parquet() (arkouda.index.index method)": [[29, "arkouda.index.Index.to_parquet", false]], "to_parquet() (arkouda.pdarray method)": [[28, "arkouda.pdarray.to_parquet", false], [28, "id577", false], [28, "id638", false], [28, "id699", false], [28, "id760", false], [28, "id821", false]], "to_parquet() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.to_parquet", false]], "to_parquet() (arkouda.segarray method)": [[28, "arkouda.SegArray.to_parquet", false]], "to_parquet() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.to_parquet", false]], "to_parquet() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.to_parquet", false]], "to_parquet() (in module arkouda)": [[28, "arkouda.to_parquet", false]], "to_parquet() (in module arkouda.io)": [[31, "arkouda.io.to_parquet", false]], "to_strings() (arkouda.categorical method)": [[28, "arkouda.Categorical.to_strings", false], [28, "id45", false], [28, "id94", false]], "to_strings() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.to_strings", false]], "tolist() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.tolist", false]], "tolist() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.tolist", false]], "topn() (arkouda.series method)": [[28, "arkouda.Series.topn", false]], "topn() (arkouda.series.series method)": [[52, "arkouda.series.Series.topn", false]], "topn() (in module arkouda.series)": [[98, "arkouda.Series.topn", false]], "total_seconds() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.total_seconds", false]], "total_seconds() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.total_seconds", false], [28, "id468", false]], "transfer() (arkouda.categorical method)": [[28, "arkouda.Categorical.transfer", false], [28, "id46", false], [28, "id95", false]], "transfer() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.transfer", false]], "transfer() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.transfer", false], [28, "id150", false]], "transfer() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.transfer", false]], "transfer() (arkouda.pdarray method)": [[28, "arkouda.pdarray.transfer", false], [28, "id578", false], [28, "id639", false], [28, "id700", false], [28, "id761", false], [28, "id822", false]], "transfer() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.transfer", false]], "transfer() (arkouda.segarray method)": [[28, "arkouda.SegArray.transfer", false]], "transfer() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.transfer", false]], "transfer() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.transfer", false]], "translate_np_dtype() (in module arkouda)": [[28, "arkouda.translate_np_dtype", false]], "translate_np_dtype() (in module arkouda.dtypes)": [[25, "arkouda.dtypes.translate_np_dtype", false]], "transpose() (arkouda.array_api._array_object.array method)": [[4, "arkouda.array_api._array_object.Array.transpose", false]], "transpose() (arkouda.array_api._typing.array method)": [[16, "arkouda.array_api._typing.Array.transpose", false]], "tril() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.tril", false]], "triu() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.triu", false]], "trunc() (in module arkouda)": [[28, "arkouda.trunc", false]], "trunc() (in module arkouda.array_api._elementwise_functions)": [[9, "arkouda.array_api._elementwise_functions.trunc", false]], "trunc() (in module arkouda.numeric)": [[37, "arkouda.numeric.trunc", false]], "ubyte (class in arkouda.numpy)": [[38, "arkouda.numpy.ubyte", false]], "uint (class in arkouda.numpy)": [[38, "arkouda.numpy.uint", false]], "uint16 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint16", false]], "uint16 (in module arkouda)": [[28, "arkouda.uint16", false]], "uint16 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint16", false]], "uint16 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint16", false]], "uint32 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint32", false]], "uint32 (in module arkouda)": [[28, "arkouda.uint32", false]], "uint32 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint32", false]], "uint32 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint32", false]], "uint64 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint64", false]], "uint64 (in module arkouda)": [[28, "arkouda.uint64", false]], "uint64 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint64", false]], "uint64 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint64", false]], "uint8 (class in arkouda.numpy)": [[38, "arkouda.numpy.uint8", false]], "uint8 (in module arkouda)": [[28, "arkouda.uint8", false]], "uint8 (in module arkouda.array_api._dtypes)": [[8, "arkouda.array_api._dtypes.uint8", false]], "uint8 (in module arkouda.dtypes)": [[25, "arkouda.dtypes.uint8", false]], "uintc (class in arkouda.numpy)": [[38, "arkouda.numpy.uintc", false]], "ulonglong (class in arkouda.numpy)": [[38, "arkouda.numpy.ulonglong", false]], "uniform() (arkouda.generator method)": [[28, "arkouda.Generator.uniform", false]], "uniform() (arkouda.random._generator.generator method)": [[43, "arkouda.random._generator.Generator.uniform", false]], "uniform() (arkouda.random.generator method)": [[45, "arkouda.random.Generator.uniform", false]], "uniform() (in module arkouda)": [[28, "arkouda.uniform", false], [28, "id831", false]], "uniform() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.uniform", false]], "uniform() (in module arkouda.random)": [[45, "arkouda.random.uniform", false]], "uniform() (in module arkouda.random._legacy)": [[44, "arkouda.random._legacy.uniform", false]], "uniform() (in module arkouda.random.generator)": [[96, "arkouda.random.Generator.uniform", false]], "union() (arkouda.groupby_reduction_types method)": [[28, "arkouda.GROUPBY_REDUCTION_TYPES.union", false]], "union() (arkouda.groupbyclass.groupby_reduction_types method)": [[26, "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES.union", false]], "union() (arkouda.segarray method)": [[28, "arkouda.SegArray.union", false]], "union() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.union", false]], "union() (in module arkouda.segarray)": [[97, "arkouda.SegArray.union", false]], "union1d() (in module arkouda)": [[28, "arkouda.union1d", false], [99, "arkouda.union1d", false]], "union1d() (in module arkouda.pdarraysetops)": [[41, "arkouda.pdarraysetops.union1d", false]], "unique() (arkouda.categorical method)": [[28, "arkouda.Categorical.unique", false], [28, "id47", false], [28, "id96", false]], "unique() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.unique", false]], "unique() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.unique", false]], "unique() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.unique", false]], "unique() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.unique", false]], "unique() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.unique", false]], "unique() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unique", false], [28, "id261", false], [28, "id305", false], [28, "id349", false], [28, "id393", false], [28, "id437", false], [92, "arkouda.GroupBy.unique", false]], "unique() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unique", false]], "unique() (arkouda.segarray method)": [[28, "arkouda.SegArray.unique", false]], "unique() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.unique", false]], "unique() (in module arkouda)": [[28, "arkouda.unique", false], [28, "id832", false], [28, "id833", false], [99, "arkouda.unique", false]], "unique() (in module arkouda.groupbyclass)": [[26, "arkouda.groupbyclass.unique", false]], "unique_all() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_all", false]], "unique_counts() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_counts", false]], "unique_inverse() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_inverse", false]], "unique_keys (arkouda.groupby attribute)": [[28, "arkouda.GroupBy.unique_keys", false], [28, "id226", false], [28, "id270", false], [28, "id314", false], [28, "id358", false], [28, "id402", false], [92, "arkouda.GroupBy.unique_keys", false]], "unique_keys (arkouda.groupbyclass.groupby attribute)": [[26, "arkouda.groupbyclass.GroupBy.unique_keys", false]], "unique_values() (in module arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.unique_values", false]], "uniqueallresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueAllResult", false]], "uniquecountsresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult", false]], "uniqueinverseresult (class in arkouda.array_api._set_functions)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult", false]], "unregister() (arkouda.categorical method)": [[28, "arkouda.Categorical.unregister", false], [28, "id48", false], [28, "id97", false]], "unregister() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.unregister", false]], "unregister() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.unregister", false], [28, "id151", false]], "unregister() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.unregister", false]], "unregister() (arkouda.datetime method)": [[28, "arkouda.Datetime.unregister", false], [28, "id187", false], [28, "id220", false]], "unregister() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unregister", false], [28, "id262", false], [28, "id306", false], [28, "id350", false], [28, "id394", false], [28, "id438", false], [92, "arkouda.GroupBy.unregister", false]], "unregister() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unregister", false]], "unregister() (arkouda.index method)": [[28, "arkouda.Index.unregister", false]], "unregister() (arkouda.index.index method)": [[29, "arkouda.index.Index.unregister", false]], "unregister() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.unregister", false]], "unregister() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.unregister", false]], "unregister() (arkouda.pdarray method)": [[28, "arkouda.pdarray.unregister", false], [28, "id579", false], [28, "id640", false], [28, "id701", false], [28, "id762", false], [28, "id823", false]], "unregister() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.unregister", false]], "unregister() (arkouda.segarray method)": [[28, "arkouda.SegArray.unregister", false]], "unregister() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.unregister", false]], "unregister() (arkouda.series method)": [[28, "arkouda.Series.unregister", false]], "unregister() (arkouda.series.series method)": [[52, "arkouda.series.Series.unregister", false]], "unregister() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.unregister", false]], "unregister() (arkouda.timeclass.datetime method)": [[55, "arkouda.timeclass.Datetime.unregister", false]], "unregister() (arkouda.timeclass.timedelta method)": [[55, "arkouda.timeclass.Timedelta.unregister", false]], "unregister() (arkouda.timedelta method)": [[28, "arkouda.Timedelta.unregister", false], [28, "id469", false]], "unregister() (in module arkouda)": [[28, "arkouda.unregister", false]], "unregister() (in module arkouda.util)": [[56, "arkouda.util.unregister", false]], "unregister_all() (in module arkouda)": [[28, "arkouda.unregister_all", false]], "unregister_all() (in module arkouda.util)": [[56, "arkouda.util.unregister_all", false]], "unregister_categorical_by_name() (arkouda.categorical static method)": [[28, "arkouda.Categorical.unregister_categorical_by_name", false], [28, "id49", false], [28, "id98", false]], "unregister_categorical_by_name() (arkouda.categorical.categorical static method)": [[21, "arkouda.categorical.Categorical.unregister_categorical_by_name", false]], "unregister_dataframe_by_name() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.unregister_dataframe_by_name", false], [28, "id152", false]], "unregister_dataframe_by_name() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.unregister_dataframe_by_name", false]], "unregister_groupby_by_name() (arkouda.groupby method)": [[28, "arkouda.GroupBy.unregister_groupby_by_name", false], [28, "id263", false], [28, "id307", false], [28, "id351", false], [28, "id395", false], [28, "id439", false]], "unregister_groupby_by_name() (arkouda.groupby static method)": [[92, "arkouda.GroupBy.unregister_groupby_by_name", false]], "unregister_groupby_by_name() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.unregister_groupby_by_name", false]], "unregister_pdarray_by_name() (in module arkouda)": [[28, "arkouda.unregister_pdarray_by_name", false]], "unregister_pdarray_by_name() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.unregister_pdarray_by_name", false]], "unregister_segarray_by_name() (arkouda.segarray static method)": [[28, "arkouda.SegArray.unregister_segarray_by_name", false]], "unregister_segarray_by_name() (arkouda.segarray.segarray static method)": [[51, "arkouda.segarray.SegArray.unregister_segarray_by_name", false]], "unregister_strings_by_name() (arkouda.strings.strings static method)": [[54, "arkouda.strings.Strings.unregister_strings_by_name", false]], "unsqueeze() (in module arkouda)": [[28, "arkouda.unsqueeze", false]], "unsqueeze() (in module arkouda.alignment)": [[3, "arkouda.alignment.unsqueeze", false]], "unstack() (in module arkouda.array_api._manipulation_functions)": [[11, "arkouda.array_api._manipulation_functions.unstack", false]], "update_hdf() (arkouda.array_view.arrayview method)": [[20, "arkouda.array_view.ArrayView.update_hdf", false]], "update_hdf() (arkouda.arrayview method)": [[28, "arkouda.ArrayView.update_hdf", false]], "update_hdf() (arkouda.categorical method)": [[28, "arkouda.Categorical.update_hdf", false], [28, "id50", false], [28, "id99", false]], "update_hdf() (arkouda.categorical.categorical method)": [[21, "arkouda.categorical.Categorical.update_hdf", false]], "update_hdf() (arkouda.client_dtypes.ipv4 method)": [[23, "arkouda.client_dtypes.IPv4.update_hdf", false]], "update_hdf() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.update_hdf", false], [28, "id153", false]], "update_hdf() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.update_hdf", false]], "update_hdf() (arkouda.groupby method)": [[28, "arkouda.GroupBy.update_hdf", false], [28, "id264", false], [28, "id308", false], [28, "id352", false], [28, "id396", false], [28, "id440", false]], "update_hdf() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.update_hdf", false]], "update_hdf() (arkouda.index method)": [[28, "arkouda.Index.update_hdf", false]], "update_hdf() (arkouda.index.index method)": [[29, "arkouda.index.Index.update_hdf", false]], "update_hdf() (arkouda.index.multiindex method)": [[29, "arkouda.index.MultiIndex.update_hdf", false]], "update_hdf() (arkouda.ipv4 method)": [[28, "arkouda.IPv4.update_hdf", false]], "update_hdf() (arkouda.multiindex method)": [[28, "arkouda.MultiIndex.update_hdf", false]], "update_hdf() (arkouda.pdarray method)": [[28, "arkouda.pdarray.update_hdf", false], [28, "id580", false], [28, "id641", false], [28, "id702", false], [28, "id763", false], [28, "id824", false]], "update_hdf() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.update_hdf", false]], "update_hdf() (arkouda.segarray method)": [[28, "arkouda.SegArray.update_hdf", false]], "update_hdf() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.update_hdf", false]], "update_hdf() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.update_hdf", false]], "update_hdf() (in module arkouda)": [[28, "arkouda.update_hdf", false]], "update_hdf() (in module arkouda.io)": [[31, "arkouda.io.update_hdf", false]], "update_nrows() (arkouda.dataframe method)": [[28, "arkouda.DataFrame.update_nrows", false], [28, "id154", false]], "update_nrows() (arkouda.dataframe.dataframe method)": [[24, "arkouda.dataframe.DataFrame.update_nrows", false]], "upper() (arkouda.strings.strings method)": [[54, "arkouda.strings.Strings.upper", false]], "username_tokenizer (in module arkouda.security)": [[50, "arkouda.security.username_tokenizer", false]], "ushort (class in arkouda.numpy)": [[38, "arkouda.numpy.ushort", false]], "val_suffix (in module arkouda)": [[28, "arkouda.VAL_SUFFIX", false]], "val_suffix (in module arkouda.segarray)": [[51, "arkouda.segarray.VAL_SUFFIX", false]], "validate_key() (arkouda.series method)": [[28, "arkouda.Series.validate_key", false]], "validate_key() (arkouda.series.series method)": [[52, "arkouda.series.Series.validate_key", false]], "validate_val() (arkouda.series method)": [[28, "arkouda.Series.validate_val", false]], "validate_val() (arkouda.series.series method)": [[52, "arkouda.series.Series.validate_val", false]], "value_counts() (arkouda.pdarray method)": [[28, "arkouda.pdarray.value_counts", false], [28, "id581", false], [28, "id642", false], [28, "id703", false], [28, "id764", false], [28, "id825", false]], "value_counts() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.value_counts", false]], "value_counts() (arkouda.series method)": [[28, "arkouda.Series.value_counts", false]], "value_counts() (arkouda.series.series method)": [[52, "arkouda.series.Series.value_counts", false]], "value_counts() (in module arkouda)": [[28, "arkouda.value_counts", false], [93, "arkouda.value_counts", false]], "value_counts() (in module arkouda.numeric)": [[37, "arkouda.numeric.value_counts", false]], "value_counts() (in module arkouda.series)": [[98, "arkouda.Series.value_counts", false]], "values (arkouda.array_api._set_functions.uniqueallresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueAllResult.values", false]], "values (arkouda.array_api._set_functions.uniquecountsresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueCountsResult.values", false]], "values (arkouda.array_api._set_functions.uniqueinverseresult attribute)": [[13, "arkouda.array_api._set_functions.UniqueInverseResult.values", false]], "values (arkouda.dataframe.diffaggregate attribute)": [[24, "arkouda.dataframe.DiffAggregate.values", false]], "values (arkouda.diffaggregate attribute)": [[28, "arkouda.DiffAggregate.values", false]], "var() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.var", false]], "var() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.var", false]], "var() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.var", false]], "var() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.var", false]], "var() (arkouda.groupby method)": [[28, "arkouda.GroupBy.var", false], [28, "id265", false], [28, "id309", false], [28, "id353", false], [28, "id397", false], [28, "id441", false], [92, "arkouda.GroupBy.var", false]], "var() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.var", false]], "var() (arkouda.pdarray method)": [[28, "arkouda.pdarray.var", false], [28, "id582", false], [28, "id643", false], [28, "id704", false], [28, "id765", false], [28, "id826", false], [93, "arkouda.pdarray.var", false]], "var() (arkouda.pdarrayclass.pdarray method)": [[39, "arkouda.pdarrayclass.pdarray.var", false]], "var() (arkouda.series method)": [[28, "arkouda.Series.var", false]], "var() (arkouda.series.series method)": [[52, "arkouda.series.Series.var", false]], "var() (in module arkouda)": [[28, "arkouda.var", false], [87, "arkouda.var", false]], "var() (in module arkouda.array_api._statistical_functions)": [[15, "arkouda.array_api._statistical_functions.var", false]], "var() (in module arkouda.pdarrayclass)": [[39, "arkouda.pdarrayclass.var", false]], "vecdot() (in module arkouda.array_api.linalg)": [[19, "arkouda.array_api.linalg.vecdot", false]], "vecentropy() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.vecentropy", false]], "warn (arkouda.logger.loglevel attribute)": [[34, "arkouda.logger.LogLevel.WARN", false]], "warn (arkouda.loglevel attribute)": [[28, "arkouda.LogLevel.WARN", false]], "week (arkouda.datetime property)": [[28, "arkouda.Datetime.week", false], [28, "id170", false], [28, "id203", false]], "week (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.week", false]], "weekday (arkouda.datetime property)": [[28, "arkouda.Datetime.weekday", false], [28, "id171", false], [28, "id204", false]], "weekday (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.weekday", false]], "weekofyear (arkouda.datetime property)": [[28, "arkouda.Datetime.weekofyear", false], [28, "id172", false], [28, "id205", false]], "weekofyear (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.weekofyear", false]], "where() (in module arkouda)": [[28, "arkouda.where", false], [28, "id834", false], [28, "id835", false], [87, "arkouda.where", false]], "where() (in module arkouda.array_api._searching_functions)": [[12, "arkouda.array_api._searching_functions.where", false]], "where() (in module arkouda.numeric)": [[37, "arkouda.numeric.where", false]], "write_line_to_file() (in module arkouda.io_util)": [[32, "arkouda.io_util.write_line_to_file", false]], "write_log() (in module arkouda)": [[28, "arkouda.write_log", false]], "write_log() (in module arkouda.logger)": [[34, "arkouda.logger.write_log", false]], "xlogy() (in module arkouda)": [[28, "arkouda.xlogy", false]], "xlogy() (in module arkouda.scipy.special)": [[48, "arkouda.scipy.special.xlogy", false]], "xor() (arkouda.dataframe.dataframegroupby method)": [[24, "arkouda.dataframe.DataFrameGroupBy.xor", false]], "xor() (arkouda.dataframe.diffaggregate method)": [[24, "arkouda.dataframe.DiffAggregate.xor", false]], "xor() (arkouda.dataframegroupby method)": [[28, "arkouda.DataFrameGroupBy.xor", false]], "xor() (arkouda.diffaggregate method)": [[28, "arkouda.DiffAggregate.xor", false]], "xor() (arkouda.groupby method)": [[28, "arkouda.GroupBy.XOR", false], [28, "id234", false], [28, "id278", false], [28, "id322", false], [28, "id366", false], [28, "id410", false], [92, "arkouda.GroupBy.XOR", false]], "xor() (arkouda.groupbyclass.groupby method)": [[26, "arkouda.groupbyclass.GroupBy.XOR", false]], "xor() (arkouda.segarray method)": [[28, "arkouda.SegArray.XOR", false]], "xor() (arkouda.segarray.segarray method)": [[51, "arkouda.segarray.SegArray.XOR", false]], "xtol() (arkouda.scipy.stats.chi2 method)": [[49, "arkouda.scipy.stats.chi2.xtol", false]], "year (arkouda.datetime property)": [[28, "arkouda.Datetime.year", false], [28, "id173", false], [28, "id206", false]], "year (arkouda.timeclass.datetime property)": [[55, "arkouda.timeclass.Datetime.year", false]], "zero_up() (in module arkouda)": [[28, "arkouda.zero_up", false]], "zero_up() (in module arkouda.alignment)": [[3, "arkouda.alignment.zero_up", false]], "zeros() (in module arkouda)": [[28, "arkouda.zeros", false], [28, "id836", false], [28, "id837", false], [28, "id838", false], [90, "arkouda.zeros", false]], "zeros() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.zeros", false]], "zeros() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.zeros", false]], "zeros_like() (in module arkouda)": [[28, "arkouda.zeros_like", false], [90, "arkouda.zeros_like", false]], "zeros_like() (in module arkouda.array_api._creation_functions)": [[6, "arkouda.array_api._creation_functions.zeros_like", false]], "zeros_like() (in module arkouda.pdarraycreation)": [[40, "arkouda.pdarraycreation.zeros_like", false]]}, "objects": {"": [[28, 0, 0, "-", "arkouda"]], "arkouda": [[28, 1, 1, "", "ARKOUDA_SUPPORTED_DTYPES"], [28, 1, 1, "", "AllSymbols"], [88, 2, 1, "", "ArrayView"], [28, 2, 1, "", "BitVector"], [28, 5, 1, "", "BitVectorizer"], [28, 2, 1, "", "CachedAccessor"], [89, 2, 1, "", "Categorical"], [28, 1, 1, "", "DTypeObjects"], [28, 1, 1, "", "DTypes"], [91, 2, 1, "", "DataFrame"], [28, 2, 1, "", "DataFrameGroupBy"], [28, 2, 1, "id188", "Datetime"], [28, 2, 1, "", "DatetimeAccessor"], [28, 2, 1, "", "DiffAggregate"], [28, 2, 1, "", "ErrorMode"], [28, 2, 1, "", "Fields"], [28, 2, 1, "", "GROUPBY_REDUCTION_TYPES"], [28, 2, 1, "", "Generator"], [92, 2, 1, "", "GroupBy"], [28, 2, 1, "", "IPv4"], [85, 2, 1, "", "Index"], [28, 1, 1, "", "LEN_SUFFIX"], [28, 2, 1, "", "LogLevel"], [28, 2, 1, "", "MultiIndex"], [28, 7, 1, "", "NonUniqueError"], [28, 2, 1, "", "Power_divergenceResult"], [28, 2, 1, "", "Properties"], [28, 1, 1, "", "RegisteredSymbols"], [28, 7, 1, "id447", "RegistrationError"], [28, 2, 1, "", "Row"], [28, 1, 1, "", "SEG_SUFFIX"], [28, 1, 1, "", "ScalarDTypes"], [28, 2, 1, "", "SegArray"], [98, 2, 1, "", "Series"], [28, 2, 1, "", "StringAccessor"], [28, 2, 1, "id448", "Timedelta"], [28, 1, 1, "", "VAL_SUFFIX"], [87, 5, 1, "", "abs"], [2, 0, 0, "-", "accessor"], [28, 5, 1, "", "akabs"], [28, 1, 1, "id470", "akbool"], [28, 5, 1, "id471", "akcast"], [28, 1, 1, "id472", "akfloat64"], [28, 1, 1, "id474", "akint64"], [28, 1, 1, "id476", "akuint64"], [28, 5, 1, "", "align"], [3, 0, 0, "-", "alignment"], [87, 5, 1, "", "all"], [28, 1, 1, "", "all_scalars"], [87, 5, 1, "", "any"], [90, 5, 1, "", "arange"], [28, 5, 1, "", "arccos"], [28, 5, 1, "", "arccosh"], [28, 5, 1, "", "arcsin"], [28, 5, 1, "", "arcsinh"], [28, 5, 1, "", "arctan"], [28, 5, 1, "", "arctan2"], [28, 5, 1, "", "arctanh"], [87, 5, 1, "", "argmax"], [87, 5, 1, "", "argmaxk"], [87, 5, 1, "", "argmin"], [87, 5, 1, "", "argmink"], [86, 5, 1, "", "argsort"], [84, 5, 1, "", "array"], [18, 0, 0, "-", "array_api"], [20, 0, 0, "-", "array_view"], [28, 5, 1, "", "attach"], [28, 5, 1, "", "attach_all"], [28, 5, 1, "", "attach_pdarray"], [28, 1, 1, "id487", "bigint"], [28, 5, 1, "", "bigint_from_uint_arrays"], [28, 1, 1, "id488", "bitType"], [28, 1, 1, "", "bool"], [28, 1, 1, "", "bool_scalars"], [28, 5, 1, "id491", "broadcast"], [28, 5, 1, "", "broadcast_dims"], [28, 5, 1, "", "broadcast_to_shape"], [95, 5, 1, "", "cast"], [21, 0, 0, "-", "categorical"], [28, 5, 1, "", "ceil"], [28, 5, 1, "", "check_np_dtype"], [28, 5, 1, "", "chisquare"], [28, 5, 1, "", "clear"], [22, 0, 0, "-", "client"], [23, 0, 0, "-", "client_dtypes"], [28, 5, 1, "", "clip"], [28, 5, 1, "", "clz"], [86, 5, 1, "", "coargsort"], [28, 1, 1, "", "complex128"], [28, 1, 1, "", "complex64"], [28, 5, 1, "", "compute_join_size"], [90, 5, 1, "", "concatenate"], [100, 5, 1, "", "connect"], [28, 5, 1, "", "convert_if_categorical"], [28, 5, 1, "", "corr"], [87, 5, 1, "", "cos"], [28, 5, 1, "", "cosh"], [28, 5, 1, "", "cov"], [28, 5, 1, "id499", "create_pdarray"], [28, 5, 1, "", "ctz"], [87, 5, 1, "", "cumprod"], [87, 5, 1, "", "cumsum"], [24, 0, 0, "-", "dataframe"], [28, 5, 1, "", "date_operators"], [28, 5, 1, "id501", "date_range"], [28, 5, 1, "", "deg2rad"], [28, 5, 1, "", "disableVerbose"], [28, 5, 1, "", "divmod"], [28, 5, 1, "", "dot"], [28, 5, 1, "", "dtype"], [25, 0, 0, "-", "dtypes"], [28, 5, 1, "", "enableVerbose"], [87, 5, 1, "", "exp"], [28, 5, 1, "", "expm1"], [84, 5, 1, "", "export"], [28, 5, 1, "", "find"], [28, 1, 1, "", "float32"], [28, 1, 1, "", "float64"], [28, 1, 1, "", "float_scalars"], [28, 5, 1, "", "floor"], [28, 5, 1, "", "fmod"], [28, 5, 1, "id502", "from_series"], [28, 5, 1, "id503", "full"], [28, 5, 1, "", "full_like"], [28, 5, 1, "id504", "gen_ranges"], [28, 5, 1, "", "generic_concat"], [28, 5, 1, "", "getArkoudaLogger"], [28, 5, 1, "", "get_byteorder"], [28, 5, 1, "", "get_callback"], [28, 5, 1, "", "get_columns"], [84, 5, 1, "", "get_datasets"], [28, 5, 1, "", "get_filetype"], [28, 5, 1, "", "get_null_indices"], [28, 5, 1, "", "get_server_byteorder"], [26, 0, 0, "-", "groupbyclass"], [28, 5, 1, "", "hash"], [28, 5, 1, "", "hist_all"], [93, 5, 1, "", "histogram"], [28, 5, 1, "", "histogram2d"], [28, 5, 1, "", "histogramdd"], [27, 0, 0, "-", "history"], [84, 5, 1, "", "import_data"], [99, 5, 1, "", "in1d"], [28, 5, 1, "", "in1d_intervals"], [29, 0, 0, "-", "index"], [28, 5, 1, "", "indexof1d"], [30, 0, 0, "-", "infoclass"], [28, 5, 1, "", "information"], [28, 1, 1, "", "int16"], [28, 1, 1, "", "int32"], [28, 1, 1, "id508", "int64"], [28, 1, 1, "", "int8"], [28, 1, 1, "id510", "intTypes"], [28, 1, 1, "id512", "int_scalars"], [28, 5, 1, "", "intersect"], [99, 5, 1, "", "intersect1d"], [28, 5, 1, "", "interval_lookup"], [28, 5, 1, "", "intx"], [28, 5, 1, "", "invert_permutation"], [31, 0, 0, "-", "io"], [32, 0, 0, "-", "io_util"], [28, 5, 1, "", "ip_address"], [28, 5, 1, "id514", "isSupportedInt"], [28, 5, 1, "", "isSupportedNumber"], [28, 5, 1, "", "is_cosorted"], [28, 5, 1, "", "is_ipv4"], [28, 5, 1, "", "is_ipv6"], [28, 5, 1, "", "is_registered"], [87, 5, 1, "", "is_sorted"], [28, 5, 1, "", "isfinite"], [28, 5, 1, "", "isinf"], [28, 5, 1, "id516", "isnan"], [33, 0, 0, "-", "join"], [28, 5, 1, "", "join_on_eq_with_dt"], [28, 5, 1, "", "left_align"], [90, 5, 1, "", "linspace"], [28, 5, 1, "", "list_registry"], [28, 5, 1, "", "list_symbol_table"], [28, 5, 1, "", "load"], [28, 5, 1, "", "load_all"], [87, 5, 1, "", "log"], [28, 5, 1, "", "log10"], [28, 5, 1, "", "log1p"], [28, 5, 1, "", "log2"], [34, 0, 0, "-", "logger"], [28, 5, 1, "", "lookup"], [28, 5, 1, "", "ls"], [28, 5, 1, "", "ls_csv"], [35, 0, 0, "-", "match"], [36, 0, 0, "-", "matcher"], [87, 5, 1, "", "max"], [87, 5, 1, "", "maxk"], [87, 5, 1, "", "mean"], [28, 5, 1, "", "merge"], [87, 5, 1, "", "min"], [87, 5, 1, "", "mink"], [28, 5, 1, "", "mod"], [37, 0, 0, "-", "numeric"], [28, 1, 1, "", "numeric_scalars"], [38, 0, 0, "-", "numpy"], [28, 1, 1, "", "numpy_scalars"], [90, 5, 1, "", "ones"], [90, 5, 1, "", "ones_like"], [28, 5, 1, "", "parity"], [95, 2, 1, "", "pdarray"], [39, 0, 0, "-", "pdarrayclass"], [40, 0, 0, "-", "pdarraycreation"], [41, 0, 0, "-", "pdarraysetops"], [28, 5, 1, "", "plot_dist"], [42, 0, 0, "-", "plotting"], [28, 5, 1, "", "popcount"], [28, 5, 1, "", "power"], [28, 5, 1, "", "power_divergence"], [28, 5, 1, "", "pretty_print_information"], [87, 5, 1, "", "prod"], [28, 5, 1, "", "rad2deg"], [90, 5, 1, "", "randint"], [45, 0, 0, "-", "random"], [28, 5, 1, "", "random_strings_lognormal"], [28, 5, 1, "", "random_strings_uniform"], [84, 5, 1, "", "read"], [28, 5, 1, "", "read_csv"], [28, 5, 1, "", "read_hdf"], [28, 5, 1, "", "read_parquet"], [28, 5, 1, "", "read_tagged_data"], [28, 5, 1, "", "receive"], [28, 5, 1, "", "receive_dataframe"], [28, 5, 1, "", "register_all"], [28, 5, 1, "", "resolve_scalar_dtype"], [28, 5, 1, "", "restore"], [28, 5, 1, "", "right_align"], [28, 5, 1, "", "rotl"], [28, 5, 1, "", "rotr"], [28, 5, 1, "", "round"], [46, 0, 0, "-", "row"], [28, 5, 1, "", "save_all"], [47, 0, 0, "-", "scipy"], [28, 5, 1, "", "search_intervals"], [50, 0, 0, "-", "security"], [51, 0, 0, "-", "segarray"], [52, 0, 0, "-", "series"], [99, 5, 1, "", "setdiff1d"], [99, 5, 1, "", "setxor1d"], [28, 5, 1, "", "sign"], [87, 5, 1, "", "sin"], [28, 5, 1, "", "sinh"], [28, 5, 1, "", "skew"], [28, 5, 1, "", "snapshot"], [28, 5, 1, "", "sort"], [53, 0, 0, "-", "sorting"], [28, 5, 1, "", "sqrt"], [28, 5, 1, "", "square"], [28, 5, 1, "id828", "standard_normal"], [87, 5, 1, "", "std"], [28, 1, 1, "id829", "str_"], [28, 1, 1, "", "str_scalars"], [28, 5, 1, "", "string_operators"], [54, 0, 0, "-", "strings"], [87, 5, 1, "", "sum"], [28, 5, 1, "", "tan"], [28, 5, 1, "", "tanh"], [55, 0, 0, "-", "timeclass"], [28, 5, 1, "id830", "timedelta_range"], [28, 5, 1, "", "to_csv"], [28, 5, 1, "", "to_hdf"], [28, 5, 1, "", "to_parquet"], [28, 5, 1, "", "translate_np_dtype"], [28, 5, 1, "", "trunc"], [28, 1, 1, "", "uint16"], [28, 1, 1, "", "uint32"], [28, 1, 1, "", "uint64"], [28, 1, 1, "", "uint8"], [28, 5, 1, "id831", "uniform"], [99, 5, 1, "", "union1d"], [99, 5, 1, "", "unique"], [28, 5, 1, "", "unregister"], [28, 5, 1, "", "unregister_all"], [28, 5, 1, "", "unregister_pdarray_by_name"], [28, 5, 1, "", "unsqueeze"], [28, 5, 1, "", "update_hdf"], [56, 0, 0, "-", "util"], [93, 5, 1, "", "value_counts"], [87, 5, 1, "", "var"], [87, 5, 1, "", "where"], [28, 5, 1, "", "write_log"], [28, 5, 1, "", "xlogy"], [28, 5, 1, "", "zero_up"], [90, 5, 1, "", "zeros"], [90, 5, 1, "", "zeros_like"]], "arkouda.ArrayView": [[88, 3, 1, "", "base"], [88, 3, 1, "", "dtype"], [88, 3, 1, "", "itemsize"], [88, 3, 1, "", "ndim"], [28, 3, 1, "", "objType"], [88, 3, 1, "", "order"], [88, 3, 1, "", "shape"], [88, 3, 1, "", "size"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [88, 5, 1, "", "to_ndarray"], [28, 4, 1, "", "update_hdf"]], "arkouda.BitVector": [[28, 3, 1, "", "conserves"], [28, 4, 1, "", "format"], [28, 4, 1, "", "from_return_msg"], [28, 4, 1, "", "opeq"], [28, 4, 1, "", "register"], [28, 3, 1, "", "special_objType"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"]], "arkouda.Categorical": [[28, 3, 1, "id61", "BinOps"], [28, 3, 1, "id62", "RegisterablePieces"], [28, 3, 1, "id63", "RequiredPieces"], [28, 4, 1, "id68", "argsort"], [28, 4, 1, "id69", "attach"], [89, 3, 1, "", "categories"], [89, 3, 1, "", "codes"], [28, 4, 1, "id70", "concatenate"], [89, 4, 1, "", "contains"], [28, 3, 1, "id64", "dtype"], [89, 4, 1, "", "endswith"], [89, 4, 1, "", "from_codes"], [28, 4, 1, "id74", "from_return_msg"], [28, 4, 1, "id75", "group"], [28, 4, 1, "id76", "hash"], [28, 4, 1, "id77", "in1d"], [28, 4, 1, "id78", "info"], [28, 4, 1, "id79", "is_registered"], [28, 4, 1, "id80", "isna"], [28, 6, 1, "id60", "nbytes"], [89, 3, 1, "", "ndim"], [89, 3, 1, "", "nlevels"], [28, 3, 1, "id65", "objType"], [28, 4, 1, "id81", "parse_hdf_categoricals"], [89, 3, 1, "", "permutation"], [28, 4, 1, "id82", "pretty_print_info"], [28, 4, 1, "id83", "register"], [28, 4, 1, "id84", "reset_categories"], [28, 4, 1, "id85", "save"], [89, 3, 1, "", "segments"], [28, 4, 1, "id86", "set_categories"], [89, 3, 1, "", "shape"], [89, 3, 1, "", "size"], [28, 4, 1, "id87", "sort"], [28, 4, 1, "id88", "standardize_categories"], [89, 4, 1, "", "startswith"], [28, 4, 1, "id90", "to_hdf"], [28, 4, 1, "id91", "to_list"], [89, 5, 1, "", "to_ndarray"], [28, 4, 1, "id93", "to_parquet"], [28, 4, 1, "id94", "to_strings"], [28, 4, 1, "id95", "transfer"], [28, 4, 1, "id96", "unique"], [28, 4, 1, "id97", "unregister"], [28, 4, 1, "id98", "unregister_categorical_by_name"], [28, 4, 1, "id99", "update_hdf"]], "arkouda.DataFrame": [[28, 4, 1, "id108", "GroupBy"], [28, 4, 1, "id109", "all"], [28, 4, 1, "id110", "any"], [28, 4, 1, "id111", "append"], [91, 5, 1, "", "apply_permutation"], [91, 5, 1, "", "argsort"], [28, 4, 1, "id114", "attach"], [91, 5, 1, "", "coargsort"], [28, 6, 1, "id101", "columns"], [91, 5, 1, "", "concat"], [91, 5, 1, "", "copy"], [28, 4, 1, "id117", "corr"], [28, 4, 1, "id118", "count"], [91, 5, 1, "", "drop"], [91, 5, 1, "", "drop_duplicates"], [28, 4, 1, "id121", "dropna"], [28, 6, 1, "id102", "dtypes"], [28, 6, 1, "id103", "empty"], [28, 4, 1, "id122", "filter_by_range"], [28, 4, 1, "id123", "from_pandas"], [28, 4, 1, "id124", "from_return_msg"], [91, 5, 1, "", "groupby"], [91, 5, 1, "", "head"], [28, 6, 1, "id104", "index"], [28, 6, 1, "id105", "info"], [28, 4, 1, "id127", "is_registered"], [28, 4, 1, "id128", "isin"], [28, 4, 1, "id129", "isna"], [28, 4, 1, "id130", "load"], [28, 4, 1, "id131", "memory_usage"], [28, 4, 1, "id132", "memory_usage_info"], [28, 4, 1, "id133", "merge"], [28, 4, 1, "id134", "notna"], [28, 4, 1, "id135", "objType"], [28, 4, 1, "id136", "read_csv"], [28, 4, 1, "id137", "register"], [91, 5, 1, "", "rename"], [91, 5, 1, "", "reset_index"], [28, 4, 1, "id140", "sample"], [28, 4, 1, "id141", "save"], [28, 6, 1, "id106", "shape"], [28, 6, 1, "id107", "size"], [28, 4, 1, "id142", "sort_index"], [91, 5, 1, "", "sort_values"], [91, 5, 1, "", "tail"], [28, 4, 1, "id145", "to_csv"], [28, 4, 1, "id146", "to_hdf"], [28, 4, 1, "id147", "to_markdown"], [91, 5, 1, "", "to_pandas"], [28, 4, 1, "id149", "to_parquet"], [28, 4, 1, "id150", "transfer"], [28, 4, 1, "id151", "unregister"], [28, 4, 1, "id152", "unregister_dataframe_by_name"], [28, 4, 1, "id153", "update_hdf"], [28, 4, 1, "id154", "update_nrows"]], "arkouda.DataFrameGroupBy": [[28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 3, 1, "", "as_index"], [28, 4, 1, "", "broadcast"], [28, 4, 1, "", "count"], [28, 3, 1, "", "df"], [28, 4, 1, "", "diff"], [28, 4, 1, "", "first"], [28, 3, 1, "", "gb"], [28, 3, 1, "", "gb_key_names"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "median"], [28, 4, 1, "", "min"], [28, 4, 1, "", "mode"], [28, 4, 1, "", "nunique"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "size"], [28, 4, 1, "", "std"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "unique"], [28, 4, 1, "", "var"], [28, 4, 1, "", "xor"]], "arkouda.Datetime": [[28, 6, 1, "id189", "date"], [28, 6, 1, "id190", "day"], [28, 6, 1, "id191", "day_of_week"], [28, 6, 1, "id192", "day_of_year"], [28, 6, 1, "id193", "dayofweek"], [28, 6, 1, "id194", "dayofyear"], [28, 6, 1, "id195", "hour"], [28, 6, 1, "id196", "is_leap_year"], [28, 4, 1, "id215", "is_registered"], [28, 4, 1, "id216", "isocalendar"], [28, 6, 1, "id197", "microsecond"], [28, 6, 1, "id198", "millisecond"], [28, 6, 1, "id199", "minute"], [28, 6, 1, "id200", "month"], [28, 6, 1, "id201", "nanosecond"], [28, 4, 1, "id217", "register"], [28, 6, 1, "id202", "second"], [28, 3, 1, "id207", "special_objType"], [28, 4, 1, "id218", "sum"], [28, 3, 1, "id208", "supported_opeq"], [28, 3, 1, "id209", "supported_with_datetime"], [28, 3, 1, "id210", "supported_with_pdarray"], [28, 3, 1, "id211", "supported_with_r_datetime"], [28, 3, 1, "id212", "supported_with_r_pdarray"], [28, 3, 1, "id213", "supported_with_r_timedelta"], [28, 3, 1, "id214", "supported_with_timedelta"], [28, 4, 1, "id219", "to_pandas"], [28, 4, 1, "id220", "unregister"], [28, 6, 1, "id203", "week"], [28, 6, 1, "id204", "weekday"], [28, 6, 1, "id205", "weekofyear"], [28, 6, 1, "id206", "year"]], "arkouda.DiffAggregate": [[28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 4, 1, "", "first"], [28, 3, 1, "", "gb"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "median"], [28, 4, 1, "", "min"], [28, 4, 1, "", "mode"], [28, 4, 1, "", "nunique"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "std"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "unique"], [28, 3, 1, "", "values"], [28, 4, 1, "", "var"], [28, 4, 1, "", "xor"]], "arkouda.ErrorMode": [[28, 3, 1, "", "ignore"], [28, 3, 1, "", "return_validity"], [28, 3, 1, "", "strict"]], "arkouda.Fields": [[28, 4, 1, "", "format"], [28, 4, 1, "", "opeq"]], "arkouda.GROUPBY_REDUCTION_TYPES": [[28, 4, 1, "", "copy"], [28, 4, 1, "", "difference"], [28, 4, 1, "", "intersection"], [28, 4, 1, "", "isdisjoint"], [28, 4, 1, "", "issubset"], [28, 4, 1, "", "issuperset"], [28, 4, 1, "", "symmetric_difference"], [28, 4, 1, "", "union"]], "arkouda.Generator": [[28, 4, 1, "", "choice"], [28, 4, 1, "", "integers"], [28, 4, 1, "", "permutation"], [28, 4, 1, "", "random"], [28, 4, 1, "", "shuffle"], [28, 4, 1, "", "standard_normal"], [28, 4, 1, "", "uniform"]], "arkouda.GroupBy": [[92, 4, 1, "", "AND"], [92, 4, 1, "", "OR"], [28, 4, 1, "id409", "Reductions"], [92, 4, 1, "", "XOR"], [92, 4, 1, "", "aggregate"], [92, 4, 1, "", "all"], [92, 4, 1, "", "any"], [92, 4, 1, "", "argmax"], [92, 4, 1, "", "argmin"], [92, 4, 1, "", "attach"], [92, 4, 1, "", "broadcast"], [92, 4, 1, "", "build_from_components"], [92, 4, 1, "", "count"], [92, 3, 1, "", "dropna"], [92, 4, 1, "", "first"], [28, 4, 1, "id421", "from_return_msg"], [92, 4, 1, "", "is_registered"], [92, 3, 1, "", "logger"], [92, 4, 1, "", "max"], [92, 4, 1, "", "mean"], [92, 4, 1, "", "median"], [92, 4, 1, "", "min"], [92, 4, 1, "", "mode"], [92, 4, 1, "", "most_common"], [92, 3, 1, "", "ngroups"], [92, 3, 1, "", "nkeys"], [92, 4, 1, "", "nunique"], [28, 4, 1, "id430", "objType"], [92, 3, 1, "", "permutation"], [92, 4, 1, "", "prod"], [92, 4, 1, "", "register"], [92, 3, 1, "", "segments"], [92, 4, 1, "id0", "size"], [92, 4, 1, "", "std"], [92, 4, 1, "", "sum"], [92, 4, 1, "", "to_hdf"], [92, 4, 1, "", "unique"], [92, 3, 1, "", "unique_keys"], [92, 4, 1, "", "unregister"], [92, 4, 1, "", "unregister_groupby_by_name"], [28, 4, 1, "id440", "update_hdf"], [92, 4, 1, "", "var"]], "arkouda.IPv4": [[28, 4, 1, "", "export_uint"], [28, 4, 1, "", "format"], [28, 4, 1, "", "normalize"], [28, 4, 1, "", "opeq"], [28, 4, 1, "", "register"], [28, 3, 1, "", "special_objType"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "update_hdf"]], "arkouda.Index": [[85, 5, 1, "", "argsort"], [85, 5, 1, "", "concat"], [28, 4, 1, "", "factory"], [28, 4, 1, "", "from_return_msg"], [28, 6, 1, "", "index"], [28, 4, 1, "", "is_registered"], [28, 6, 1, "", "is_unique"], [85, 5, 1, "", "lookup"], [28, 4, 1, "", "map"], [28, 4, 1, "", "memory_usage"], [28, 3, 1, "", "objType"], [28, 4, 1, "", "register"], [28, 4, 1, "", "save"], [85, 5, 1, "", "set_dtype"], [28, 6, 1, "", "shape"], [28, 4, 1, "", "to_csv"], [28, 4, 1, "", "to_dict"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "to_pandas"], [28, 4, 1, "", "to_parquet"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "update_hdf"]], "arkouda.LogLevel": [[28, 3, 1, "", "CRITICAL"], [28, 3, 1, "", "DEBUG"], [28, 3, 1, "", "ERROR"], [28, 3, 1, "", "INFO"], [28, 3, 1, "", "WARN"]], "arkouda.MultiIndex": [[85, 5, 1, "", "argsort"], [85, 5, 1, "", "concat"], [28, 6, 1, "", "index"], [28, 4, 1, "", "is_registered"], [85, 5, 1, "", "lookup"], [28, 4, 1, "", "memory_usage"], [28, 3, 1, "", "objType"], [28, 4, 1, "", "register"], [85, 5, 1, "", "set_dtype"], [28, 4, 1, "", "to_dict"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_ndarray"], [28, 4, 1, "", "to_pandas"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "update_hdf"]], "arkouda.Power_divergenceResult": [[28, 3, 1, "", "pvalue"], [28, 3, 1, "", "statistic"]], "arkouda.SegArray": [[28, 4, 1, "", "AND"], [28, 4, 1, "", "OR"], [28, 4, 1, "", "XOR"], [28, 4, 1, "", "aggregate"], [28, 4, 1, "", "all"], [28, 4, 1, "", "any"], [97, 5, 1, "", "append"], [97, 5, 1, "", "append_single"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 4, 1, "", "attach"], [28, 4, 1, "", "concat"], [28, 4, 1, "", "copy"], [28, 4, 1, "", "filter"], [28, 4, 1, "", "from_multi_array"], [28, 4, 1, "", "from_parts"], [28, 4, 1, "", "from_return_msg"], [97, 5, 1, "", "get_jth"], [97, 5, 1, "", "get_length_n"], [97, 5, 1, "", "get_ngrams"], [97, 5, 1, "", "get_prefixes"], [97, 5, 1, "", "get_suffixes"], [28, 6, 1, "", "grouping"], [28, 4, 1, "", "hash"], [97, 5, 1, "", "intersect"], [28, 4, 1, "", "is_registered"], [28, 4, 1, "", "load"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "min"], [28, 6, 1, "", "non_empty"], [28, 4, 1, "", "nunique"], [28, 3, 1, "", "objType"], [97, 5, 1, "", "prepend_single"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "read_hdf"], [28, 4, 1, "", "register"], [97, 5, 1, "", "remove_repeats"], [28, 4, 1, "", "save"], [97, 5, 1, "", "set_jth"], [97, 5, 1, "", "setdiff"], [97, 5, 1, "", "setxor"], [28, 4, 1, "", "sum"], [28, 4, 1, "", "to_hdf"], [28, 4, 1, "", "to_list"], [97, 5, 1, "", "to_ndarray"], [28, 4, 1, "", "to_parquet"], [28, 4, 1, "", "transfer"], [97, 5, 1, "", "union"], [28, 4, 1, "", "unique"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "unregister_segarray_by_name"], [28, 4, 1, "", "update_hdf"]], "arkouda.Series": [[28, 4, 1, "", "add"], [28, 4, 1, "", "argmax"], [28, 4, 1, "", "argmin"], [28, 6, 1, "", "at"], [28, 4, 1, "", "attach"], [28, 4, 1, "", "concat"], [28, 4, 1, "", "diff"], [28, 4, 1, "", "dt"], [28, 4, 1, "", "fillna"], [28, 4, 1, "", "from_return_msg"], [28, 4, 1, "", "has_repeat_labels"], [28, 4, 1, "", "hasnans"], [98, 5, 1, "", "head"], [28, 6, 1, "", "iat"], [28, 6, 1, "", "iloc"], [28, 4, 1, "", "is_registered"], [28, 4, 1, "", "isin"], [28, 4, 1, "", "isna"], [28, 4, 1, "", "isnull"], [28, 6, 1, "", "loc"], [98, 5, 1, "id0", "locate"], [28, 4, 1, "", "map"], [28, 4, 1, "", "max"], [28, 4, 1, "", "mean"], [28, 4, 1, "", "memory_usage"], [28, 4, 1, "", "min"], [28, 4, 1, "", "notna"], [28, 4, 1, "", "notnull"], [28, 4, 1, "", "objType"], [98, 5, 1, "", "pdconcat"], [28, 4, 1, "", "prod"], [28, 4, 1, "", "register"], [28, 6, 1, "", "shape"], [98, 5, 1, "", "sort_index"], [98, 5, 1, "", "sort_values"], [28, 4, 1, "", "std"], [28, 4, 1, "", "str_acc"], [28, 4, 1, "", "sum"], [98, 5, 1, "", "tail"], [28, 4, 1, "", "to_dataframe"], [28, 4, 1, "", "to_list"], [28, 4, 1, "", "to_markdown"], [98, 5, 1, "", "to_pandas"], [98, 5, 1, "", "topn"], [28, 4, 1, "", "unregister"], [28, 4, 1, "", "validate_key"], [28, 4, 1, "", "validate_val"], [98, 5, 1, "", "value_counts"], [28, 4, 1, "", "var"]], "arkouda.Strings": [[101, 4, 1, "", "contains"], [101, 4, 1, "", "endswith"], [101, 4, 1, "", "find_locations"], [101, 4, 1, "", "findall"], [101, 4, 1, "", "flatten"], [101, 4, 1, "", "fullmatch"], [101, 4, 1, "", "lstick"], [101, 4, 1, "", "match"], [101, 4, 1, "", "peel"], [101, 4, 1, "", "rpeel"], [101, 4, 1, "", "search"], [101, 4, 1, "", "split"], [101, 4, 1, "", "startswith"], [101, 4, 1, "", "stick"], [101, 4, 1, "", "sub"], [101, 4, 1, "", "subn"], [101, 5, 1, "", "to_ndarray"]], "arkouda.Timedelta": [[28, 4, 1, "id462", "abs"], [28, 6, 1, "id449", "components"], [28, 6, 1, "id450", "days"], [28, 4, 1, "id463", "is_registered"], [28, 6, 1, "id451", "microseconds"], [28, 6, 1, "id452", "nanoseconds"], [28, 4, 1, "id464", "register"], [28, 6, 1, "id453", "seconds"], [28, 3, 1, "id454", "special_objType"], [28, 4, 1, "id465", "std"], [28, 4, 1, "id466", "sum"], [28, 3, 1, "id455", "supported_opeq"], [28, 3, 1, "id456", "supported_with_datetime"], [28, 3, 1, "id457", "supported_with_pdarray"], [28, 3, 1, "id458", "supported_with_r_datetime"], [28, 3, 1, "id459", "supported_with_r_pdarray"], [28, 3, 1, "id460", "supported_with_r_timedelta"], [28, 3, 1, "id461", "supported_with_timedelta"], [28, 4, 1, "id467", "to_pandas"], [28, 4, 1, "id468", "total_seconds"], [28, 4, 1, "id469", "unregister"]], "arkouda.accessor": [[2, 2, 1, "", "CachedAccessor"], [2, 2, 1, "", "DatetimeAccessor"], [2, 2, 1, "", "Properties"], [2, 2, 1, "", "StringAccessor"], [2, 5, 1, "", "date_operators"], [2, 5, 1, "", "string_operators"]], "arkouda.alignment": [[3, 7, 1, "", "NonUniqueError"], [3, 5, 1, "", "align"], [3, 5, 1, "", "find"], [3, 5, 1, "", "in1d_intervals"], [3, 5, 1, "", "interval_lookup"], [3, 5, 1, "", "is_cosorted"], [3, 5, 1, "", "left_align"], [3, 5, 1, "", "lookup"], [3, 5, 1, "", "right_align"], [3, 5, 1, "", "search_intervals"], [3, 5, 1, "", "unsqueeze"], [3, 5, 1, "", "zero_up"]], "arkouda.array_api": [[4, 0, 0, "-", "_array_object"], [5, 0, 0, "-", "_constants"], [6, 0, 0, "-", "_creation_functions"], [7, 0, 0, "-", "_data_type_functions"], [8, 0, 0, "-", "_dtypes"], [9, 0, 0, "-", "_elementwise_functions"], [10, 0, 0, "-", "_indexing_functions"], [11, 0, 0, "-", "_manipulation_functions"], [12, 0, 0, "-", "_searching_functions"], [13, 0, 0, "-", "_set_functions"], [14, 0, 0, "-", "_sorting_functions"], [15, 0, 0, "-", "_statistical_functions"], [16, 0, 0, "-", "_typing"], [17, 0, 0, "-", "_utility_functions"], [19, 0, 0, "-", "linalg"]], "arkouda.array_api._array_object": [[4, 2, 1, "", "Array"], [4, 1, 1, "", "HANDLED_FUNCTIONS"], [4, 5, 1, "", "implements_numpy"]], "arkouda.array_api._array_object.Array": [[4, 6, 1, "", "T"], [4, 6, 1, "", "device"], [4, 6, 1, "", "dtype"], [4, 4, 1, "", "item"], [4, 6, 1, "", "mT"], [4, 6, 1, "", "ndim"], [4, 6, 1, "", "shape"], [4, 6, 1, "", "size"], [4, 4, 1, "", "to_device"], [4, 4, 1, "", "to_ndarray"], [4, 4, 1, "", "tolist"], [4, 4, 1, "", "transpose"]], "arkouda.array_api._constants": [[5, 1, 1, "", "e"], [5, 1, 1, "", "inf"], [5, 1, 1, "", "nan"], [5, 1, 1, "", "pi"]], "arkouda.array_api._creation_functions": [[6, 5, 1, "", "arange"], [6, 5, 1, "", "asarray"], [6, 5, 1, "", "empty"], [6, 5, 1, "", "empty_like"], [6, 5, 1, "", "eye"], [6, 5, 1, "", "from_dlpack"], [6, 5, 1, "", "full"], [6, 5, 1, "", "full_like"], [6, 5, 1, "", "linspace"], [6, 5, 1, "", "meshgrid"], [6, 5, 1, "", "ones"], [6, 5, 1, "", "ones_like"], [6, 5, 1, "", "tril"], [6, 5, 1, "", "triu"], [6, 5, 1, "", "zeros"], [6, 5, 1, "", "zeros_like"]], "arkouda.array_api._data_type_functions": [[7, 5, 1, "", "astype"], [7, 5, 1, "", "can_cast"], [7, 2, 1, "", "finfo_object"], [7, 2, 1, "", "iinfo_object"], [7, 5, 1, "", "isdtype"], [7, 5, 1, "", "result_type"]], "arkouda.array_api._data_type_functions.finfo_object": [[7, 3, 1, "", "bits"], [7, 3, 1, "", "dtype"], [7, 3, 1, "", "eps"], [7, 3, 1, "", "max"], [7, 3, 1, "", "min"], [7, 3, 1, "", "smallest_normal"]], "arkouda.array_api._data_type_functions.iinfo_object": [[7, 3, 1, "", "bits"], [7, 3, 1, "", "dtype"], [7, 3, 1, "", "max"], [7, 3, 1, "", "min"]], "arkouda.array_api._dtypes": [[8, 1, 1, "", "bool"], [8, 1, 1, "", "complex128"], [8, 1, 1, "", "complex64"], [8, 1, 1, "", "float32"], [8, 1, 1, "", "float64"], [8, 1, 1, "", "int16"], [8, 1, 1, "", "int32"], [8, 1, 1, "", "int64"], [8, 1, 1, "", "int8"], [8, 1, 1, "", "uint16"], [8, 1, 1, "", "uint32"], [8, 1, 1, "", "uint64"], [8, 1, 1, "", "uint8"]], "arkouda.array_api._elementwise_functions": [[9, 5, 1, "", "abs"], [9, 5, 1, "", "acos"], [9, 5, 1, "", "acosh"], [9, 5, 1, "", "add"], [9, 5, 1, "", "asin"], [9, 5, 1, "", "asinh"], [9, 5, 1, "", "atan"], [9, 5, 1, "", "atan2"], [9, 5, 1, "", "atanh"], [9, 5, 1, "", "bitwise_and"], [9, 5, 1, "", "bitwise_invert"], [9, 5, 1, "", "bitwise_left_shift"], [9, 5, 1, "", "bitwise_or"], [9, 5, 1, "", "bitwise_right_shift"], [9, 5, 1, "", "bitwise_xor"], [9, 5, 1, "", "ceil"], [9, 5, 1, "", "conj"], [9, 5, 1, "", "cos"], [9, 5, 1, "", "cosh"], [9, 5, 1, "", "divide"], [9, 5, 1, "", "equal"], [9, 5, 1, "", "exp"], [9, 5, 1, "", "expm1"], [9, 5, 1, "", "floor"], [9, 5, 1, "", "floor_divide"], [9, 5, 1, "", "greater"], [9, 5, 1, "", "greater_equal"], [9, 5, 1, "", "imag"], [9, 5, 1, "", "isfinite"], [9, 5, 1, "", "isinf"], [9, 5, 1, "", "isnan"], [9, 5, 1, "", "less"], [9, 5, 1, "", "less_equal"], [9, 5, 1, "", "log"], [9, 5, 1, "", "log10"], [9, 5, 1, "", "log1p"], [9, 5, 1, "", "log2"], [9, 5, 1, "", "logaddexp"], [9, 5, 1, "", "logical_and"], [9, 5, 1, "", "logical_not"], [9, 5, 1, "", "logical_or"], [9, 5, 1, "", "logical_xor"], [9, 5, 1, "", "multiply"], [9, 5, 1, "", "negative"], [9, 5, 1, "", "not_equal"], [9, 5, 1, "", "positive"], [9, 5, 1, "", "pow"], [9, 5, 1, "", "real"], [9, 5, 1, "", "remainder"], [9, 5, 1, "", "round"], [9, 5, 1, "", "sign"], [9, 5, 1, "", "sin"], [9, 5, 1, "", "sinh"], [9, 5, 1, "", "sqrt"], [9, 5, 1, "", "square"], [9, 5, 1, "", "subtract"], [9, 5, 1, "", "tan"], [9, 5, 1, "", "tanh"], [9, 5, 1, "", "trunc"]], "arkouda.array_api._indexing_functions": [[10, 5, 1, "", "take"]], "arkouda.array_api._manipulation_functions": [[11, 5, 1, "", "broadcast_arrays"], [11, 5, 1, "", "broadcast_to"], [11, 5, 1, "", "concat"], [11, 5, 1, "", "expand_dims"], [11, 5, 1, "", "flip"], [11, 5, 1, "", "moveaxis"], [11, 5, 1, "", "permute_dims"], [11, 5, 1, "", "repeat"], [11, 5, 1, "", "reshape"], [11, 5, 1, "", "roll"], [11, 5, 1, "", "squeeze"], [11, 5, 1, "", "stack"], [11, 5, 1, "", "tile"], [11, 5, 1, "", "unstack"]], "arkouda.array_api._searching_functions": [[12, 5, 1, "", "argmax"], [12, 5, 1, "", "argmin"], [12, 5, 1, "", "nonzero"], [12, 5, 1, "", "searchsorted"], [12, 5, 1, "", "where"]], "arkouda.array_api._set_functions": [[13, 2, 1, "", "UniqueAllResult"], [13, 2, 1, "", "UniqueCountsResult"], [13, 2, 1, "", "UniqueInverseResult"], [13, 5, 1, "", "unique_all"], [13, 5, 1, "", "unique_counts"], [13, 5, 1, "", "unique_inverse"], [13, 5, 1, "", "unique_values"]], "arkouda.array_api._set_functions.UniqueAllResult": [[13, 3, 1, "", "counts"], [13, 3, 1, "", "indices"], [13, 3, 1, "", "inverse_indices"], [13, 3, 1, "", "values"]], "arkouda.array_api._set_functions.UniqueCountsResult": [[13, 3, 1, "", "counts"], [13, 3, 1, "", "values"]], "arkouda.array_api._set_functions.UniqueInverseResult": [[13, 3, 1, "", "inverse_indices"], [13, 3, 1, "", "values"]], "arkouda.array_api._sorting_functions": [[14, 5, 1, "", "argsort"], [14, 5, 1, "", "sort"]], "arkouda.array_api._statistical_functions": [[15, 5, 1, "", "max"], [15, 5, 1, "", "mean"], [15, 5, 1, "", "mean_shim"], [15, 5, 1, "", "min"], [15, 5, 1, "", "prod"], [15, 5, 1, "", "prod_sum_dtype"], [15, 5, 1, "", "std"], [15, 5, 1, "", "sum"], [15, 5, 1, "", "var"]], "arkouda.array_api._typing": [[16, 2, 1, "", "Array"], [16, 1, 1, "", "Device"], [16, 1, 1, "", "Dtype"], [16, 1, 1, "", "PyCapsule"], [16, 1, 1, "", "SupportsBufferProtocol"], [16, 2, 1, "", "SupportsDLPack"]], "arkouda.array_api._typing.Array": [[16, 6, 1, "", "T"], [16, 6, 1, "", "device"], [16, 6, 1, "", "dtype"], [16, 4, 1, "", "item"], [16, 6, 1, "", "mT"], [16, 6, 1, "", "ndim"], [16, 6, 1, "", "shape"], [16, 6, 1, "", "size"], [16, 4, 1, "", "to_device"], [16, 4, 1, "", "to_ndarray"], [16, 4, 1, "", "tolist"], [16, 4, 1, "", "transpose"]], "arkouda.array_api._utility_functions": [[17, 5, 1, "", "all"], [17, 5, 1, "", "any"]], "arkouda.array_api.linalg": [[19, 5, 1, "", "matmul"], [19, 5, 1, "", "matrix_transpose"], [19, 5, 1, "", "tensordot"], [19, 5, 1, "", "vecdot"]], "arkouda.array_view": [[20, 2, 1, "", "ArrayView"]], "arkouda.array_view.ArrayView": [[20, 3, 1, "", "base"], [20, 3, 1, "", "dtype"], [20, 3, 1, "", "itemsize"], [20, 3, 1, "", "ndim"], [20, 3, 1, "", "objType"], [20, 3, 1, "", "order"], [20, 3, 1, "", "shape"], [20, 3, 1, "", "size"], [20, 4, 1, "", "to_hdf"], [20, 4, 1, "", "to_list"], [20, 4, 1, "", "to_ndarray"], [20, 4, 1, "", "update_hdf"]], "arkouda.categorical": [[21, 2, 1, "", "Categorical"]], "arkouda.categorical.Categorical": [[21, 3, 1, "", "BinOps"], [21, 3, 1, "", "RegisterablePieces"], [21, 3, 1, "", "RequiredPieces"], [21, 4, 1, "", "argsort"], [21, 4, 1, "", "attach"], [21, 3, 1, "", "categories"], [21, 3, 1, "", "codes"], [21, 4, 1, "", "concatenate"], [21, 4, 1, "", "contains"], [21, 3, 1, "", "dtype"], [21, 4, 1, "", "endswith"], [21, 4, 1, "", "from_codes"], [21, 4, 1, "", "from_return_msg"], [21, 4, 1, "", "group"], [21, 4, 1, "", "hash"], [21, 4, 1, "", "in1d"], [21, 4, 1, "", "info"], [21, 4, 1, "", "is_registered"], [21, 4, 1, "", "isna"], [21, 6, 1, "", "nbytes"], [21, 3, 1, "", "ndim"], [21, 3, 1, "", "nlevels"], [21, 3, 1, "", "objType"], [21, 4, 1, "", "parse_hdf_categoricals"], [21, 3, 1, "id0", "permutation"], [21, 4, 1, "", "pretty_print_info"], [21, 4, 1, "", "register"], [21, 4, 1, "", "reset_categories"], [21, 4, 1, "", "save"], [21, 3, 1, "id1", "segments"], [21, 4, 1, "", "set_categories"], [21, 3, 1, "", "shape"], [21, 3, 1, "", "size"], [21, 4, 1, "", "sort"], [21, 4, 1, "", "standardize_categories"], [21, 4, 1, "", "startswith"], [21, 4, 1, "", "to_hdf"], [21, 4, 1, "", "to_list"], [21, 4, 1, "", "to_ndarray"], [21, 4, 1, "", "to_parquet"], [21, 4, 1, "", "to_strings"], [21, 4, 1, "", "transfer"], [21, 4, 1, "", "unique"], [21, 4, 1, "", "unregister"], [21, 4, 1, "", "unregister_categorical_by_name"], [21, 4, 1, "", "update_hdf"]], "arkouda.client": [[22, 5, 1, "", "connect"], [22, 5, 1, "", "disconnect"], [22, 5, 1, "", "generate_history"], [22, 5, 1, "", "get_config"], [22, 5, 1, "", "get_mem_avail"], [22, 5, 1, "", "get_mem_status"], [22, 5, 1, "", "get_mem_used"], [22, 5, 1, "", "get_server_commands"], [22, 5, 1, "", "print_server_commands"], [22, 5, 1, "", "ruok"], [22, 5, 1, "", "shutdown"]], "arkouda.client_dtypes": [[23, 2, 1, "", "BitVector"], [23, 5, 1, "", "BitVectorizer"], [23, 2, 1, "", "Fields"], [23, 2, 1, "", "IPv4"], [23, 5, 1, "", "ip_address"], [23, 5, 1, "", "is_ipv4"], [23, 5, 1, "", "is_ipv6"]], "arkouda.client_dtypes.BitVector": [[23, 3, 1, "", "conserves"], [23, 4, 1, "", "format"], [23, 4, 1, "", "from_return_msg"], [23, 4, 1, "", "opeq"], [23, 4, 1, "", "register"], [23, 3, 1, "", "special_objType"], [23, 4, 1, "", "to_list"], [23, 4, 1, "", "to_ndarray"]], "arkouda.client_dtypes.Fields": [[23, 4, 1, "", "format"], [23, 4, 1, "", "opeq"]], "arkouda.client_dtypes.IPv4": [[23, 4, 1, "", "export_uint"], [23, 4, 1, "", "format"], [23, 4, 1, "", "normalize"], [23, 4, 1, "", "opeq"], [23, 4, 1, "", "register"], [23, 3, 1, "", "special_objType"], [23, 4, 1, "", "to_hdf"], [23, 4, 1, "", "to_list"], [23, 4, 1, "", "to_ndarray"], [23, 4, 1, "", "update_hdf"]], "arkouda.dataframe": [[24, 2, 1, "", "DataFrame"], [24, 2, 1, "", "DataFrameGroupBy"], [24, 2, 1, "", "DiffAggregate"], [24, 5, 1, "", "intersect"], [24, 5, 1, "", "intx"], [24, 5, 1, "", "invert_permutation"], [24, 5, 1, "", "merge"]], "arkouda.dataframe.DataFrame": [[24, 4, 1, "", "GroupBy"], [24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "append"], [24, 4, 1, "", "apply_permutation"], [24, 4, 1, "", "argsort"], [24, 4, 1, "", "attach"], [24, 4, 1, "", "coargsort"], [24, 6, 1, "", "columns"], [24, 4, 1, "", "concat"], [24, 4, 1, "", "corr"], [24, 4, 1, "", "count"], [24, 4, 1, "", "drop"], [24, 4, 1, "", "drop_duplicates"], [24, 4, 1, "", "dropna"], [24, 6, 1, "", "dtypes"], [24, 6, 1, "", "empty"], [24, 4, 1, "", "filter_by_range"], [24, 4, 1, "", "from_pandas"], [24, 4, 1, "", "from_return_msg"], [24, 4, 1, "", "groupby"], [24, 4, 1, "", "head"], [24, 6, 1, "", "index"], [24, 6, 1, "", "info"], [24, 4, 1, "", "is_registered"], [24, 4, 1, "", "isin"], [24, 4, 1, "", "isna"], [24, 4, 1, "", "load"], [24, 4, 1, "", "memory_usage"], [24, 4, 1, "", "memory_usage_info"], [24, 4, 1, "", "merge"], [24, 4, 1, "", "notna"], [24, 4, 1, "", "objType"], [24, 4, 1, "", "read_csv"], [24, 4, 1, "", "register"], [24, 4, 1, "", "rename"], [24, 4, 1, "", "reset_index"], [24, 4, 1, "", "sample"], [24, 4, 1, "", "save"], [24, 6, 1, "", "shape"], [24, 6, 1, "", "size"], [24, 4, 1, "", "sort_index"], [24, 4, 1, "", "sort_values"], [24, 4, 1, "", "tail"], [24, 4, 1, "", "to_csv"], [24, 4, 1, "", "to_hdf"], [24, 4, 1, "", "to_markdown"], [24, 4, 1, "", "to_pandas"], [24, 4, 1, "", "to_parquet"], [24, 4, 1, "", "transfer"], [24, 4, 1, "", "unregister"], [24, 4, 1, "", "unregister_dataframe_by_name"], [24, 4, 1, "", "update_hdf"], [24, 4, 1, "", "update_nrows"]], "arkouda.dataframe.DataFrameGroupBy": [[24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "argmax"], [24, 4, 1, "", "argmin"], [24, 3, 1, "", "as_index"], [24, 4, 1, "", "broadcast"], [24, 4, 1, "", "count"], [24, 3, 1, "", "df"], [24, 4, 1, "", "diff"], [24, 4, 1, "", "first"], [24, 3, 1, "", "gb"], [24, 3, 1, "", "gb_key_names"], [24, 4, 1, "", "max"], [24, 4, 1, "", "mean"], [24, 4, 1, "", "median"], [24, 4, 1, "", "min"], [24, 4, 1, "", "mode"], [24, 4, 1, "", "nunique"], [24, 4, 1, "", "prod"], [24, 4, 1, "", "size"], [24, 4, 1, "", "std"], [24, 4, 1, "", "sum"], [24, 4, 1, "", "unique"], [24, 4, 1, "", "var"], [24, 4, 1, "", "xor"]], "arkouda.dataframe.DiffAggregate": [[24, 4, 1, "", "all"], [24, 4, 1, "", "any"], [24, 4, 1, "", "argmax"], [24, 4, 1, "", "argmin"], [24, 4, 1, "", "first"], [24, 3, 1, "", "gb"], [24, 4, 1, "", "max"], [24, 4, 1, "", "mean"], [24, 4, 1, "", "median"], [24, 4, 1, "", "min"], [24, 4, 1, "", "mode"], [24, 4, 1, "", "nunique"], [24, 4, 1, "", "prod"], [24, 4, 1, "", "std"], [24, 4, 1, "", "sum"], [24, 4, 1, "", "unique"], [24, 3, 1, "", "values"], [24, 4, 1, "", "var"], [24, 4, 1, "", "xor"]], "arkouda.dtypes": [[25, 1, 1, "", "ARKOUDA_SUPPORTED_DTYPES"], [25, 1, 1, "", "DTypeObjects"], [25, 1, 1, "", "DTypes"], [25, 1, 1, "", "ScalarDTypes"], [25, 1, 1, "", "all_scalars"], [25, 1, 1, "", "bigint"], [25, 1, 1, "", "bitType"], [25, 1, 1, "", "bool"], [25, 1, 1, "", "bool_scalars"], [25, 5, 1, "", "check_np_dtype"], [25, 1, 1, "", "complex128"], [25, 1, 1, "", "complex64"], [25, 5, 1, "", "dtype"], [25, 1, 1, "", "float32"], [25, 1, 1, "", "float64"], [25, 1, 1, "", "float_scalars"], [25, 5, 1, "", "get_byteorder"], [25, 5, 1, "", "get_server_byteorder"], [25, 1, 1, "", "int16"], [25, 1, 1, "", "int32"], [25, 1, 1, "", "int64"], [25, 1, 1, "", "int8"], [25, 1, 1, "", "intTypes"], [25, 1, 1, "", "int_scalars"], [25, 5, 1, "", "isSupportedNumber"], [25, 1, 1, "", "numeric_scalars"], [25, 1, 1, "", "numpy_scalars"], [25, 5, 1, "", "resolve_scalar_dtype"], [25, 1, 1, "", "str_"], [25, 1, 1, "", "str_scalars"], [25, 5, 1, "", "translate_np_dtype"], [25, 1, 1, "", "uint16"], [25, 1, 1, "", "uint32"], [25, 1, 1, "", "uint64"], [25, 1, 1, "", "uint8"]], "arkouda.groupbyclass": [[26, 2, 1, "", "GROUPBY_REDUCTION_TYPES"], [26, 2, 1, "", "GroupBy"], [26, 5, 1, "", "broadcast"], [26, 5, 1, "", "unique"]], "arkouda.groupbyclass.GROUPBY_REDUCTION_TYPES": [[26, 4, 1, "", "copy"], [26, 4, 1, "", "difference"], [26, 4, 1, "", "intersection"], [26, 4, 1, "", "isdisjoint"], [26, 4, 1, "", "issubset"], [26, 4, 1, "", "issuperset"], [26, 4, 1, "", "symmetric_difference"], [26, 4, 1, "", "union"]], "arkouda.groupbyclass.GroupBy": [[26, 4, 1, "", "AND"], [26, 4, 1, "", "OR"], [26, 4, 1, "", "Reductions"], [26, 4, 1, "", "XOR"], [26, 4, 1, "", "aggregate"], [26, 4, 1, "", "all"], [26, 4, 1, "", "any"], [26, 4, 1, "", "argmax"], [26, 4, 1, "", "argmin"], [26, 4, 1, "", "attach"], [26, 4, 1, "", "broadcast"], [26, 4, 1, "", "build_from_components"], [26, 4, 1, "", "count"], [26, 3, 1, "", "dropna"], [26, 4, 1, "", "first"], [26, 4, 1, "", "from_return_msg"], [26, 4, 1, "", "is_registered"], [26, 3, 1, "", "logger"], [26, 4, 1, "", "max"], [26, 4, 1, "", "mean"], [26, 4, 1, "", "median"], [26, 4, 1, "", "min"], [26, 4, 1, "", "mode"], [26, 4, 1, "", "most_common"], [26, 3, 1, "", "ngroups"], [26, 3, 1, "", "nkeys"], [26, 4, 1, "", "nunique"], [26, 4, 1, "", "objType"], [26, 3, 1, "", "permutation"], [26, 4, 1, "", "prod"], [26, 4, 1, "", "register"], [26, 3, 1, "", "segments"], [26, 4, 1, "id0", "size"], [26, 4, 1, "", "std"], [26, 4, 1, "", "sum"], [26, 4, 1, "", "to_hdf"], [26, 4, 1, "", "unique"], [26, 3, 1, "", "unique_keys"], [26, 4, 1, "", "unregister"], [26, 4, 1, "", "unregister_groupby_by_name"], [26, 4, 1, "", "update_hdf"], [26, 4, 1, "", "var"]], "arkouda.history": [[27, 2, 1, "", "HistoryRetriever"], [27, 2, 1, "", "NotebookHistoryRetriever"], [27, 2, 1, "", "ShellHistoryRetriever"]], "arkouda.history.HistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.history.NotebookHistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.history.ShellHistoryRetriever": [[27, 4, 1, "", "retrieve"]], "arkouda.index": [[29, 2, 1, "", "Index"], [29, 2, 1, "", "MultiIndex"]], "arkouda.index.Index": [[29, 4, 1, "", "argsort"], [29, 4, 1, "", "concat"], [29, 4, 1, "", "factory"], [29, 4, 1, "", "from_return_msg"], [29, 6, 1, "", "index"], [29, 4, 1, "", "is_registered"], [29, 6, 1, "", "is_unique"], [29, 4, 1, "", "lookup"], [29, 4, 1, "", "map"], [29, 4, 1, "", "memory_usage"], [29, 3, 1, "", "objType"], [29, 4, 1, "", "register"], [29, 4, 1, "", "save"], [29, 4, 1, "", "set_dtype"], [29, 6, 1, "", "shape"], [29, 4, 1, "", "to_csv"], [29, 4, 1, "", "to_dict"], [29, 4, 1, "", "to_hdf"], [29, 4, 1, "", "to_list"], [29, 4, 1, "", "to_ndarray"], [29, 4, 1, "", "to_pandas"], [29, 4, 1, "", "to_parquet"], [29, 4, 1, "", "unregister"], [29, 4, 1, "", "update_hdf"]], "arkouda.index.MultiIndex": [[29, 4, 1, "", "argsort"], [29, 4, 1, "", "concat"], [29, 6, 1, "", "index"], [29, 4, 1, "", "is_registered"], [29, 4, 1, "", "lookup"], [29, 4, 1, "", "memory_usage"], [29, 3, 1, "", "objType"], [29, 4, 1, "", "register"], [29, 4, 1, "", "set_dtype"], [29, 4, 1, "", "to_dict"], [29, 4, 1, "", "to_hdf"], [29, 4, 1, "", "to_list"], [29, 4, 1, "", "to_ndarray"], [29, 4, 1, "", "to_pandas"], [29, 4, 1, "", "unregister"], [29, 4, 1, "", "update_hdf"]], "arkouda.infoclass": [[30, 1, 1, "", "AllSymbols"], [30, 1, 1, "", "RegisteredSymbols"], [30, 5, 1, "", "information"], [30, 5, 1, "", "list_registry"], [30, 5, 1, "", "list_symbol_table"], [30, 5, 1, "", "pretty_print_information"]], "arkouda.io": [[31, 5, 1, "", "export"], [31, 5, 1, "", "get_columns"], [31, 5, 1, "", "get_datasets"], [31, 5, 1, "", "get_filetype"], [31, 5, 1, "", "get_null_indices"], [31, 5, 1, "", "import_data"], [31, 5, 1, "", "load"], [31, 5, 1, "", "load_all"], [31, 5, 1, "", "ls"], [31, 5, 1, "", "ls_csv"], [31, 5, 1, "", "read"], [31, 5, 1, "", "read_csv"], [31, 5, 1, "", "read_hdf"], [31, 5, 1, "", "read_parquet"], [31, 5, 1, "", "read_tagged_data"], [31, 5, 1, "", "receive"], [31, 5, 1, "", "receive_dataframe"], [31, 5, 1, "", "restore"], [31, 5, 1, "", "save_all"], [31, 5, 1, "", "snapshot"], [31, 5, 1, "", "to_csv"], [31, 5, 1, "", "to_hdf"], [31, 5, 1, "", "to_parquet"], [31, 5, 1, "", "update_hdf"]], "arkouda.io_util": [[32, 5, 1, "", "delimited_file_to_dict"], [32, 5, 1, "", "dict_to_delimited_file"], [32, 5, 1, "", "get_directory"], [32, 5, 1, "", "write_line_to_file"]], "arkouda.join": [[33, 5, 1, "", "compute_join_size"], [33, 5, 1, "", "gen_ranges"], [33, 5, 1, "", "join_on_eq_with_dt"]], "arkouda.logger": [[34, 2, 1, "", "LogLevel"], [34, 5, 1, "", "disableVerbose"], [34, 5, 1, "", "enableVerbose"], [34, 5, 1, "", "write_log"]], "arkouda.logger.LogLevel": [[34, 3, 1, "", "CRITICAL"], [34, 3, 1, "", "DEBUG"], [34, 3, 1, "", "ERROR"], [34, 3, 1, "", "INFO"], [34, 3, 1, "", "WARN"]], "arkouda.match": [[35, 2, 1, "", "Match"]], "arkouda.match.Match": [[101, 4, 1, "", "end"], [101, 4, 1, "", "find_matches"], [101, 4, 1, "", "group"], [101, 4, 1, "", "match_type"], [101, 4, 1, "", "matched"], [101, 4, 1, "", "start"]], "arkouda.matcher": [[36, 2, 1, "", "Matcher"]], "arkouda.matcher.Matcher": [[36, 3, 1, "", "LocationsInfo"], [36, 4, 1, "", "find_locations"], [36, 4, 1, "", "findall"], [36, 4, 1, "", "get_match"], [36, 4, 1, "", "split"], [36, 4, 1, "", "sub"]], "arkouda.numeric": [[37, 2, 1, "", "ErrorMode"], [37, 5, 1, "", "abs"], [37, 5, 1, "", "arccos"], [37, 5, 1, "", "arccosh"], [37, 5, 1, "", "arcsin"], [37, 5, 1, "", "arcsinh"], [37, 5, 1, "", "arctan"], [37, 5, 1, "", "arctan2"], [37, 5, 1, "", "arctanh"], [37, 5, 1, "", "cast"], [37, 5, 1, "", "ceil"], [37, 5, 1, "", "clip"], [37, 5, 1, "", "cos"], [37, 5, 1, "", "cosh"], [37, 5, 1, "", "cumprod"], [37, 5, 1, "", "cumsum"], [37, 5, 1, "", "deg2rad"], [37, 5, 1, "", "exp"], [37, 5, 1, "", "expm1"], [37, 5, 1, "", "floor"], [37, 5, 1, "", "hash"], [37, 5, 1, "", "histogram"], [37, 5, 1, "", "histogram2d"], [37, 5, 1, "", "histogramdd"], [37, 5, 1, "", "isfinite"], [37, 5, 1, "", "isinf"], [37, 5, 1, "", "isnan"], [37, 5, 1, "", "log"], [37, 5, 1, "", "log10"], [37, 5, 1, "", "log1p"], [37, 5, 1, "", "log2"], [37, 5, 1, "", "rad2deg"], [37, 5, 1, "", "round"], [37, 5, 1, "", "sign"], [37, 5, 1, "", "sin"], [37, 5, 1, "", "sinh"], [37, 5, 1, "", "square"], [37, 5, 1, "", "tan"], [37, 5, 1, "", "tanh"], [37, 5, 1, "", "trunc"], [37, 5, 1, "", "value_counts"], [37, 5, 1, "", "where"]], "arkouda.numeric.ErrorMode": [[37, 3, 1, "", "ignore"], [37, 3, 1, "", "return_validity"], [37, 3, 1, "", "strict"]], "arkouda.numpy": [[38, 1, 1, "", "Inf"], [38, 1, 1, "", "Infinity"], [38, 1, 1, "", "NAN"], [38, 1, 1, "", "NINF"], [38, 1, 1, "", "NZERO"], [38, 1, 1, "", "NaN"], [38, 1, 1, "", "PINF"], [38, 1, 1, "", "PZERO"], [38, 2, 1, "", "bool_"], [38, 2, 1, "", "byte"], [38, 2, 1, "", "cdouble"], [38, 2, 1, "", "clongdouble"], [38, 2, 1, "", "csingle"], [38, 2, 1, "", "double"], [38, 1, 1, "", "e"], [38, 1, 1, "", "euler_gamma"], [38, 2, 1, "", "float32"], [38, 2, 1, "", "float64"], [38, 2, 1, "", "half"], [38, 1, 1, "", "inf"], [38, 1, 1, "", "infty"], [38, 2, 1, "", "int16"], [38, 2, 1, "", "int32"], [38, 2, 1, "", "int64"], [38, 2, 1, "", "int8"], [38, 2, 1, "", "int_"], [38, 2, 1, "", "intc"], [38, 2, 1, "", "longdouble"], [38, 2, 1, "", "longlong"], [38, 1, 1, "", "nan"], [38, 1, 1, "", "newaxis"], [38, 1, 1, "", "pi"], [38, 2, 1, "", "short"], [38, 2, 1, "", "single"], [38, 2, 1, "", "ubyte"], [38, 2, 1, "", "uint"], [38, 2, 1, "", "uint16"], [38, 2, 1, "", "uint32"], [38, 2, 1, "", "uint64"], [38, 2, 1, "", "uint8"], [38, 2, 1, "", "uintc"], [38, 2, 1, "", "ulonglong"], [38, 2, 1, "", "ushort"]], "arkouda.numpy.byte": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.double": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "fromhex"], [38, 4, 1, "", "hex"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.float32": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.float64": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "fromhex"], [38, 4, 1, "", "hex"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.half": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.int16": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int32": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int64": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int8": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.int_": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.intc": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.longdouble": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.longlong": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.short": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.single": [[38, 4, 1, "", "as_integer_ratio"], [38, 4, 1, "", "is_integer"]], "arkouda.numpy.ubyte": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint16": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint32": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint64": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uint8": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.uintc": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.ulonglong": [[38, 4, 1, "", "bit_count"]], "arkouda.numpy.ushort": [[38, 4, 1, "", "bit_count"]], "arkouda.pdarray": [[28, 3, 1, "id775", "BinOps"], [28, 3, 1, "id776", "OpEqOps"], [93, 4, 1, "", "all"], [93, 4, 1, "", "any"], [93, 4, 1, "", "argmax"], [93, 4, 1, "", "argmaxk"], [93, 4, 1, "", "argmin"], [93, 4, 1, "", "argmink"], [28, 4, 1, "id784", "astype"], [28, 4, 1, "id785", "attach"], [28, 4, 1, "id786", "bigint_to_uint_arrays"], [28, 4, 1, "id787", "clz"], [28, 4, 1, "id788", "corr"], [28, 4, 1, "id789", "cov"], [28, 4, 1, "id790", "ctz"], [95, 3, 1, "", "dtype"], [28, 4, 1, "id791", "fill"], [28, 4, 1, "id792", "format_other"], [28, 4, 1, "id793", "info"], [28, 4, 1, "id794", "is_registered"], [93, 4, 1, "", "is_sorted"], [95, 3, 1, "", "itemsize"], [93, 4, 1, "", "max"], [28, 6, 1, "id773", "max_bits"], [93, 4, 1, "", "maxk"], [93, 4, 1, "", "mean"], [93, 4, 1, "", "min"], [93, 4, 1, "", "mink"], [95, 3, 1, "", "name"], [28, 6, 1, "id774", "nbytes"], [95, 3, 1, "", "ndim"], [28, 3, 1, "id777", "objType"], [28, 4, 1, "id801", "opeq"], [28, 4, 1, "id802", "parity"], [28, 4, 1, "id803", "popcount"], [28, 4, 1, "id804", "pretty_print_info"], [93, 4, 1, "", "prod"], [28, 4, 1, "id806", "register"], [28, 4, 1, "id807", "reshape"], [28, 4, 1, "id808", "rotl"], [28, 4, 1, "id809", "rotr"], [28, 4, 1, "id810", "save"], [95, 3, 1, "", "shape"], [95, 3, 1, "", "size"], [28, 4, 1, "id811", "slice_bits"], [93, 4, 1, "", "std"], [93, 4, 1, "", "sum"], [28, 4, 1, "id814", "to_csv"], [28, 4, 1, "id817", "to_cuda"], [28, 4, 1, "id818", "to_hdf"], [28, 4, 1, "id819", "to_list"], [95, 5, 1, "", "to_ndarray"], [28, 4, 1, "id821", "to_parquet"], [28, 4, 1, "id822", "transfer"], [28, 4, 1, "id823", "unregister"], [28, 4, 1, "id824", "update_hdf"], [28, 4, 1, "id825", "value_counts"], [93, 4, 1, "", "var"]], "arkouda.pdarrayclass": [[39, 7, 1, "", "RegistrationError"], [39, 5, 1, "", "all"], [39, 5, 1, "", "any"], [39, 5, 1, "", "argmax"], [39, 5, 1, "", "argmaxk"], [39, 5, 1, "", "argmin"], [39, 5, 1, "", "argmink"], [39, 5, 1, "", "attach_pdarray"], [39, 5, 1, "", "broadcast_to_shape"], [39, 5, 1, "", "clear"], [39, 5, 1, "", "clz"], [39, 5, 1, "", "corr"], [39, 5, 1, "", "cov"], [39, 5, 1, "", "ctz"], [39, 5, 1, "", "divmod"], [39, 5, 1, "", "dot"], [39, 5, 1, "", "fmod"], [39, 5, 1, "", "is_sorted"], [39, 5, 1, "", "max"], [39, 5, 1, "", "maxk"], [39, 5, 1, "", "mean"], [39, 5, 1, "", "min"], [39, 5, 1, "", "mink"], [39, 5, 1, "", "mod"], [39, 5, 1, "", "parity"], [39, 2, 1, "", "pdarray"], [39, 5, 1, "", "popcount"], [39, 5, 1, "", "power"], [39, 5, 1, "", "prod"], [39, 5, 1, "", "rotl"], [39, 5, 1, "", "rotr"], [39, 5, 1, "", "sqrt"], [39, 5, 1, "", "std"], [39, 5, 1, "", "sum"], [39, 5, 1, "", "unregister_pdarray_by_name"], [39, 5, 1, "", "var"]], "arkouda.pdarrayclass.pdarray": [[39, 3, 1, "", "BinOps"], [39, 3, 1, "", "OpEqOps"], [39, 4, 1, "", "all"], [39, 4, 1, "", "any"], [39, 4, 1, "", "argmax"], [39, 4, 1, "", "argmaxk"], [39, 4, 1, "", "argmin"], [39, 4, 1, "", "argmink"], [39, 4, 1, "", "astype"], [39, 4, 1, "", "attach"], [39, 4, 1, "", "bigint_to_uint_arrays"], [39, 4, 1, "", "clz"], [39, 4, 1, "", "corr"], [39, 4, 1, "", "cov"], [39, 4, 1, "", "ctz"], [39, 3, 1, "", "dtype"], [39, 4, 1, "", "fill"], [39, 4, 1, "", "format_other"], [39, 4, 1, "", "info"], [39, 4, 1, "", "is_registered"], [39, 4, 1, "", "is_sorted"], [39, 3, 1, "", "itemsize"], [39, 4, 1, "", "max"], [39, 6, 1, "", "max_bits"], [39, 4, 1, "", "maxk"], [39, 4, 1, "", "mean"], [39, 4, 1, "", "min"], [39, 4, 1, "", "mink"], [39, 3, 1, "", "name"], [39, 6, 1, "", "nbytes"], [39, 3, 1, "", "ndim"], [39, 3, 1, "", "objType"], [39, 4, 1, "", "opeq"], [39, 4, 1, "", "parity"], [39, 4, 1, "", "popcount"], [39, 4, 1, "", "pretty_print_info"], [39, 4, 1, "", "prod"], [39, 4, 1, "", "register"], [39, 4, 1, "", "reshape"], [39, 4, 1, "", "rotl"], [39, 4, 1, "", "rotr"], [39, 4, 1, "", "save"], [39, 3, 1, "", "shape"], [39, 3, 1, "", "size"], [39, 4, 1, "", "slice_bits"], [39, 4, 1, "", "std"], [39, 4, 1, "", "sum"], [39, 4, 1, "", "to_csv"], [39, 4, 1, "", "to_cuda"], [39, 4, 1, "", "to_hdf"], [39, 4, 1, "", "to_list"], [39, 4, 1, "", "to_ndarray"], [39, 4, 1, "", "to_parquet"], [39, 4, 1, "", "transfer"], [39, 4, 1, "", "unregister"], [39, 4, 1, "", "update_hdf"], [39, 4, 1, "", "value_counts"], [39, 4, 1, "", "var"]], "arkouda.pdarraycreation": [[40, 5, 1, "", "arange"], [40, 5, 1, "", "array"], [40, 5, 1, "", "bigint_from_uint_arrays"], [40, 5, 1, "", "from_series"], [40, 5, 1, "", "full"], [40, 5, 1, "", "full_like"], [40, 5, 1, "", "linspace"], [40, 5, 1, "", "ones"], [40, 5, 1, "", "ones_like"], [40, 5, 1, "", "randint"], [40, 5, 1, "", "random_strings_lognormal"], [40, 5, 1, "", "random_strings_uniform"], [40, 5, 1, "", "standard_normal"], [40, 5, 1, "", "uniform"], [40, 5, 1, "", "zeros"], [40, 5, 1, "", "zeros_like"]], "arkouda.pdarraysetops": [[41, 5, 1, "", "concatenate"], [41, 5, 1, "", "in1d"], [41, 5, 1, "", "indexof1d"], [41, 5, 1, "", "intersect1d"], [41, 5, 1, "", "setdiff1d"], [41, 5, 1, "", "setxor1d"], [41, 5, 1, "", "union1d"]], "arkouda.plotting": [[42, 5, 1, "", "hist_all"], [42, 5, 1, "", "plot_dist"]], "arkouda.random": [[96, 2, 1, "", "Generator"], [43, 0, 0, "-", "_generator"], [44, 0, 0, "-", "_legacy"], [96, 5, 1, "", "default_rng"], [45, 5, 1, "", "randint"], [45, 5, 1, "", "standard_normal"], [45, 5, 1, "", "uniform"]], "arkouda.random.Generator": [[45, 4, 1, "", "choice"], [96, 5, 1, "", "integers"], [45, 4, 1, "", "permutation"], [96, 5, 1, "", "random"], [45, 4, 1, "", "shuffle"], [96, 5, 1, "", "standard_normal"], [96, 5, 1, "", "uniform"]], "arkouda.random._generator": [[43, 2, 1, "", "Generator"], [43, 5, 1, "", "default_rng"]], "arkouda.random._generator.Generator": [[43, 4, 1, "", "choice"], [43, 4, 1, "", "integers"], [43, 4, 1, "", "permutation"], [43, 4, 1, "", "random"], [43, 4, 1, "", "shuffle"], [43, 4, 1, "", "standard_normal"], [43, 4, 1, "", "uniform"]], "arkouda.random._legacy": [[44, 5, 1, "", "randint"], [44, 5, 1, "", "standard_normal"], [44, 5, 1, "", "uniform"]], "arkouda.row": [[46, 2, 1, "", "Row"]], "arkouda.scipy": [[47, 2, 1, "", "Power_divergenceResult"], [47, 5, 1, "", "chisquare"], [47, 5, 1, "", "power_divergence"], [48, 0, 0, "-", "special"], [49, 0, 0, "-", "stats"]], "arkouda.scipy.Power_divergenceResult": [[47, 3, 1, "", "pvalue"], [47, 3, 1, "", "statistic"]], "arkouda.scipy.special": [[48, 5, 1, "", "xlogy"]], "arkouda.scipy.stats": [[49, 2, 1, "", "chi2"]], "arkouda.scipy.stats.chi2": [[49, 4, 1, "", "a"], [49, 4, 1, "", "b"], [49, 4, 1, "", "badvalue"], [49, 4, 1, "", "generic_moment"], [49, 4, 1, "", "moment_type"], [49, 4, 1, "", "name"], [49, 4, 1, "", "numargs"], [49, 4, 1, "", "shapes"], [49, 4, 1, "", "vecentropy"], [49, 4, 1, "", "xtol"]], "arkouda.security": [[50, 5, 1, "", "generate_token"], [50, 5, 1, "", "generate_username_token_json"], [50, 5, 1, "", "get_arkouda_client_directory"], [50, 5, 1, "", "get_home_directory"], [50, 5, 1, "", "get_username"], [50, 1, 1, "", "username_tokenizer"]], "arkouda.segarray": [[51, 1, 1, "", "LEN_SUFFIX"], [51, 1, 1, "", "SEG_SUFFIX"], [51, 2, 1, "", "SegArray"], [51, 1, 1, "", "VAL_SUFFIX"], [51, 5, 1, "", "segarray"]], "arkouda.segarray.SegArray": [[51, 4, 1, "", "AND"], [51, 4, 1, "", "OR"], [51, 4, 1, "", "XOR"], [51, 4, 1, "", "aggregate"], [51, 4, 1, "", "all"], [51, 4, 1, "", "any"], [51, 4, 1, "", "append"], [51, 4, 1, "", "append_single"], [51, 4, 1, "", "argmax"], [51, 4, 1, "", "argmin"], [51, 4, 1, "", "attach"], [51, 4, 1, "", "concat"], [51, 4, 1, "", "copy"], [51, 4, 1, "", "filter"], [51, 4, 1, "", "from_multi_array"], [51, 4, 1, "", "from_parts"], [51, 4, 1, "", "from_return_msg"], [51, 4, 1, "", "get_jth"], [51, 4, 1, "", "get_length_n"], [51, 4, 1, "", "get_ngrams"], [51, 4, 1, "", "get_prefixes"], [51, 4, 1, "", "get_suffixes"], [51, 6, 1, "", "grouping"], [51, 4, 1, "", "hash"], [51, 4, 1, "", "intersect"], [51, 4, 1, "", "is_registered"], [51, 4, 1, "", "load"], [51, 4, 1, "", "max"], [51, 4, 1, "", "mean"], [51, 4, 1, "", "min"], [51, 6, 1, "", "non_empty"], [51, 4, 1, "", "nunique"], [51, 3, 1, "", "objType"], [51, 4, 1, "", "prepend_single"], [51, 4, 1, "", "prod"], [51, 4, 1, "", "read_hdf"], [51, 4, 1, "", "register"], [51, 4, 1, "", "remove_repeats"], [51, 4, 1, "", "save"], [51, 4, 1, "", "set_jth"], [51, 4, 1, "", "setdiff"], [51, 4, 1, "", "setxor"], [51, 4, 1, "", "sum"], [51, 4, 1, "", "to_hdf"], [51, 4, 1, "", "to_list"], [51, 4, 1, "", "to_ndarray"], [51, 4, 1, "", "to_parquet"], [51, 4, 1, "", "transfer"], [51, 4, 1, "", "union"], [51, 4, 1, "", "unique"], [51, 4, 1, "", "unregister"], [51, 4, 1, "", "unregister_segarray_by_name"], [51, 4, 1, "", "update_hdf"]], "arkouda.series": [[52, 2, 1, "", "Series"]], "arkouda.series.Series": [[52, 4, 1, "", "add"], [52, 4, 1, "", "argmax"], [52, 4, 1, "", "argmin"], [52, 6, 1, "", "at"], [52, 4, 1, "", "attach"], [52, 4, 1, "", "concat"], [52, 4, 1, "", "diff"], [52, 4, 1, "", "dt"], [52, 4, 1, "", "fillna"], [52, 4, 1, "", "from_return_msg"], [52, 4, 1, "", "has_repeat_labels"], [52, 4, 1, "", "hasnans"], [52, 4, 1, "", "head"], [52, 6, 1, "", "iat"], [52, 6, 1, "", "iloc"], [52, 4, 1, "", "is_registered"], [52, 4, 1, "", "isin"], [52, 4, 1, "", "isna"], [52, 4, 1, "", "isnull"], [52, 6, 1, "", "loc"], [52, 4, 1, "", "locate"], [52, 4, 1, "", "map"], [52, 4, 1, "", "max"], [52, 4, 1, "", "mean"], [52, 4, 1, "", "memory_usage"], [52, 4, 1, "", "min"], [52, 4, 1, "", "notna"], [52, 4, 1, "", "notnull"], [52, 4, 1, "", "objType"], [52, 4, 1, "", "pdconcat"], [52, 4, 1, "", "prod"], [52, 4, 1, "", "register"], [52, 6, 1, "", "shape"], [52, 4, 1, "", "sort_index"], [52, 4, 1, "", "sort_values"], [52, 4, 1, "", "std"], [52, 4, 1, "", "str_acc"], [52, 4, 1, "", "sum"], [52, 4, 1, "", "tail"], [52, 4, 1, "", "to_dataframe"], [52, 4, 1, "", "to_list"], [52, 4, 1, "", "to_markdown"], [52, 4, 1, "", "to_pandas"], [52, 4, 1, "", "topn"], [52, 4, 1, "", "unregister"], [52, 4, 1, "", "validate_key"], [52, 4, 1, "", "validate_val"], [52, 4, 1, "", "value_counts"], [52, 4, 1, "", "var"]], "arkouda.sorting": [[53, 5, 1, "", "argsort"], [53, 5, 1, "", "coargsort"], [53, 5, 1, "", "sort"]], "arkouda.strings": [[54, 2, 1, "", "Strings"]], "arkouda.strings.Strings": [[54, 3, 1, "", "BinOps"], [54, 4, 1, "", "astype"], [54, 4, 1, "", "attach"], [54, 4, 1, "", "cached_regex_patterns"], [54, 4, 1, "", "capitalize"], [54, 4, 1, "", "contains"], [54, 4, 1, "", "decode"], [54, 3, 1, "", "dtype"], [54, 4, 1, "", "encode"], [54, 4, 1, "", "endswith"], [54, 3, 1, "", "entry"], [54, 4, 1, "", "find_locations"], [54, 4, 1, "", "findall"], [54, 4, 1, "", "flatten"], [54, 4, 1, "", "from_parts"], [54, 4, 1, "", "from_return_msg"], [54, 4, 1, "", "fullmatch"], [54, 4, 1, "", "get_bytes"], [54, 4, 1, "", "get_lengths"], [54, 4, 1, "", "get_offsets"], [54, 4, 1, "", "get_prefixes"], [54, 4, 1, "", "get_suffixes"], [54, 4, 1, "", "group"], [54, 4, 1, "", "hash"], [54, 4, 1, "", "info"], [54, 4, 1, "", "is_registered"], [54, 4, 1, "", "isalnum"], [54, 4, 1, "", "isalpha"], [54, 4, 1, "", "isdecimal"], [54, 4, 1, "", "isdigit"], [54, 4, 1, "", "isempty"], [54, 4, 1, "", "islower"], [54, 4, 1, "", "isspace"], [54, 4, 1, "", "istitle"], [54, 4, 1, "", "isupper"], [54, 3, 1, "", "logger"], [54, 4, 1, "", "lower"], [54, 4, 1, "", "lstick"], [54, 4, 1, "", "match"], [54, 3, 1, "", "nbytes"], [54, 3, 1, "", "ndim"], [54, 3, 1, "", "objType"], [54, 4, 1, "", "peel"], [54, 4, 1, "", "pretty_print_info"], [54, 4, 1, "", "purge_cached_regex_patterns"], [54, 4, 1, "", "register"], [54, 4, 1, "", "rpeel"], [54, 4, 1, "", "save"], [54, 4, 1, "", "search"], [54, 3, 1, "", "shape"], [54, 3, 1, "", "size"], [54, 4, 1, "", "split"], [54, 4, 1, "", "startswith"], [54, 4, 1, "", "stick"], [54, 4, 1, "", "strip"], [54, 4, 1, "", "sub"], [54, 4, 1, "", "subn"], [54, 4, 1, "", "title"], [54, 4, 1, "", "to_csv"], [54, 4, 1, "", "to_hdf"], [54, 4, 1, "", "to_list"], [54, 4, 1, "", "to_ndarray"], [54, 4, 1, "", "to_parquet"], [54, 4, 1, "", "transfer"], [54, 4, 1, "", "unregister"], [54, 4, 1, "", "unregister_strings_by_name"], [54, 4, 1, "", "update_hdf"], [54, 4, 1, "", "upper"]], "arkouda.timeclass": [[55, 2, 1, "", "Datetime"], [55, 2, 1, "", "Timedelta"], [55, 5, 1, "", "date_range"], [55, 5, 1, "", "timedelta_range"]], "arkouda.timeclass.Datetime": [[55, 6, 1, "", "date"], [55, 6, 1, "", "day"], [55, 6, 1, "", "day_of_week"], [55, 6, 1, "", "day_of_year"], [55, 6, 1, "", "dayofweek"], [55, 6, 1, "", "dayofyear"], [55, 6, 1, "", "hour"], [55, 6, 1, "", "is_leap_year"], [55, 4, 1, "", "is_registered"], [55, 4, 1, "", "isocalendar"], [55, 6, 1, "", "microsecond"], [55, 6, 1, "", "millisecond"], [55, 6, 1, "", "minute"], [55, 6, 1, "", "month"], [55, 6, 1, "", "nanosecond"], [55, 4, 1, "", "register"], [55, 6, 1, "", "second"], [55, 3, 1, "", "special_objType"], [55, 4, 1, "", "sum"], [55, 3, 1, "", "supported_opeq"], [55, 3, 1, "", "supported_with_datetime"], [55, 3, 1, "", "supported_with_pdarray"], [55, 3, 1, "", "supported_with_r_datetime"], [55, 3, 1, "", "supported_with_r_pdarray"], [55, 3, 1, "", "supported_with_r_timedelta"], [55, 3, 1, "", "supported_with_timedelta"], [55, 4, 1, "", "to_pandas"], [55, 4, 1, "", "unregister"], [55, 6, 1, "", "week"], [55, 6, 1, "", "weekday"], [55, 6, 1, "", "weekofyear"], [55, 6, 1, "", "year"]], "arkouda.timeclass.Timedelta": [[55, 4, 1, "", "abs"], [55, 6, 1, "", "components"], [55, 6, 1, "", "days"], [55, 4, 1, "", "is_registered"], [55, 6, 1, "", "microseconds"], [55, 6, 1, "", "nanoseconds"], [55, 4, 1, "", "register"], [55, 6, 1, "", "seconds"], [55, 3, 1, "", "special_objType"], [55, 4, 1, "", "std"], [55, 4, 1, "", "sum"], [55, 3, 1, "", "supported_opeq"], [55, 3, 1, "", "supported_with_datetime"], [55, 3, 1, "", "supported_with_pdarray"], [55, 3, 1, "", "supported_with_r_datetime"], [55, 3, 1, "", "supported_with_r_pdarray"], [55, 3, 1, "", "supported_with_r_timedelta"], [55, 3, 1, "", "supported_with_timedelta"], [55, 4, 1, "", "to_pandas"], [55, 4, 1, "", "total_seconds"], [55, 4, 1, "", "unregister"]], "arkouda.util": [[56, 5, 1, "", "attach"], [56, 5, 1, "", "attach_all"], [56, 5, 1, "", "broadcast_dims"], [56, 5, 1, "", "concatenate"], [56, 5, 1, "", "convert_bytes"], [56, 5, 1, "", "convert_if_categorical"], [56, 5, 1, "", "enrich_inplace"], [56, 5, 1, "", "expand"], [56, 5, 1, "", "generic_concat"], [56, 5, 1, "", "get_callback"], [56, 5, 1, "", "identity"], [56, 5, 1, "", "invert_permutation"], [56, 5, 1, "", "is_float"], [56, 5, 1, "", "is_int"], [56, 5, 1, "", "is_numeric"], [56, 5, 1, "", "is_registered"], [56, 5, 1, "", "map"], [56, 5, 1, "", "most_common"], [56, 5, 1, "", "register"], [56, 5, 1, "", "register_all"], [56, 5, 1, "", "report_mem"], [56, 5, 1, "", "sparse_sum_help"], [56, 5, 1, "", "unregister"], [56, 5, 1, "", "unregister_all"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "data", "Python data"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "function", "Python function"], "6": ["py", "property", "Python property"], "7": ["py", "exception", "Python exception"]}, "objtypes": {"0": "py:module", "1": "py:data", "2": "py:class", "3": "py:attribute", "4": "py:method", "5": "py:function", "6": "py:property", "7": "py:exception"}, "terms": {"": [0, 1, 2, 3, 20, 21, 22, 24, 25, 26, 28, 29, 30, 31, 32, 37, 38, 39, 49, 50, 51, 52, 54, 55, 56, 58, 61, 62, 66, 75, 76, 77, 80, 81, 82, 84, 87, 88, 89, 91, 92, 93, 95, 97, 98, 100, 101], "0": [0, 3, 6, 11, 15, 16, 20, 21, 22, 24, 26, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 55, 56, 58, 59, 60, 66, 67, 68, 73, 76, 77, 79, 80, 82, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "00": [24, 28, 59], "00000000000000000": [24, 28, 29, 37, 48, 56, 91], "00000000000003": [26, 28, 92], "00018361238254747651": 59, "0001_0d4865d7c9453adc6af6409568da326845c358b9_20230406_165330": 59, "0002": 59, "0002090000002681336": 59, "0009575499998391024": 59, "001": 49, "001326192548940973": 59, "0014_31de39be8b19c76d073a8999def6673a305c250d_20230405_145759_uncommit": 59, "0015_31de39be8b19c76d073a8999def6673a305c250d_20230405_145947_uncommit": 59, "00383609999971668": 59, "0039507749997937935": 59, "0040258999997604406": 59, "004057779999857303": 59, "004066600000442122": 59, "004131924999910552": 59, "004159775000061927": 59, "004246700000294368": 59, "0043372999998609885": 59, "0048064200000226265": 59, "005089474999749655": 59, "007168699999965611": 59, "01": [28, 40, 49, 59, 62, 64], "013": 93, "0197": 59, "02": 59, "020288899999286514": 59, "021728052940979934": [28, 43, 45, 96], "024032100000113132": 59, "03": 59, "030785499755523249": [28, 43, 45, 96], "03960235520756414": [28, 47], "04": [59, 80], "04380595350226197": [28, 47], "0441791878997098": [28, 40, 44, 45], "0472855509390593": [28, 37, 87], "04t12": 59, "04t16": 59, "05": 73, "05309592737584": [28, 37, 87], "0550596900172": 59, "055256829926011691": [28, 43, 45, 96], "05t15": 59, "06": 59, "0625": [24, 28], "07": 59, "07734942223993": 93, "083130710959903542": [28, 40, 44, 45, 90], "08505865366367038": [28, 43, 45, 96], "085536923187668": [28, 37, 87], "0889": 59, "09": [59, 76], "0954451150103321": [26, 28, 92], "097392": 59, "0b10": [28, 39], "0b100": 49, "0b101111111111111111111111111111111111111111111111111111111111111111": [28, 39], "0x1": 38, "0x1p": 38, "0x7f2cf23e10c0": [24, 28, 91], "1": [0, 1, 3, 6, 14, 19, 20, 21, 22, 24, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 57, 59, 60, 62, 63, 66, 67, 68, 71, 73, 76, 77, 78, 79, 80, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "10": [3, 21, 24, 26, 28, 31, 37, 38, 39, 40, 42, 43, 44, 45, 47, 49, 51, 52, 53, 54, 56, 58, 59, 66, 75, 77, 79, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98], "100": [24, 28, 37, 39, 42, 49, 52, 56, 59, 66, 87], "1000": [24, 28, 29, 33, 49, 85, 93], "10000": 22, "100000": 66, "100000000": 82, "101": 54, "1024": [1, 28, 39], "104": 54, "105": [0, 22], "1073741824": [24, 28, 91], "1074": 38, "108": [26, 28, 92], "109302162163285": [28, 47], "11": [3, 24, 28, 37, 38, 51, 56, 59, 64, 66, 67, 87, 88, 91, 93, 94, 97], "110": 54, "110680464442257309696": [3, 28], "110680464442257309708": [3, 28], "111": [24, 28, 54, 91], "11111111111111116": [26, 28, 92], "114": 54, "116": 54, "119": 54, "12": [3, 24, 26, 28, 31, 37, 47, 51, 54, 56, 59, 79, 87, 88, 92, 94, 97], "120": 54, "121": 54, "122": 54, "1234": [21, 24, 28, 31, 39, 51, 54, 62], "1235": [21, 24, 28, 31, 39, 51, 54], "1236": [21, 24, 28, 31, 39, 51, 54], "1237": [21, 24, 28, 31, 39, 51, 54], "127": [38, 60], "128": [21, 28, 37, 38, 51, 54], "13": [28, 37, 43, 45, 56, 59, 76, 79, 87, 88, 93, 94, 96], "134": [28, 37, 87], "14": [24, 26, 28, 43, 45, 49, 54, 59, 66, 67, 76, 87, 88, 92, 94, 96], "14159": [28, 37, 38], "1436": 59, "15": [3, 21, 24, 28, 43, 45, 54, 77, 88, 94, 96], "1514764800000000000": [28, 40], "15461882265": 73, "158": 59, "1598310770203937": [28, 37, 87], "16": [24, 28, 37, 38, 43, 45, 56, 59, 60, 61, 76, 77, 87, 88, 94, 96], "160": [28, 39], "1622479306453748": [28, 37, 87], "16400145561571539": [28, 43, 45, 96], "166020696663385964564": [3, 28], "166020696663385964574": [3, 28], "17": [59, 66, 88, 94], "1723810583573375": [28, 40, 44, 45], "18": [24, 28, 39, 43, 45, 59, 87, 88, 94, 96], "18446744073709551616": [28, 39, 40], "18446744073709551617": [28, 39, 40], "18446744073709551618": [28, 39, 40], "18446744073709551619": [28, 39, 40], "18446744073709551620": [28, 39, 40], "1882": 59, "18_446_744_073_709_551_615": 38, "19": [28, 37, 56, 88, 94], "1923875335537315": [28, 43, 45, 96], "196608": 59, "1_2___": [35, 54, 101], "1d": [28, 41, 51, 52, 97, 98, 99], "1e": 49, "1string": 54, "2": [0, 3, 20, 21, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 58, 59, 60, 62, 66, 67, 68, 75, 76, 77, 78, 79, 80, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "20": [1, 3, 24, 28, 37, 43, 45, 47, 62, 66, 79, 80, 87, 88, 94, 96], "2000": 59, "2018": [28, 40], "2020": 59, "2022": 77, "2023": [59, 73, 76], "2024": [28, 47], "2047": 38, "2048": [28, 39], "208": 59, "2080": 59, "20ghz": 59, "21": [3, 28, 37, 87, 88], "210": 59, "21589865655358": [28, 37, 87], "22": [3, 28, 38, 87, 88], "2200000000": 59, "2207999000": 59, "222": [24, 28, 91], "2250": 59, "23": [3, 28, 38, 39, 88], "2324_pytest_benchmark_doc": 59, "236": 59, "24": [3, 28, 29, 37, 39, 52, 59, 79, 87, 88], "246": 59, "25": [3, 26, 28, 29, 31, 38, 39, 40, 52, 56, 88, 90, 92], "255": 38, "256": [28, 39, 59], "2561": 59, "26": [59, 88], "263": 59, "264": 59, "267": 59, "27": [24, 28, 39, 59, 66, 88], "28": [56, 88], "281": 59, "29": 88, "2_147_483_647": 38, "2_147_483_648": 38, "2\u00b3x\u2087": 54, "2\u00b3\u2087": 54, "3": [20, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 56, 58, 59, 66, 67, 68, 76, 77, 79, 82, 83, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 99, 101], "30": [3, 28, 29, 47, 52, 56, 63, 79, 88], "3000": [28, 52], "30013431967121934": [28, 40, 44, 45], "3025850929940459": [28, 37, 87], "31": [62, 80], "317766166719343": [28, 48], "31de39be8b19c76d073a8999def6673a305c250d": 59, "32": [28, 37, 38, 39, 50, 59, 66, 68, 76, 77], "3219280948873626": [28, 37, 87], "324": 38, "32_767": 38, "32_768": 38, "33": [28, 37, 87], "3304": 59, "3306": 59, "333": [24, 28, 91], "333333333333333": [26, 28, 92], "33333333333333326": [26, 28, 92], "33333333333333337": [26, 28, 92], "33333333333333348": [26, 28, 92], "333333333333334": [28, 47], "35": 66, "350": 59, "35000": 66, "353429832157099": [28, 40, 44, 45, 90], "36": [49, 93], "3620": 59, "36893488147419103233": [3, 28], "37": 66, "3805": 59, "384": [28, 39], "38552048588998722": [28, 43, 45, 96], "3890560989306504": [28, 37, 87], "39": [24, 28, 59], "3dnowprefetch": 59, "3q4kc": [28, 40], "4": [20, 21, 24, 26, 28, 29, 31, 35, 37, 38, 39, 40, 41, 43, 44, 45, 48, 49, 51, 52, 53, 54, 56, 59, 66, 68, 76, 77, 79, 84, 86, 87, 88, 90, 91, 92, 93, 94, 95, 96, 97, 99, 101], "40000": [24, 28], "4097": 59, "4110385860243131": [28, 37, 87], "4142135623730951": [28, 39], "41619265571741659": [28, 40], "4177": 59, "42": 94, "4231": 59, "4298": 59, "4328": 59, "44017172817806": 59, "4444": 59, "45": [28, 37], "450": [28, 37, 87], "454368507659211": [28, 37, 87], "457": 22, "46": [28, 37, 52, 87], "4608": [28, 39], "4621": 59, "4657359027997265": [28, 48], "47108547995356098": [28, 43, 45, 96], "47383036230759112": [28, 40, 44, 45], "478894913238722": [28, 37, 87], "48": [28, 29, 52], "4869": 59, "4875": 59, "4930614433405491": [28, 48], "494295836924771": [28, 37, 87], "4_294_967_295": 38, "4k": [28, 40], "5": [3, 20, 21, 22, 24, 26, 28, 29, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 49, 51, 52, 53, 54, 56, 59, 66, 67, 68, 70, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 95, 96, 97, 99, 101], "50": [59, 66], "500": [22, 60, 63], "5000": [24, 28], "512": [28, 39], "52": [38, 66], "5246": 59, "5255": 59, "5275252316519465": [26, 28, 92], "53": [28, 37], "5306": 59, "5392023718621486": [28, 40, 44, 45, 90], "54": [28, 37, 87], "544": 16, "55": 49, "5541": 59, "5555": [22, 73, 100], "55555555555555536": [26, 28, 92], "55555555555555558": [26, 28, 92], "5571769623557188": [28, 37, 87], "56": [28, 39, 67], "5622": 59, "5652": 59, "567584107142031": [28, 40, 44, 45], "57": 59, "5728783400481925": [28, 37, 87], "57600036956445599": [28, 40], "58": 59, "5801": 59, "5835189384561099": [28, 48], "5837": 59, "598150033144236": [28, 37, 87], "5____6___7": [54, 101], "5e": [38, 59], "5h": [28, 55], "5oz1": [28, 40], "6": [3, 20, 24, 26, 28, 29, 31, 37, 39, 40, 41, 48, 49, 51, 54, 56, 59, 66, 76, 77, 79, 80, 82, 84, 87, 88, 90, 91, 92, 93, 94, 97, 99, 101], "60": [28, 39], "6051701859880918": [28, 37, 87], "6094379124341003": [28, 48], "61": [28, 39], "6125": 59, "62": [28, 39, 59], "62511314008006458": [28, 43, 45, 96], "63": [28, 37, 39, 95], "64": [23, 28, 37, 38, 39, 40, 44, 45, 59, 90, 91, 95], "6438561897747253": [28, 37, 87], "6450": 59, "6465": 59, "647": 22, "64bit": 59, "65": [28, 39], "65_535": 38, "6615356693784662": [28, 40], "6666666666666665": [26, 28, 92], "68586185091150265": [28, 40, 44, 45], "6864": 59, "68894208386667544": [28, 40, 44, 45, 90], "7": [24, 26, 28, 29, 37, 38, 39, 40, 41, 43, 44, 45, 48, 51, 52, 53, 56, 66, 76, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 96, 97, 99], "7085325853376141": [28, 43, 45, 96], "71": 66, "710615785506533": [28, 37, 87], "7182818284590451": [28, 37, 87], "7320508075688772": [28, 39], "7336": 59, "75": [26, 28, 40, 90, 92], "75000": 66, "754": 38, "7544": 59, "7659": 59, "77000": 66, "77777777777777768": [26, 28, 92], "77777777777777779": [26, 28, 92], "7852": 59, "78523998586553": [28, 37, 87], "79": 59, "7912": 59, "7999999999999998": [26, 28, 92], "8": [24, 26, 28, 31, 37, 38, 39, 40, 43, 44, 45, 47, 48, 51, 53, 54, 59, 66, 67, 77, 79, 84, 86, 87, 88, 90, 91, 92, 94, 95, 96, 97], "80": 66, "8075": 59, "8377304471659395": [28, 48], "8380": 59, "84": 66, "84010843172504": [28, 37, 87], "86": [24, 28], "87": 59, "875": [28, 52], "8750h": 59, "8797352989638163": [28, 43, 45, 96], "88": 59, "8800": 59, "88281": [24, 28], "896": [28, 39], "9": [3, 21, 24, 26, 28, 31, 37, 39, 40, 51, 53, 54, 56, 59, 66, 76, 77, 84, 86, 87, 88, 90, 91, 92, 93, 94, 97, 101], "90": 59, "9012": 59, "9160772326374946": [28, 40, 44, 45, 90], "9177": 59, "92176432277231968": [28, 40, 44, 45, 90], "921f9f01b866ep": 38, "92233720368547758085": [3, 28], "92233720368547758090": [3, 28], "92233720368547758091": [3, 28], "92233720368547758095": [3, 28], "931": 79, "9314718055994531": [28, 48], "934176000000015": 93, "9362": 22, "94": 59, "9437184": 59, "9442193396379163": 28, "945880905466208": [28, 37, 87], "96": [28, 39], "9602": 22, "9683": 22, "984375": 38, "99": [24, 28, 49, 59, 91], "990": 79, "999": 49, "9991": 59, "99999": 0, "9999999999999982": [26, 28, 92], "999999999999ap": 38, "9_223_372_036_854_775_807": 38, "9_223_372_036_854_775_808": 38, "A": [1, 2, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 37, 39, 40, 42, 43, 45, 49, 50, 51, 52, 54, 56, 62, 66, 72, 82, 84, 87, 88, 89, 91, 93, 94, 95, 96, 97, 98, 99, 101], "AND": [26, 28, 51, 83, 92], "And": [49, 95], "As": [0, 28, 37, 39, 49, 52, 62, 67, 69, 76, 77, 84, 87, 95, 98, 101], "At": [28, 37, 39, 87], "Be": [0, 24, 28, 29, 31, 39, 54, 58], "But": [3, 28], "By": [20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 41, 51, 54, 55, 88, 92, 99, 101], "For": [0, 2, 3, 4, 16, 21, 24, 26, 28, 31, 35, 40, 43, 44, 45, 49, 53, 54, 55, 56, 58, 59, 63, 66, 71, 73, 75, 76, 77, 78, 81, 84, 86, 90, 92, 93, 94, 95, 96, 97, 99, 101], "IN": 66, "If": [0, 1, 3, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 35, 36, 37, 39, 40, 41, 43, 45, 49, 51, 52, 54, 55, 56, 58, 60, 61, 62, 63, 67, 68, 70, 73, 75, 76, 77, 78, 80, 81, 84, 87, 88, 89, 90, 91, 92, 95, 96, 97, 98, 99, 100, 101], "In": [21, 24, 26, 28, 31, 37, 39, 43, 45, 54, 58, 59, 60, 62, 63, 66, 73, 75, 76, 78, 80, 84, 87, 92, 93, 94, 96, 97, 100, 101], "It": [0, 4, 23, 24, 28, 39, 50, 51, 56, 60, 61, 64, 66, 67, 68, 70, 73, 75, 76, 77, 80, 91, 92, 97], "NO": 59, "NOT": [24, 28, 29, 31, 37, 39, 54, 75, 84, 95], "No": [28, 39, 75, 80], "Not": [28, 31, 37, 52, 55, 59, 91], "ONE": 68, "OR": [26, 28, 51, 62, 83, 92], "Of": [28, 55], "On": [21, 22, 28, 100], "One": [24, 26, 28, 29, 39, 52, 56, 66, 92, 98], "Ones": [28, 40, 90], "Or": 62, "Such": 16, "The": [0, 1, 2, 3, 4, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 62, 66, 67, 68, 69, 73, 75, 76, 77, 78, 79, 80, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101], "There": [1, 26, 28, 31, 37, 59, 66, 75, 80, 90, 99], "These": [1, 16, 24, 28, 52, 66, 68, 71, 73, 84], "To": [0, 1, 24, 26, 28, 37, 43, 45, 49, 55, 58, 59, 60, 64, 67, 73, 75, 77, 78, 88, 89, 91, 93, 95, 96, 101], "Will": 59, "With": [26, 28, 78, 88, 92, 94], "_": [3, 28, 35, 54, 101], "__": [35, 54, 101], "__4___5____6___7": [35, 54, 101], "___": [54, 101], "____": [35, 54, 101], "__all__": 58, "__allsymbols__": [28, 30], "__array_function__": 4, "__dict__": 78, "__init__": [2, 28], "__int__": 49, "__registeredsymbols__": [28, 30], "__str__": [24, 26, 28, 49, 52], "_abstractbasetim": [28, 55], "_array_object": [6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 19], "_base_unit": [28, 55], "_distn_infrastructur": 49, "_filter_arkouda_command": 27, "_get_grouping_kei": [26, 28, 92], "_length": [28, 51], "_local": [20, 21, 24, 28, 29, 31, 39, 51, 54, 68], "_locale0000": [24, 28], "_segment": [28, 51, 68], "_type": [4, 6, 7, 15], "_valu": [28, 51, 68], "_x": [24, 28], "_y": [24, 28], "a1": [28, 33, 37, 87], "a2": [28, 33, 37, 87], "ab": [9, 28, 37, 55, 83, 87], "abc": [28, 29, 67], "abil": 97, "abl": [58, 62, 68, 69, 75, 84], "abm": 59, "abocorhfm": [28, 40], "about": [21, 22, 28, 30, 39, 54, 55, 58, 59, 63, 73, 78, 87, 88, 101], "abov": [28, 43, 45, 49, 59, 64, 66, 73, 75, 76, 91, 96, 101], "abs_dt": [28, 33], "absolut": [1, 28, 37, 38, 55, 78, 87], "abstract": 27, "acceler": 61, "accept": [28, 52, 55, 59, 98], "access": [1, 2, 22, 28, 31, 50, 52, 54, 66, 71, 77, 83, 84, 96, 100], "access_channel": [22, 100], "access_token": [22, 100], "accessor": [28, 57], "accomod": [23, 28], "accomplish": [78, 84], "accord": [23, 24, 28, 29, 37, 52, 56, 91, 95], "accordingli": [28, 40, 68, 90], "account": 80, "accur": 49, "accuraci": 49, "achiev": [3, 28, 75], "aco": 9, "acosh": 9, "across": [24, 28, 31, 68, 84, 96], "act": [16, 28, 39, 58], "action": 62, "activ": [75, 76, 77, 92], "actual": [28, 33, 58, 67], "ad": [20, 21, 23, 24, 28, 29, 31, 34, 38, 39, 51, 54, 63, 65, 66, 70, 75, 84, 100], "add": [0, 1, 9, 20, 21, 24, 26, 28, 31, 43, 45, 51, 52, 58, 62, 75, 76, 77, 78, 80, 91, 92, 96], "addentri": 58, "addit": [1, 26, 28, 37, 42, 43, 45, 58, 60, 68, 70, 76, 95, 96, 99, 100], "addition": [78, 85], "address": [0, 22, 23, 28, 100], "adher": 68, "advanc": 88, "adversari": [28, 37], "adx": 59, "ae": 59, "affect": [23, 28, 43, 45, 96], "after": [0, 21, 24, 28, 54, 62, 64, 75, 91, 96, 101], "ag": 66, "again": [0, 64, 66, 67, 75, 76], "against": [21, 28, 51, 54, 59, 66, 84, 97, 101], "aggreg": [1, 24, 26, 28, 51, 56, 66, 83, 84, 92], "aggress": 84, "aid": [66, 68], "aim": 66, "ak": [0, 1, 3, 9, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 63, 64, 66, 67, 73, 75, 78, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101], "ak_arr": 66, "ak_data": [28, 31, 84], "ak_df": [24, 28, 42, 91], "ak_in1d": 66, "ak_in1dmult": 66, "ak_in1dmulti": 66, "ak_int": 66, "ak_intmult": 66, "ak_io_benchmark": 59, "aka": 50, "akab": 28, "akbool": 28, "akcast": 28, "akfloat64": 28, "akint64": [28, 40, 43, 44, 45], "akstat": [28, 47], "aku": [3, 28, 29, 46, 85], "akuint64": 28, "algorithm": [28, 37, 53, 56, 73, 86], "alia": [24, 26, 28, 38, 51, 52, 55, 91, 92], "alias": [28, 55], "alic": [24, 28, 91], "align": [28, 29, 57], "all": [0, 3, 4, 16, 17, 20, 21, 22, 24, 26, 28, 29, 30, 31, 34, 35, 36, 37, 39, 40, 41, 42, 43, 45, 51, 54, 55, 56, 58, 59, 62, 63, 64, 67, 68, 70, 73, 76, 77, 78, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 101], "all_scalar": [25, 28, 40, 90], "allclos": 49, "alloc": 22, "allow": [0, 21, 23, 24, 28, 29, 31, 34, 39, 40, 43, 44, 45, 47, 51, 52, 54, 56, 59, 60, 66, 68, 69, 71, 78, 80, 84, 90, 96, 97], "allow_error": [24, 28, 29, 31, 39, 54, 84], "allow_list": [28, 29, 85], "allsymbol": [28, 30], "almost": [89, 91, 95, 101], "alnum": 54, "alon": [89, 101], "along": [24, 26, 28, 37, 40, 90, 99], "alongsid": [28, 31], "alpha": [49, 54, 59, 82], "alphabet": 54, "alphanumer": 54, "alreadi": [0, 1, 21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 63, 67, 68, 70, 75, 89, 92, 99], "also": [1, 3, 4, 21, 23, 26, 28, 33, 37, 40, 41, 49, 51, 52, 54, 61, 63, 66, 67, 69, 70, 71, 73, 76, 80, 84, 90, 94, 95, 97, 99, 101], "altern": [1, 28, 49, 52, 62, 63, 75, 77, 80], "alwai": [0, 26, 28, 31, 39, 55, 67, 84, 87, 89, 91, 92, 93, 95, 101], "amount": [22, 24, 28, 39, 78, 91, 101], "an": [0, 1, 3, 4, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 37, 39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 69, 70, 73, 76, 80, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "anaconda": [1, 73, 75, 80, 81], "anaconda3": [75, 76, 77], "analog": [26, 28, 38, 55, 92], "analyt": 72, "angl": [28, 37], "ani": [0, 3, 17, 20, 21, 24, 26, 28, 29, 30, 31, 32, 37, 39, 40, 43, 45, 51, 52, 54, 58, 59, 62, 64, 68, 70, 76, 77, 83, 87, 91, 92, 93, 95, 96, 97, 101], "anim": [28, 52], "animal_1": [24, 28], "animal_2": [24, 28], "annot": 16, "anoth": [0, 24, 26, 28, 31, 37, 39, 54, 68, 73, 77, 80, 84, 91, 92, 94, 95, 97, 101], "anyon": 0, "anyth": [0, 28, 39, 62], "anywai": [0, 90], "api": [1, 4, 7, 9, 10, 14, 16, 17, 24, 26, 28, 52, 56, 58, 72, 92, 95], "api_specif": [7, 28, 56], "apic": 59, "app": 80, "appear": [3, 21, 24, 26, 28, 29, 31, 39, 41, 52, 54, 62, 92, 93], "append": [20, 21, 24, 26, 28, 29, 31, 39, 41, 51, 54, 68, 70, 83, 90, 92, 101], "append_singl": [28, 51, 83, 97], "appli": [3, 24, 26, 28, 37, 59, 87, 91, 92, 101], "applic": [26, 28, 37, 84, 90, 92, 99], "apply_permut": [24, 28, 91], "appreci": 0, "approach": [78, 97], "appropri": [0, 24, 28, 31, 58, 62, 69, 73, 75, 79, 84], "approv": 0, "approxim": [24, 28], "apt": 76, "ar": [0, 1, 3, 4, 16, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 43, 45, 49, 50, 51, 52, 53, 54, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 70, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "arang": [3, 6, 20, 24, 26, 28, 31, 37, 39, 40, 41, 42, 43, 45, 51, 52, 56, 58, 66, 83, 84, 87, 88, 90, 91, 92, 93, 94, 95, 97, 99], "arbitrari": [24, 28, 91], "arbitrarili": [21, 28], "arcco": [9, 28, 37], "arccosh": [9, 28, 37], "arch": 59, "arch_cap": 59, "arch_string_raw": 59, "architectur": 59, "archiv": 76, "arcsin": [9, 28, 37], "arcsinh": [9, 28, 37], "arctan": [9, 28, 37], "arctan2": [9, 28, 37], "arctanh": [9, 28, 37], "area": [49, 59], "aren": [16, 76, 77], "arg": [0, 3, 24, 26, 28, 29, 38, 40, 49, 51, 52, 55, 56, 58, 78, 90, 92], "arg1": 58, "argmax": [12, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "argmaxk": [28, 39, 83, 87, 93], "argmin": [12, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "argmink": [28, 39, 83, 87, 93], "argpars": 79, "args1": [3, 28], "args2": [3, 28], "argsort": [14, 21, 22, 24, 26, 28, 29, 39, 53, 83, 86, 87, 89, 91, 92, 101], "argument": [2, 3, 23, 24, 26, 28, 37, 39, 43, 45, 49, 51, 52, 54, 56, 58, 73, 78, 96, 98], "arithmet": [83, 95], "arkodua": [67, 68], "arkouda": [57, 59, 62, 64, 65, 69, 71, 79, 80, 81, 82, 83, 84, 86, 87, 89, 90, 92, 93, 94, 95, 99], "arkouda_arrow_path": 1, "arkouda_client_directori": [1, 50], "arkouda_client_mod": 1, "arkouda_client_timeout": 1, "arkouda_config_fil": [63, 78], "arkouda_develop": [1, 63], "arkouda_full_stack_test": 1, "arkouda_hdf5_path": 1, "arkouda_hom": 1, "arkouda_iconv_path": 1, "arkouda_idn2_path": 1, "arkouda_key_fil": 1, "arkouda_log_level": [1, 28], "arkouda_mem_alloc": 22, "arkouda_numlocal": 1, "arkouda_password": 1, "arkouda_print_passes_fil": 1, "arkouda_quick_compil": [1, 63, 77], "arkouda_root": 59, "arkouda_serv": [1, 22, 25, 28, 60, 63, 64, 73, 75, 78, 100], "arkouda_server_aggregation_dst_buff_s": 1, "arkouda_server_aggregation_src_buff_s": 1, "arkouda_server_aggregation_yield_frequ": 1, "arkouda_server_connection_info": 1, "arkouda_server_host": 1, "arkouda_server_port": 1, "arkouda_server_user_modul": [1, 78], "arkouda_skip_check_dep": 1, "arkouda_supported_dtyp": [25, 28], "arkouda_tunnel_serv": 1, "arkouda_typ": [24, 28, 29, 31, 39, 54], "arkouda_verbos": 1, "arkouda_vers": 68, "arkouda_zmq_path": 1, "arkoudalogg": [26, 28, 34, 54, 92], "arkoudavers": 0, "arm64": 77, "around": [0, 4, 16, 23, 28, 49, 62, 64], "arr": [28, 41], "arrai": [3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 59, 67, 68, 73, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 101], "arraryview": [20, 28, 88], "array_api": [28, 57], "array_of_size_rank": 68, "array_view": [28, 31, 57, 88], "arrays_and_dtyp": 7, "arraysetop": [58, 99], "arraysetopsmsg": 58, "arrayview": [20, 28, 31, 37, 39, 83, 84, 95], "arri": 56, "arrow": [1, 79], "artifact": 50, "as_compon": [28, 56], "as_index": [24, 28, 91], "as_integer_ratio": 38, "as_perc": 22, "as_seri": [24, 28], "asarrai": [4, 6, 16], "ascend": [24, 26, 28, 29, 37, 39, 52, 85, 91, 93, 98], "ascii": 59, "asia": [28, 55], "asin": 9, "asinh": 9, "ask": 0, "aslogg": 58, "assembl": 54, "assert": [25, 28], "assig": 94, "assign": [0, 21, 24, 26, 28, 52, 67, 68, 83, 89, 92, 97, 101], "assist": [0, 78], "associ": [0, 1, 24, 28, 31, 43, 45, 52, 56, 59, 62, 84, 96, 97, 98], "assum": [2, 24, 26, 28, 31, 40, 41, 52, 62, 67, 68, 69, 76, 77, 81, 84, 91, 92, 98, 99], "assume_sort": [26, 28, 92, 99], "assume_uniqu": [28, 41, 99], "assumpt": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "ast": 79, "astyp": [7, 24, 28, 39, 54], "atan": 9, "atan2": 9, "atanh": 9, "attach": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "attach_al": [28, 56], "attach_pdarrai": [28, 39], "attahc": [28, 39], "attempt": [21, 24, 26, 28, 29, 31, 39, 51, 52, 53, 54, 55, 75, 84, 91, 92], "attent": 59, "attrib": 58, "attribut": [20, 21, 24, 29, 31, 39, 54, 55, 84, 88, 95], "attributi": [28, 39, 95], "authent": [22, 50, 73, 100], "author": 0, "author_tim": 59, "auto": [49, 57, 62], "autoapi": [57, 79], "autoclass": 85, "autom": [1, 62], "automat": [1, 21, 28, 31, 52, 68, 84, 89, 98], "autosav": 59, "av": 58, "avail": [1, 22, 28, 31, 39, 43, 49, 59, 64, 68, 80, 84, 93, 96], "avail_mem": 22, "averag": [26, 28, 39, 40, 59, 87, 92], "avoid": [0, 61, 64], "avx": 59, "avx2": 59, "awar": 0, "awk": 80, "ax": [0, 4, 11, 16, 24, 28, 49], "axi": [10, 11, 12, 14, 15, 17, 19, 24, 28, 29, 42, 51, 52, 53, 86, 91, 97, 98], "b": [21, 22, 24, 26, 28, 29, 31, 33, 37, 38, 39, 40, 41, 42, 43, 45, 49, 51, 52, 53, 54, 56, 66, 82, 86, 87, 91, 92, 93, 94, 95, 96, 97, 99, 101], "back": [23, 24, 26, 28, 56, 58, 61, 64, 84, 92], "backbon": 95, "backend": [24, 28, 52, 61, 75], "backward": [28, 51, 56, 97], "badvalu": 49, "balanc": [21, 28, 54], "bandwidth": [28, 40, 84], "base": [0, 1, 2, 3, 4, 13, 16, 20, 21, 23, 24, 27, 28, 29, 31, 34, 37, 38, 39, 43, 46, 47, 49, 53, 55, 56, 62, 75, 77, 81, 83, 84, 85, 86, 87, 88, 89, 91, 95, 96, 98, 101], "bash": [76, 77], "bashrc": [76, 77, 80], "basic": [22, 28, 29, 39, 50, 62, 80, 88, 95], "bear": [0, 62, 76, 77], "becaus": [20, 21, 24, 28, 29, 31, 37, 40, 44, 45, 51, 54, 63, 66, 67, 68, 69, 73, 84, 89, 90, 91, 97, 101], "becom": [28, 37], "been": [1, 21, 22, 24, 28, 31, 39, 41, 51, 54, 60, 61, 62, 75, 78, 87, 89, 90], "befor": [0, 28, 55, 59, 75, 84], "begin": [0, 54, 94, 101], "behav": [0, 20, 28, 88], "behavior": [0, 4, 24, 28, 39, 40, 43, 44, 45, 87, 88, 90, 91, 96, 101], "being": [20, 24, 28, 29, 31, 37, 39, 52, 66, 68, 69, 70, 78, 84, 88, 91, 94, 98], "believ": 62, "belong": [21, 28, 89], "below": [28, 42, 49, 59, 60, 66, 75, 76, 77, 79, 84, 91], "bench_decod": 59, "bench_encod": 59, "benchmark": [63, 65, 78, 82], "benchmark_v2": 59, "benefici": [59, 70], "best": [0, 3, 28, 49], "better": [20, 21, 24, 28, 29, 31, 39, 51, 54], "between": [1, 21, 22, 24, 28, 33, 37, 39, 40, 54, 55, 56, 59, 66, 78, 90, 93, 95, 101], "beyond": [28, 39, 66, 87], "bi": [28, 37], "bi_end": [3, 28], "bi_start": [3, 28], "bi_val": [3, 28], "bia": 28, "biggest": 63, "bigint": [25, 28, 37, 39, 40, 59, 84, 90], "bigint_from_uint_arrai": [3, 28, 39, 40], "bigint_to_uint_arrai": [28, 39, 40], "bin": [28, 37, 39, 42, 49, 75, 76, 77, 80, 93], "binari": [23, 28, 40, 76, 77, 87], "binop": [21, 24, 28, 31, 39, 51, 54], "bit": [0, 7, 21, 23, 28, 37, 38, 39, 40, 51, 54, 59, 63, 84, 88, 90, 91, 95], "bit_count": 38, "bittyp": [25, 28], "bitvector": [23, 28], "bitwis": [26, 28, 92, 95], "bitwise_and": 9, "bitwise_invert": 9, "bitwise_left_shift": 9, "bitwise_or": 9, "bitwise_right_shift": 9, "bitwise_xor": 9, "black": 0, "block": [0, 21, 28, 41, 54, 58, 66, 73, 90], "bmi1": 59, "bmi2": 59, "bob": [24, 28, 91], "bodi": 0, "bool": [3, 6, 7, 8, 11, 12, 14, 15, 17, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 51, 52, 53, 54, 55, 56, 59, 68, 82, 84, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "bool_": [21, 28, 38, 39, 54, 55, 93], "bool_onli": [24, 28], "bool_scalar": [25, 28], "boolean": [3, 7, 21, 24, 26, 28, 35, 37, 38, 39, 41, 51, 52, 54, 66, 68, 87, 89, 91, 92, 94, 95, 97, 98, 99, 101], "boost": 75, "borrow": 58, "both": [22, 24, 26, 28, 31, 33, 37, 39, 41, 55, 63, 66, 68, 69, 73, 75, 84, 89, 99, 101], "bottleneck": 61, "bottom": [28, 39, 62], "bound": [28, 39, 40, 44, 45, 51, 55, 90, 97], "boundari": [28, 43, 45, 55, 96], "box": 62, "branch": [0, 58, 59, 62, 75], "brand_raw": 59, "brew": 77, "bring": 62, "broad": 0, "broadcast": [11, 24, 26, 28, 37, 39, 56, 83, 87, 92], "broadcast_arrai": 11, "broadcast_dim": [28, 56], "broadcast_to": 11, "broadcast_to_shap": [28, 39], "broken": 58, "brotli": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "brown": 66, "browser": 75, "buffer": [1, 24, 26, 28, 49, 52], "bug": [62, 65], "build": [1, 26, 28, 59, 62, 65, 73, 76, 80, 92, 100], "build_from_compon": [26, 28, 83, 92], "built": [0, 20, 21, 28, 39, 54, 60, 62, 63, 64, 73, 75, 77, 78, 84, 88, 89, 95, 101], "builtin": [28, 38, 39], "bundl": [76, 77], "button": 62, "bydayofweek": 92, "byte": [20, 21, 24, 25, 28, 29, 31, 33, 38, 39, 40, 49, 52, 54, 56, 68, 73, 84, 88, 89, 91, 95, 101], "bytearrai": 49, "byteord": [25, 28], "bytes_attrib": 54, "bytes_or_buff": [24, 26, 28, 49, 52], "bytes_s": 54, "c": [16, 20, 21, 24, 28, 29, 38, 39, 40, 41, 42, 51, 52, 54, 56, 59, 61, 63, 76, 82, 88, 91, 95, 97, 99, 101], "c1": [28, 37, 87], "c2": [28, 37, 87], "c_string": 68, "cach": [2, 21, 28, 54], "cached_regex_pattern": 54, "cachedaccessor": [2, 28], "calc_string_offset": [28, 31, 84], "calcul": [24, 26, 28, 31, 39, 41, 49, 59, 68, 84, 87, 92, 93, 99], "calculu": [35, 101], "call": [21, 22, 23, 24, 26, 28, 31, 39, 40, 43, 44, 45, 49, 51, 52, 54, 58, 66, 70, 73, 75, 77, 78, 84, 87, 88, 90, 91, 92, 95, 96, 100], "callabl": [4, 23, 24, 28, 91], "callback": [23, 28], "caller": [24, 28, 52, 91], "came": [28, 51, 97], "can": [1, 3, 16, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 44, 45, 49, 50, 51, 52, 54, 55, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 79, 80, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "can_cast": 7, "cancel": [28, 37], "cannot": [3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 51, 52, 54, 55, 70, 80, 84, 88, 89, 92, 95, 101], "canon": 38, "capac": [28, 37, 95], "capit": 54, "capitilz": 54, "captur": [1, 35, 101], "care": 59, "carol": [24, 28, 91], "carri": [28, 55], "cartesian": 88, "case": [21, 22, 26, 28, 29, 31, 37, 39, 43, 45, 49, 52, 54, 55, 59, 61, 66, 67, 68, 70, 75, 76, 78, 80, 87, 96, 98], "cask": 77, "caskroom": [75, 77], "cast": [3, 4, 23, 28, 37, 39, 40, 54, 58, 83, 84, 90, 101], "castabl": [28, 48], "cat": [21, 28, 31, 80], "catch": 0, "categor": [24, 26, 28, 29, 31, 37, 41, 52, 53, 56, 57, 83, 84, 86, 87, 90, 91, 92, 93, 95, 98, 99], "categori": [0, 21, 28, 53, 62, 68, 83, 86, 89], "categorical_arrai": [21, 28], "categorical_test": 0, "categoricaltest": 0, "cattwo": [21, 28], "caus": [20, 21, 24, 28, 29, 31, 39, 51, 54, 73, 75], "caution": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "ccflag": 1, "cd": [60, 73, 76, 77, 79], "cdf": 49, "cdoubl": 38, "ceil": [9, 28, 37], "cell": [24, 28], "cento": 76, "central": 49, "certain": [28, 39, 60, 78, 87], "cfg": [1, 63, 64, 78], "cfloat": 38, "chang": [1, 23, 24, 28, 29, 31, 39, 43, 59, 62, 64, 73, 76, 77, 79, 84, 87, 91, 96], "channel": [22, 100], "chapel": [22, 28, 37, 43, 58, 61, 63, 68, 72, 73, 75, 78, 79, 80, 81, 95, 96, 100, 101], "chapel_vers": 73, "char": [38, 54], "charact": [21, 22, 23, 27, 28, 38, 40, 52, 54, 78, 101], "check": [0, 1, 3, 16, 20, 21, 24, 26, 28, 29, 31, 37, 39, 49, 51, 54, 56, 58, 62, 63, 64, 82, 89, 99, 100, 101], "check_np_dtyp": [25, 28], "checker": 16, "checkout": 64, "chi": [28, 47, 49], "chi2": 49, "chipset": 77, "chisquar": [28, 47], "choic": [28, 40, 43, 45, 75], "choos": [28, 37, 62, 77, 80, 87, 100], "chosen": [3, 28, 37, 39, 87, 95, 97], "chpl": [1, 58, 63, 75, 76, 77, 78], "chpl_comm": [60, 76, 77], "chpl_debug_flag": 1, "chpl_develop": [63, 77], "chpl_flag": [1, 61], "chpl_gasnet_cfg_opt": 60, "chpl_gmp": [76, 77], "chpl_home": [60, 76, 77], "chpl_llvm": [76, 77], "chpl_re2": [76, 77], "chpl_rt_oversubscrib": 60, "chpl_target_compil": 61, "chpl_target_cpu": 77, "chpl_test_timeout": 60, "chplconfig": 76, "chpldoc": [75, 76], "chunk": [21, 28, 29, 31, 39, 51, 54], "ci": 0, "circl": [28, 37], "cl": [2, 28, 89], "clang": [61, 76], "class": [0, 40, 59, 83, 84, 85, 88, 89, 91, 92, 96, 97, 98, 101], "classmethod": [21, 23, 28, 29, 51, 89], "claus": [28, 37, 87], "clean": 75, "clear": [28, 39], "clflush": 59, "clflushopt": 59, "click": [62, 75, 81], "client": [20, 21, 24, 28, 39, 40, 54, 55, 57, 69, 75, 76, 77, 78, 79, 80, 83, 88, 89, 91, 95, 97, 101], "client_dtyp": [28, 31, 57], "clientgeneratedlog": [28, 34], "clip": [28, 37], "clone": 81, "clongdoubl": 38, "clongfloat": 38, "close": [0, 3, 28, 40, 55, 58, 66, 90], "clz": [28, 39], "cm_version": 76, "cmake": [76, 79], "cmd": [58, 78], "cmd_filter": 22, "cmov": 59, "co": [9, 26, 28, 37, 40, 83, 87, 92], "coargsort": [24, 28, 53, 83, 86, 89, 91, 101], "code": [1, 21, 28, 29, 31, 38, 47, 53, 58, 62, 63, 66, 68, 73, 78, 83, 86, 89], "coeffici": [28, 39], "col": [28, 42], "col1": [24, 28, 91], "col2": [24, 28, 91], "col2_i": [24, 28], "col2_x": [24, 28], "col3": [24, 28, 91], "col_a": [24, 28], "col_b": [24, 28], "col_c": [24, 28], "col_delim": [24, 28, 29, 31, 39, 54], "col_nam": [28, 31], "cola": 67, "colb": 67, "colc": 67, "collect": [21, 24, 26, 28, 29, 31, 39, 46, 49, 51, 54, 76, 92], "collis": [21, 28, 37, 54], "colnam": [24, 28], "column": [3, 21, 24, 26, 28, 29, 31, 39, 42, 51, 52, 53, 54, 66, 67, 70, 71, 84, 86, 92, 97, 98], "column_data": 66, "column_delim": [28, 31, 84], "column_major": [20, 28, 39, 88], "column_nam": 66, "columnar": 84, "com": [0, 28, 47, 76, 77], "combin": [24, 28, 54, 55, 56, 64], "come": [26, 28, 64, 84, 90, 99], "comma": [59, 67, 75], "command": [22, 27, 28, 39, 58, 59, 60, 62, 64, 73, 75, 77, 78, 79, 80, 100], "command_filt": [22, 27], "commandlin": 59, "commandmap": [22, 58, 78], "comment": [0, 63, 78], "commit": [0, 62], "commit_info": 59, "common": [0, 3, 26, 28, 41, 58, 80, 84, 92, 99, 101], "commonli": 66, "commun": [1, 28, 53, 62, 77, 86, 90], "compar": [49, 54, 62, 82, 84, 101], "comparison": [59, 67, 89, 95, 97, 101], "compat": [7, 9, 10, 14, 17, 21, 24, 28, 38, 39, 51, 55, 56, 91, 92], "compet": 1, "compil": [54, 61, 64, 65, 75, 76, 77, 78, 80], "complementari": [28, 39], "complet": [21, 22, 24, 28, 39, 49, 51, 54, 58, 60, 62, 75, 77, 100, 101], "complex": [3, 28, 38, 73], "complex128": [8, 25, 28, 38], "complex256": 38, "complex64": [8, 25, 28, 38], "complex_": 38, "complexflo": 38, "compliant": 4, "compon": [3, 21, 23, 24, 26, 28, 29, 30, 39, 51, 52, 54, 55, 56, 59, 68, 70, 92], "compos": [28, 38, 40, 54, 73, 84], "composit": 54, "compress": [21, 24, 28, 29, 31, 39, 51, 54, 59, 94, 97], "compris": 101, "comput": [21, 22, 24, 26, 28, 33, 37, 38, 39, 47, 48, 51, 54, 58, 66, 84, 87, 89, 91, 92, 93, 95, 97, 99, 101], "computation": 66, "compute_join_s": [28, 33], "concat": [11, 24, 28, 29, 51, 52, 91, 98], "concaten": [21, 24, 28, 41, 51, 52, 54, 56, 58, 83, 97, 98, 101], "concept": 89, "concis": 62, "concret": [25, 28], "concurr": [0, 84], "cond": [28, 37, 87], "conda": [73, 75, 76, 77, 79], "condens": [28, 51, 97], "condit": [3, 12, 24, 28, 37, 39, 49, 87], "conf": 80, "confid": 49, "config": [76, 78], "configur": [0, 1, 28, 59, 66, 73, 77, 80, 85, 91, 98], "confirm": [0, 62], "conflict": 0, "conform": 58, "conj": 9, "conjunct": [21, 28, 84, 89, 101], "connect": [21, 22, 24, 28, 29, 40, 47, 48, 50, 52, 56, 58, 63, 80, 83, 84, 91], "connect_url": [22, 73, 100], "connectionerror": [22, 100], "consecut": [28, 40, 52, 90], "consensu": [0, 62], "consequ": 76, "conserv": [23, 28], "consid": [21, 24, 28, 52, 62, 101], "consider": [26, 28, 99, 101], "consist": [0, 24, 28, 37, 66, 87, 91], "consol": 28, "constant": [24, 26, 28, 39, 83, 92], "constant_tsc": 59, "construct": [4, 16, 21, 28, 40, 43, 51, 54, 58, 66, 83, 92, 94, 96], "constructor": [21, 28, 43, 45, 51, 66, 89, 96], "consum": [28, 29, 52], "conta": [54, 101], "contain": [3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 35, 37, 39, 40, 41, 42, 43, 45, 51, 52, 53, 54, 55, 57, 58, 59, 63, 64, 66, 67, 68, 73, 78, 82, 83, 84, 86, 87, 89, 90, 91, 92, 95, 97, 98, 99, 101], "content": [1, 67, 84], "contigu": [21, 28, 33, 54], "continu": [0, 49, 62], "contribut": [24, 28, 52, 58], "contributor": [0, 28, 47], "control": [1, 23, 28, 37, 95], "conveni": [28, 76, 77, 84], "convent": [21, 28], "convers": [0, 21, 28, 84, 89, 95, 101], "convert": [4, 16, 20, 21, 23, 24, 28, 29, 37, 39, 40, 49, 51, 52, 54, 55, 56, 67, 84, 88, 89, 91, 95, 97, 98, 99, 101], "convert_byt": 56, "convert_categor": [24, 28, 31], "convert_if_categor": [28, 56], "convert_int": [24, 28], "cool": 0, "coordin": [28, 37, 88], "copi": [6, 7, 11, 20, 24, 26, 28, 29, 31, 43, 45, 51, 53, 97], "core": [24, 27, 28, 59, 62, 91], "corr": [24, 28, 39], "correct": [3, 15, 24, 28, 58, 63, 76, 80, 82, 91], "correctli": [24, 28, 80, 91], "correl": [24, 28, 39], "correspond": [3, 21, 23, 24, 26, 28, 29, 31, 32, 33, 35, 37, 39, 40, 47, 50, 51, 52, 54, 56, 58, 68, 70, 84, 87, 89, 91, 92, 93, 94, 97, 98, 101], "cosh": [9, 28, 37], "cosin": [28, 37, 87], "cosort": [3, 28], "cosorted": [3, 28], "cost": [21, 28, 89], "could": [28, 39, 42, 51, 54, 63, 78, 101], "count": [13, 24, 26, 28, 36, 37, 39, 51, 52, 54, 59, 66, 83, 87, 92, 97, 101], "counter_nam": 59, "coupl": 63, "cours": [28, 39], "cov": [28, 39], "covari": [28, 39], "cpp": 75, "cpp14": 76, "cpu": 59, "cpuid": 59, "cpuinfo_vers": 59, "cpuinfo_version_str": 59, "cpython": 59, "crazi": 1, "creat": [0, 20, 21, 23, 24, 26, 28, 29, 31, 32, 36, 38, 39, 40, 42, 49, 51, 52, 54, 55, 57, 58, 59, 62, 64, 68, 70, 73, 75, 76, 77, 78, 79, 80, 83, 84, 88, 89, 91, 92, 93, 95, 96], "create_pdarrai": [28, 58], "createsymentri": 58, "creation": [4, 16, 21, 28, 58, 62, 83], "cressi": [28, 47], "critic": [28, 34], "crucial": 63, "cryptograph": [28, 37], "csingl": 38, "csv": [24, 28, 29, 31, 39, 54, 71, 84], "csv_output": [24, 28], "ctrl": 63, "ctz": [28, 39], "cuda": [28, 39], "cumprod": [28, 37, 83, 87], "cumsum": [28, 37, 83, 87], "cumul": [28, 37, 42, 49, 82, 87], "curl": 76, "current": [0, 20, 21, 22, 24, 26, 28, 29, 30, 31, 37, 39, 40, 43, 45, 50, 54, 61, 62, 63, 67, 68, 69, 70, 76, 77, 81, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 97, 100, 101], "current_arkouda_vers": 68, "custom": [2, 28, 34, 58, 67, 75, 93], "customiz": 84, "cut": [61, 62, 64], "cwd": [28, 31, 39], "cx16": 59, "cx8": 59, "cycl": [77, 79], "d": [0, 4, 16, 21, 24, 28, 29, 38, 40, 41, 42, 43, 45, 51, 52, 54, 55, 56, 66, 82, 96, 97, 99, 101], "dai": [24, 28, 55, 62, 91, 92], "darwin": [50, 77], "dash": 62, "data": [2, 7, 20, 21, 23, 24, 25, 26, 28, 29, 31, 37, 39, 40, 41, 42, 49, 51, 52, 53, 54, 55, 56, 58, 59, 66, 69, 71, 72, 83, 85, 86, 88, 89, 90, 92, 97, 98, 100, 101], "data2": 56, "databas": [24, 28], "datafram": [2, 28, 29, 31, 42, 46, 52, 57, 69, 84, 98], "dataframegroupbi": [24, 28, 91], "datalimit": [24, 28, 91], "datapar": 77, "dataset": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 67, 68, 70, 71, 92, 101], "dataset_nam": [28, 31, 84], "datasetnam": [28, 31, 84], "datatyp": [28, 40, 48, 68], "date": [20, 28, 55, 62], "date_oper": [2, 28], "date_rang": [28, 55], "datefram": [24, 28, 91], "dateoffset": [28, 55], "datetim": [28, 31, 40, 55, 59, 84], "datetime64": [28, 40, 55], "datetimeaccessor": [2, 28], "datetimeindex": [28, 55], "datsetnam": [28, 31], "day_of_week": [28, 55], "day_of_year": [28, 55], "dayofweek": [28, 55, 92], "dayofyear": [28, 55], "dd": 62, "ddof": [26, 28, 39, 47, 55, 87, 92, 93], "de": 59, "deactiv": 75, "deal": [23, 28], "debandi99": 0, "debug": [28, 34, 58, 60, 64], "decid": 0, "decim": 54, "decod": [24, 26, 28, 49, 52, 54], "decor": 16, "decreas": [28, 39, 40, 63, 87, 90, 93], "dedup": [24, 28, 91], "dedupl": 83, "deep": [28, 51, 91], "def": [16, 58, 67, 78], "default": [1, 3, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 33, 34, 35, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 54, 55, 56, 59, 61, 67, 68, 73, 77, 78, 82, 84, 87, 88, 90, 91, 92, 93, 94, 96, 97, 98, 99, 100, 101], "default_log_format": 28, "default_rng": [28, 43, 45, 83, 96], "defaultt": [28, 34], "defautl": 77, "defin": [3, 4, 16, 21, 23, 24, 25, 26, 27, 28, 29, 31, 34, 37, 39, 40, 49, 51, 52, 54, 55, 58, 62, 88, 89, 90, 91, 92, 93, 95], "deg2rad": [28, 37], "degrad": [28, 39, 87], "degre": [26, 28, 37, 39, 47, 49, 87, 92, 93], "degred": [28, 39, 87], "deleg": [28, 37, 40, 44, 45, 90, 93], "delet": [20, 21, 22, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 59, 64, 73, 92], "delimit": [24, 28, 29, 31, 32, 39, 52, 54, 59, 62, 67, 84, 101], "delimited_file_to_dict": 32, "delta": [26, 28, 33, 39, 47, 87, 92, 93], "demo": 66, "demonstr": [0, 58], "denom": [28, 37], "denomin": [28, 37, 38, 39], "denot": [24, 28, 29, 31, 39, 49, 54, 55], "dens": [3, 21, 26, 28, 92], "densiti": 49, "dep": [1, 75, 76, 77], "depend": [28, 39, 68, 76, 77, 80, 81, 87, 97], "deprec": [21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 62, 84, 92], "dequ": [28, 40, 84], "deriv": [28, 31, 32, 34, 37, 54, 95], "descend": [14, 24, 28, 40, 52, 90, 91, 98], "describ": [58, 62], "descript": [59, 62, 66, 83], "descriptor": [2, 28, 54], "design": [0, 62, 84], "desir": [3, 22, 23, 28, 37, 39, 40, 43, 44, 45, 50, 59, 60, 73, 78, 87, 90, 93, 95, 96, 100, 101], "destin": 11, "detail": [0, 7, 16, 28, 30, 39, 49, 59, 62, 75, 76, 77, 79, 93, 100, 101], "detect": [24, 28, 31, 52, 68, 84], "determin": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 56, 62, 68, 78, 84, 89, 91, 92], "determinist": [21, 28, 41, 90], "dev": [0, 76, 77, 79], "devel": 76, "develop": [1, 21, 28, 62, 63, 64, 76, 77, 78, 81, 84], "deviat": [26, 28, 39, 40, 49, 55, 87, 92, 93], "devic": [4, 6, 16], "devicend": [28, 39], "devicendarrai": [28, 39], "devtoolset": 76, "df": [2, 24, 28, 49, 66, 91], "df1": [24, 28], "df2": [24, 28], "df_deep": 91, "df_shallow": 91, "dict": [4, 21, 22, 24, 26, 28, 29, 30, 31, 32, 43, 45, 46, 52, 56, 91, 92, 96], "dict_to_delimited_fil": 32, "dictionari": [21, 22, 24, 26, 28, 31, 32, 43, 45, 54, 56, 78, 84, 91, 92, 96], "did": [0, 22], "diff": [24, 28, 52], "diffaggreg": [24, 28], "differ": [4, 21, 22, 23, 24, 26, 28, 29, 31, 33, 37, 38, 39, 40, 41, 50, 51, 52, 54, 55, 56, 58, 59, 64, 66, 67, 68, 70, 76, 77, 83, 84, 88, 90, 91, 92, 93, 99, 100], "differenc": [24, 28], "differenti": 49, "difficult": 78, "digit": [28, 53, 54, 86], "dimens": [3, 4, 16, 20, 21, 24, 28, 37, 39, 54, 66, 68, 88, 89, 95, 97], "dimension": [3, 20, 24, 28, 37, 40, 52, 84, 88, 95, 98], "direct": [3, 28, 62, 68, 75], "directli": [4, 16, 21, 28, 39, 52, 53, 54, 66, 75, 86, 88, 89, 91, 95, 101], "directori": [20, 21, 24, 26, 28, 29, 31, 32, 39, 50, 51, 54, 59, 60, 63, 64, 73, 75, 76, 77, 78, 79, 80, 81, 82, 92], "dirti": 59, "disabl": [28, 34, 60], "disable_gc": 59, "disableverbos": [28, 34], "discard": [3, 21, 28, 89], "discard_empti": [28, 51], "disconnect": [22, 28, 39], "discourag": [88, 89, 91, 95, 97, 101], "discov": 78, "discret": [28, 43, 45, 96], "discuss": 0, "disk": [24, 28, 29, 31, 39, 54, 101], "dispatch": 58, "displai": [1, 23, 24, 28, 29, 42, 49, 52, 56, 75, 80, 91], "dist": 75, "distinct": [21, 24, 28, 89], "distribut": [20, 21, 23, 24, 26, 28, 29, 31, 39, 40, 42, 43, 44, 45, 49, 51, 54, 73, 76, 77, 84, 87, 88, 89, 90, 92, 95, 96, 99, 101], "distro": 76, "div": [28, 39], "diverg": [28, 47], "divid": [9, 28, 39], "dividend": [28, 39], "divis": [28, 39], "divisor": [26, 28, 39, 87, 92], "divmod": [28, 39], "djkba": [28, 40], "do": [1, 3, 20, 21, 22, 24, 26, 28, 29, 31, 37, 39, 51, 52, 54, 59, 63, 64, 76, 78, 79, 81, 87, 88, 91, 92, 98], "doc": [0, 24, 28, 47, 52, 58, 75, 76, 88], "docstr": [4, 7, 9, 10, 14, 16, 17, 58], "document": [0, 1, 49, 57, 58, 59, 63, 64, 66, 71, 77, 78], "doe": [20, 21, 22, 24, 26, 28, 29, 31, 32, 39, 40, 42, 49, 51, 52, 54, 63, 66, 68, 70, 84, 88, 89, 90, 91, 92, 95, 98, 100, 101], "doesn": [0, 62, 75], "dog": [24, 28, 52], "domain": [3, 28], "don": [0, 24, 28, 31, 54, 63, 64, 80], "done": [0, 24, 28, 64, 75, 78, 91], "dot": [28, 39, 62], "doubl": [38, 58], "doubt": [0, 62], "down": [22, 61, 62, 64, 73, 75, 78], "download": [73, 76, 77, 81], "draft": 62, "draw": [28, 40, 43, 44, 45, 96], "drawn": [28, 40, 43, 44, 45, 90, 96], "drop": [24, 26, 28, 39, 62, 87, 92], "drop_dupl": [24, 28, 91], "dropna": [24, 26, 28, 83, 91, 92], "dset_nam": [28, 31], "dt": [25, 28, 33, 37, 52, 95], "dtype": [3, 4, 6, 7, 15, 16, 20, 21, 24, 26, 28, 29, 31, 33, 36, 37, 39, 40, 41, 43, 44, 45, 51, 53, 54, 55, 56, 57, 58, 59, 66, 82, 83, 84, 87, 88, 90, 91, 92, 93, 94, 95, 96, 99, 101], "dtypeobject": [25, 28], "duck": 16, "due": [21, 24, 28, 31, 67, 70, 84], "duplcat": [24, 28, 91], "duplic": [0, 24, 28, 91], "durat": [28, 55], "dure": [0, 1, 28, 31, 56, 64, 66, 68, 69, 78, 79], "dynam": 28, "e": [0, 1, 2, 3, 5, 21, 23, 24, 26, 28, 31, 37, 38, 39, 40, 51, 52, 54, 55, 58, 62, 63, 64, 76, 77, 79, 84, 87, 89, 90, 92, 97, 100, 101], "each": [3, 20, 21, 22, 24, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 41, 43, 45, 51, 52, 54, 55, 56, 58, 59, 66, 68, 75, 78, 84, 87, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101], "eager": 79, "earli": 0, "earlier": [56, 66], "easi": [0, 28, 34, 59, 62, 66, 75], "easiest": 63, "easili": 66, "edg": [28, 37, 42, 93], "effect": [24, 28, 55, 64, 99], "effici": [21, 24, 28, 29, 39, 54, 97, 101], "either": [0, 21, 26, 28, 30, 31, 37, 39, 40, 41, 44, 45, 51, 52, 78, 80, 84, 97, 98, 99], "el7": 76, "elect": [68, 69], "element": [20, 21, 24, 26, 28, 32, 33, 35, 37, 39, 40, 41, 43, 45, 51, 52, 54, 55, 58, 66, 78, 83, 88, 89, 90, 91, 92, 93, 94, 95, 98, 99, 101], "elementwis": [28, 39], "elimin": [21, 28, 70], "elk": [24, 28, 52], "ellips": 62, "ellipsi": [4, 6, 7, 11, 12, 15, 16, 17, 28, 39, 40, 44, 45, 56], "els": [0, 24, 28, 52, 58, 62], "elsewher": [28, 37, 39, 87], "emploi": [28, 37], "empti": [6, 23, 24, 26, 28, 31, 37, 39, 41, 51, 52, 54, 75, 87, 90, 91, 93, 98], "empty_lik": 6, "en": [28, 47, 58], "enabl": [22, 28, 34, 39, 50, 63, 75, 76, 78, 84, 100], "enableverbos": [28, 34], "encapsul": [28, 40, 50, 54], "encod": [24, 26, 28, 49, 52, 54, 59, 101], "encoding_benchmark": 59, "encount": [0, 28, 31], "encourag": [76, 77], "end": [3, 21, 24, 28, 33, 35, 37, 39, 40, 51, 54, 55, 61, 83, 89, 90, 94, 97, 101], "endpoint": [6, 28, 43, 45, 96], "endswith": [21, 28, 54, 83, 89, 101], "enforc": [28, 37], "engin": [28, 37], "enough": [28, 38, 51, 54, 68, 76, 77, 97], "enrich_inplac": 56, "ensur": [0, 24, 28, 37, 62, 68, 75, 77, 91, 95], "enter": [28, 52, 84, 98], "entir": [24, 28, 51, 54, 59, 64, 91, 97], "entiti": 54, "entri": [3, 24, 28, 39, 52, 54, 58, 59, 91], "entropi": 49, "enum": [25, 28, 34, 37, 68], "enumer": [28, 34, 37], "env": [1, 28, 63, 73, 75, 76, 77, 79], "env_nam": 79, "environ": [50, 59, 73, 78, 79], "environmenterror": 50, "ep": 7, "equal": [9, 24, 28, 33, 37, 38, 43, 45, 49, 68, 70, 93, 96, 97], "equival": [3, 20, 21, 24, 26, 28, 31, 37, 39, 40, 41, 49, 53, 54, 55, 56, 63, 66, 86, 87, 88, 90, 99], "erm": 59, "error": [20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 32, 34, 35, 37, 39, 40, 49, 51, 52, 54, 55, 58, 68, 70, 80, 84, 87, 88, 89, 91, 92, 93, 95, 100, 101], "errormod": [28, 37, 95], "errormsg": 58, "especi": [0, 21, 24, 28, 64, 77, 89], "essenti": [24, 28, 39, 51, 54, 91, 97], "estim": [24, 26, 28, 39, 49, 87, 91, 92], "etc": [24, 28, 52, 62, 76, 80], "ethan": 0, "euler_gamma": 38, "eval": 75, "evalu": [3, 28, 39, 87, 93], "even": [21, 24, 26, 28, 38, 39, 68, 87, 91, 92, 100], "evenli": [28, 37, 40, 90, 93], "everi": [0, 1, 24, 28, 59, 91, 101], "everyth": [24, 28, 52, 61, 62], "evolv": 62, "ewab": [28, 40], "exact": 77, "exactli": [26, 28, 38, 55], "exampl": [0, 3, 16, 20, 21, 22, 24, 26, 28, 29, 31, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 59, 62, 68, 73, 75, 77, 78, 80, 84, 86, 87, 88, 90, 91, 92, 93, 95, 96, 97, 99, 100, 101], "example_featur": 0, "exce": [20, 21, 24, 28, 39, 40, 44, 45, 54, 55, 56, 84, 88, 89, 90, 91, 95, 101], "excel": 62, "except": [0, 3, 28, 37, 39, 58, 66, 76, 101], "exchang": 101, "exclud": 78, "exclus": [1, 28, 33, 40, 41, 43, 44, 45, 66, 90, 94, 96, 99], "execut": [1, 22, 27, 28, 31, 39, 54, 58, 60, 61, 63, 64, 67, 75, 76, 78, 89, 100], "exhaust": [66, 68], "exist": [20, 21, 22, 24, 26, 28, 29, 31, 32, 39, 40, 51, 52, 54, 68, 70, 75, 90, 91, 92, 100], "exist_ok": [24, 28], "exit": [73, 80], "exp": [9, 28, 37, 40, 49, 83, 87], "exp1m": [28, 37], "expand": [20, 21, 24, 28, 29, 31, 39, 51, 54, 56, 84], "expand_dim": 11, "expandus": 50, "expans": 94, "expect": [0, 20, 24, 26, 28, 29, 31, 39, 47, 49, 54, 59, 68, 76, 77, 84, 88, 92, 95], "expens": [21, 28], "experi": [0, 84], "experiment": [54, 101], "explicit": [68, 95], "explicitli": [1, 24, 28, 41, 78, 99], "explod": 76, "expm1": [9, 28, 37], "expon": 38, "exponenti": [28, 37, 87], "export": [23, 28, 31, 37, 60, 63, 75, 76, 77, 80, 93], "export_uint": [23, 28], "expos": [24, 26, 28, 43, 45, 49, 52, 95, 96], "express": [3, 21, 28, 31, 54, 59, 83, 84, 89, 91, 94, 95], "extend": 38, "extens": [2, 21, 28, 29, 31, 39, 51, 54, 75, 84], "extent": 59, "extra": [24, 28, 52], "extra_info": 59, "extract": 92, "extrem": [66, 68, 70], "ey": 6, "f": [20, 21, 24, 28, 37, 38, 39, 40, 49, 54, 73, 76, 77, 79, 84, 87, 88, 101], "f16c": 59, "f_exp": [28, 47], "f_name": 66, "f_ob": [28, 47], "face": [28, 51, 62, 95], "fact": 70, "factori": [28, 29, 54], "fail": [0, 24, 28, 31, 37, 62, 84, 91, 95], "failur": [0, 28, 31, 75, 84], "fall": [0, 56], "fals": [3, 12, 14, 15, 17, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 66, 82, 84, 85, 87, 89, 90, 91, 92, 95, 96, 97, 99, 101], "famili": 59, "fast": [1, 21, 28, 54], "faster": [3, 21, 28, 41, 63, 89, 99], "fastest": [28, 39], "featur": [60, 61, 62, 63, 65, 75, 78, 83, 84, 92], "feedback": 0, "feel": 0, "fetch": [62, 64], "few": [28, 37, 66], "ffffp10": 38, "field": [23, 28, 40, 54, 62, 84, 101], "fig": 49, "figur": [28, 42, 64], "file": [0, 1, 16, 20, 21, 24, 26, 28, 29, 31, 32, 39, 50, 51, 52, 54, 58, 60, 63, 64, 69, 70, 73, 75, 76, 77, 79, 80, 92, 101], "file_format": [20, 21, 24, 28, 29, 31, 39, 51, 54], "file_typ": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 92], "file_vers": 68, "filenam": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 84, 92], "filename_cod": [28, 31], "filenotfound": [28, 31], "filetyp": [28, 31, 84], "fill": [24, 26, 28, 39, 40, 43, 45, 52, 59, 82, 90, 92, 96], "fill_valu": [6, 28, 40], "fill_values1": [28, 52], "fill_values2": [28, 52], "fill_values3": [28, 52], "fillna": [28, 52], "fillvalu": [3, 28], "filname_cod": [28, 31], "filter": [0, 24, 27, 28, 51, 84], "filter_by_rang": [24, 28], "filtered_df": [24, 28], "final": [58, 59, 62, 75], "find": [0, 3, 21, 24, 26, 28, 36, 39, 41, 50, 52, 54, 56, 59, 62, 65, 76, 87, 92, 93, 99, 101], "find_loc": [36, 54, 83, 101], "find_match": [35, 83, 101], "findal": [36, 54, 83, 101], "finfo_object": 7, "finit": [28, 37, 38], "firewal": 80, "first": [0, 3, 24, 26, 28, 31, 32, 37, 39, 40, 41, 49, 52, 54, 56, 60, 64, 65, 66, 67, 68, 73, 75, 76, 78, 83, 84, 87, 90, 91, 92, 93, 98, 101], "fit": [0, 38, 49, 59, 62, 84], "five": [3, 28, 41, 54, 90, 101], "fix": [0, 28, 37, 49, 55, 62, 80, 101], "flag": [23, 28, 31, 42, 59, 64, 78, 84, 100], "flake8": [0, 79], "flat": [54, 101], "flatten": [28, 33, 51, 54, 68, 83, 97], "flexibl": 68, "flip": 11, "float": [3, 6, 7, 15, 22, 24, 28, 31, 37, 38, 39, 40, 43, 44, 45, 49, 56, 84, 87, 90, 91, 93, 95, 96], "float128": 38, "float16": 38, "float32": [8, 25, 28, 38, 93], "float64": [8, 24, 25, 26, 28, 29, 37, 38, 39, 40, 41, 44, 45, 47, 48, 53, 59, 67, 68, 82, 86, 87, 90, 91, 92, 93, 95, 99], "float_": 38, "float_scalar": [25, 28, 39, 40, 44, 45], "floor": [9, 28, 37, 39], "floor_divid": [9, 28, 39], "floordivis": [28, 39], "fluid": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "flush_l1d": 59, "fma": 59, "fmod": [28, 39], "fname": 66, "focus": 63, "folder": 75, "folk": 1, "follow": [0, 1, 3, 22, 28, 37, 47, 58, 59, 60, 62, 73, 75, 76, 77, 78, 79, 80, 81, 87, 89, 92, 95, 97, 99, 100, 101], "foo": [0, 2, 28], "foo_test": 0, "foopar": 0, "forc": [88, 89, 91, 95, 101], "forget": [64, 80], "fork": [0, 75, 76, 77, 81], "form": [21, 25, 28, 29, 39, 49, 50, 51, 54, 62, 78, 101], "format": [20, 21, 22, 23, 24, 28, 29, 30, 31, 39, 50, 51, 52, 54, 58, 66, 68, 69, 70, 78, 91, 97, 100, 101], "format_oth": [28, 39], "former": [28, 39, 54, 101], "fortran": [28, 39, 95], "forward": [28, 53, 80, 86, 97], "found": [1, 3, 24, 28, 29, 31, 39, 54, 58, 59, 66, 70, 77, 78, 80], "four": [3, 28, 41, 49, 54, 55, 90, 101], "fp": [28, 40], "fpu": 59, "frac": 49, "frame": [24, 28, 52, 91, 98], "frameon": 49, "free": [28, 39, 54], "freedom": [26, 28, 39, 47, 49, 87, 92, 93], "freeman": [28, 47], "freez": 49, "freq": [28, 55], "frequenc": [1, 28, 47, 55], "frequent": [28, 52, 78, 98], "friendli": [24, 28, 52], "from": [0, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 32, 34, 35, 37, 38, 39, 40, 42, 43, 44, 45, 47, 48, 49, 51, 52, 54, 56, 58, 59, 60, 62, 63, 64, 66, 67, 68, 73, 75, 76, 78, 80, 82, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 100, 101], "from_": 7, "from_cod": [21, 28, 83, 89], "from_dlpack": 6, "from_multi_arrai": [28, 51], "from_panda": [24, 28], "from_part": [28, 51, 54], "from_return_msg": [21, 23, 24, 26, 28, 29, 51, 52, 54], "from_seri": [28, 40], "fromencod": 54, "fromhex": 38, "fromright": [54, 101], "frontend": 75, "frozen": 49, "frozenset": [26, 28], "frustrat": 64, "fsgsbase": 59, "fsspec": [24, 28, 52], "full": [6, 21, 28, 35, 37, 40, 42, 49, 54, 55, 61, 63, 73, 75, 77, 81, 89, 101], "full_lik": [6, 28, 40], "fullmatch": [54, 83, 101], "fullnam": 59, "func": [16, 49], "funcion": 78, "functioanl": 97, "function": [0, 1, 16, 21, 49, 52, 54, 59, 62, 63, 66, 67, 69, 70, 73, 78, 83, 84, 85, 88, 89, 91, 92, 93, 95, 96, 97, 98, 99, 101], "furo": 79, "further": [76, 77, 81], "futur": [1, 23, 24, 28, 31, 43, 54, 84, 93, 96], "fxsr": 59, "g": [2, 21, 23, 24, 26, 28, 31, 37, 38, 39, 51, 52, 54, 55, 56, 63, 64, 66, 76, 84, 87, 89, 90, 92, 97, 100, 101], "gain": 62, "gamma": 49, "gasnet": [64, 65, 76, 77], "gasnet_masterip": 60, "gasnet_quiet": 60, "gasnet_route_output": 60, "gasnet_spawnfn": 60, "gasnet_workerip": 60, "gasnetsetup": 60, "gather": [59, 83], "gawk": 76, "gb": [22, 24, 28, 29, 52, 56], "gb_key_nam": [24, 28], "gc": [24, 28, 52], "gcc": [59, 76], "gen_rang": [28, 33], "gener": [7, 16, 21, 22, 24, 27, 28, 33, 34, 37, 38, 39, 40, 42, 43, 44, 45, 47, 49, 50, 52, 55, 57, 58, 59, 63, 64, 66, 67, 68, 70, 75, 76, 80, 82, 83, 84, 87, 90, 96, 98], "generate_histori": 22, "generate_token": 50, "generate_username_token_json": 50, "generic_concat": [28, 56], "generic_mo": 49, "generic_msg": [58, 78], "genproto": 16, "gensymentri": 58, "gent": 58, "genuineintel": 59, "get": [22, 24, 25, 27, 28, 31, 37, 51, 52, 58, 59, 62, 63, 64, 76, 80, 84, 88, 95, 97], "get_arkouda_client_directori": 50, "get_byt": 54, "get_byteord": [25, 28], "get_callback": [28, 56], "get_column": [28, 31, 67, 71], "get_config": [0, 22], "get_dataset": [28, 31, 67, 71, 84], "get_directori": 32, "get_filetyp": [28, 31], "get_home_directori": 50, "get_jth": [28, 51, 83, 97], "get_length": 54, "get_length_n": [28, 51, 83, 97], "get_match": 36, "get_mem_avail": 22, "get_mem_statu": 22, "get_mem_us": 22, "get_ngram": [28, 51, 83, 97], "get_null_indic": [28, 31], "get_offset": 54, "get_prefix": [28, 51, 54, 83, 97], "get_server_byteord": [25, 28], "get_server_command": 22, "get_suffix": [28, 51, 54, 83, 97], "get_usernam": 50, "getarkoudalogg": 28, "getcwd": [24, 28], "getdefaultencod": [24, 26, 28, 49, 52], "getgenerictypearrayentri": 58, "getgenerictypedarrayentri": 58, "getlinenumb": 58, "getmodulenam": [58, 78], "getroutinenam": 58, "getter": 54, "getvalueof": 58, "ghi": 67, "ghpage": 75, "ghz": 59, "gib": 59, "git": [0, 64, 76, 77], "github": [0, 28, 47, 62, 64, 75, 76, 77, 81], "gitk": 62, "give": [28, 39, 52, 67, 79, 98, 100], "given": [3, 16, 21, 24, 26, 28, 31, 37, 39, 40, 41, 43, 45, 49, 52, 54, 55, 56, 59, 79, 84, 89, 90, 91, 92, 96, 101], "glob": [28, 31, 84], "gmp": 77, "gnu": [61, 80], "go": [26, 28, 62, 64, 76, 80, 90], "goal": 4, "good": [0, 62, 64], "googl": 101, "got": 64, "gottfri": [35, 101], "gpu": [28, 39], "gram": [28, 51, 97], "graph": [28, 42, 92], "graphic": 62, "greater": [9, 28, 40, 43, 45, 90, 96], "greater_equ": 9, "greatli": [21, 28, 41, 90], "green": 62, "grep": [75, 80], "grid": [24, 28, 42, 52], "group": [1, 21, 24, 26, 28, 35, 51, 52, 53, 54, 59, 66, 68, 83, 86, 89, 91, 92, 98, 99, 101], "group_ani": [26, 28, 92], "group_argmaxima": [26, 28, 92], "group_argminima": [26, 28, 92], "group_maxima": [26, 28, 92], "group_mean": [26, 28, 92], "group_median": [26, 28, 92], "group_minima": [26, 28, 92], "group_num": [35, 101], "group_nuniqu": [26, 28, 92], "group_product": [26, 28, 92], "group_std": [26, 28, 92], "group_sum": [26, 28, 92], "group_var": [26, 28, 92], "groupabl": [26, 28, 41, 92, 99], "groupable_element_typ": [26, 28, 52, 98], "groupbi": [21, 24, 26, 28, 31, 51, 54, 56, 83, 89, 101], "groupby_reduction_typ": [26, 28], "groupbyclass": [24, 28, 41, 57, 91, 99], "grow": [28, 39, 87], "guarante": [21, 28, 53, 54, 86, 96, 101], "guid": [58, 73, 75, 76, 77], "guidelin": [62, 101], "gz": [73, 75, 76, 77], "gzip": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "h": [28, 37, 38, 42, 55, 82, 93, 100], "h5": [28, 31, 39, 84], "h5l": [28, 31], "h5py": [79, 84], "ha": [0, 4, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 51, 52, 54, 55, 56, 60, 62, 63, 67, 68, 78, 84, 87, 89, 90, 91, 92, 94, 95, 97, 98], "half": [3, 28, 38, 43, 45, 96], "hand": [3, 28, 62, 94], "handl": [21, 22, 24, 28, 37, 54, 69, 84, 89, 91, 95, 101], "handled_funct": 4, "handler": [24, 26, 28, 49, 52], "hang": 73, "happen": [58, 62], "has_non_float_nul": [28, 31, 84], "has_repeat_label": [28, 52], "hash": [21, 28, 37, 51, 53, 54, 86], "hasnan": [28, 52], "have": [0, 1, 3, 21, 24, 26, 28, 29, 31, 37, 39, 40, 41, 42, 43, 44, 45, 48, 51, 52, 54, 55, 56, 58, 61, 62, 63, 64, 66, 67, 68, 70, 75, 76, 77, 78, 79, 84, 87, 89, 90, 91, 92, 95, 96, 97, 98], "hd15iqr": 59, "hdf5": [1, 20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 67, 69, 70, 71, 75, 79, 84, 92, 101], "hdf5_output": [24, 28], "hdf_output": [24, 28], "head": [24, 28, 52, 62], "header": [24, 28, 29, 31, 39, 54, 84], "healthcheck": 22, "heavi": [28, 40], "hei": 62, "hello": [54, 84, 101], "hello3": 77, "help": [0, 23, 28, 78], "helper": [23, 28, 56], "henc": [28, 37], "here": [1, 54, 56, 59, 60, 63, 64, 65, 66, 68, 70, 75, 77, 78, 79, 80, 81, 100], "heroic": 61, "hex": 38, "hexadecim": 38, "hexidecim": 50, "hf": [28, 40], "hff": [28, 40], "hfmd": [28, 40], "hi": [28, 37], "hierarch": [3, 28], "high": [3, 23, 24, 28, 37, 39, 40, 43, 44, 45, 66, 90, 96], "higher": [28, 37], "highest": [24, 28, 39, 40], "highli": 76, "highlight": [1, 62, 66], "hist": [28, 37, 49], "hist_al": [28, 42], "histogram": [28, 37, 42, 49, 83], "histogram2d": [28, 37, 93], "histogramdd": [28, 37], "histori": [0, 22, 28, 57, 62], "historyaccessor": 27, "historyretriev": 27, "histtyp": 49, "hit": 63, "hog": 64, "hold": [28, 37, 49, 95], "hole": [28, 52], "home": [50, 75, 78], "homebrew": [63, 75], "homepag": 75, "homogen": [24, 28, 91], "hong_kong": [28, 55], "horizont": [28, 51, 52, 97, 98], "host": [22, 24, 28, 50, 52, 75], "hostnam": [1, 21, 22, 24, 28, 31, 39, 51, 54, 63, 73, 82, 100], "hour": [28, 55], "hous": 80, "how": [0, 20, 21, 23, 24, 28, 29, 31, 37, 39, 51, 54, 58, 59, 62, 67, 79, 88, 92, 95], "howev": [26, 28, 37, 39, 68, 75, 79, 80, 87, 89, 92], "ht": 59, "html": [7, 24, 28, 47, 52, 56, 58, 75, 88], "http": [0, 7, 24, 28, 47, 52, 56, 58, 76, 77, 88], "human": [21, 28, 30, 39, 54], "hundr": 84, "hyperbol": [28, 37], "hyperlink": 62, "hypervisor": 59, "hypothet": [26, 28, 33, 39, 87, 92], "hz_actual": 59, "hz_actual_friendli": 59, "hz_advertis": 59, "hz_advertised_friendli": 59, "i": [0, 1, 3, 4, 7, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 80, 81, 82, 83, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100], "i7": 59, "iat": [28, 52], "ibpb": 59, "ibr": 59, "ibv": 60, "iconv": [1, 75, 79], "id": [22, 59, 80, 92], "idea": [0, 62, 64, 67, 84], "ideal": [0, 62], "ident": [24, 28, 49, 56, 87, 95], "identif": [28, 34], "identifi": [0, 3, 21, 28, 31, 39, 95], "idn2": [1, 75, 79], "idna": 59, "idx": [3, 24, 28, 29, 66], "idx1": 56, "idx2": 56, "ie": [28, 40], "ieee": [38, 91, 95], "iff": [3, 21, 28, 29, 39, 52, 54, 55, 87, 93], "ignor": [16, 24, 26, 28, 31, 37, 55, 84, 91, 95], "ignore_index": [24, 28], "iinfo_object": 7, "iloc": [28, 52], "imag": 9, "imagin": 92, "imit": [28, 31], "immun": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "immut": [26, 28], "imnotok": 22, "imok": 22, "impact": [21, 26, 28, 29, 39, 51, 61, 62, 64, 92], "implement": [0, 4, 21, 22, 23, 24, 27, 28, 37, 38, 39, 41, 43, 49, 50, 51, 52, 54, 58, 67, 73, 87, 90, 96, 100, 101], "implements_numpi": 4, "impli": [3, 28, 94], "implicit": 95, "import": [21, 23, 24, 28, 29, 31, 37, 42, 47, 48, 49, 50, 52, 54, 56, 58, 62, 68, 73, 75, 78, 91, 93, 100], "import_data": [28, 31, 69, 84], "importerror": [28, 39], "impos": [28, 55], "improv": [21, 28, 41, 62, 63, 78, 90], "in1d": [21, 28, 41, 58, 66, 83, 89, 99, 101], "in1d_interv": [3, 28], "inaccess": [20, 21, 24, 28, 29, 31, 39, 51, 54], "inadvert": [23, 28], "inappropri": [3, 28], "includ": [0, 1, 3, 24, 26, 28, 29, 30, 31, 37, 39, 52, 54, 55, 58, 59, 62, 67, 68, 73, 75, 76, 78, 84, 87, 91, 92, 95, 97], "includedelimit": [54, 101], "inclus": [3, 24, 28, 37, 39, 40, 43, 44, 45, 55, 87, 90, 94, 96], "incompat": 76, "incorpor": 95, "increas": [28, 51, 97], "increment": [61, 62], "ind": 94, "independ": [28, 31, 50, 84], "index": [2, 3, 6, 20, 21, 23, 24, 26, 28, 31, 33, 35, 39, 40, 41, 51, 52, 54, 56, 57, 59, 66, 75, 82, 83, 84, 87, 89, 92, 93, 97, 98, 101], "index_label": [28, 52], "index_s": [59, 82], "indexerror": [28, 52], "indexof1d": [28, 41], "indic": [0, 3, 7, 10, 13, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 41, 51, 52, 53, 54, 55, 56, 66, 68, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 98, 99, 101], "indici": [35, 101], "individu": [28, 46, 60, 101], "inds2": 56, "ineffiec": 70, "inf": [5, 28, 37, 38], "infer": [24, 25, 26, 28, 31, 40, 68, 84], "infin": 38, "infinit": [26, 28, 37, 39, 87, 92], "info": [0, 1, 21, 24, 28, 30, 34, 39, 54], "infoclass": [28, 57], "inform": [0, 1, 4, 7, 9, 10, 14, 16, 17, 21, 22, 26, 28, 30, 39, 43, 45, 54, 59, 62, 63, 64, 66, 67, 68, 70, 71, 73, 75, 76, 77, 78, 79, 89, 96, 97, 99, 101], "infrastructur": 1, "infti": 38, "ing": [54, 101], "ingest": [84, 101], "inherit": [26, 28, 49, 92, 95], "ini": [0, 59], "init": [26, 28, 77, 92], "initi": [21, 22, 28, 39, 40, 43, 44, 45, 59, 77, 82, 89, 90, 95, 96, 100], "initialdata": [24, 28, 91], "inner": [24, 28, 33], "inplac": [24, 28, 91], "input": [16, 21, 23, 24, 26, 28, 29, 37, 38, 39, 40, 41, 51, 52, 53, 55, 56, 58, 62, 84, 86, 87, 89, 92, 95, 98, 99], "insensit": [28, 29, 39, 54, 59], "insert": [54, 101], "inspect": [78, 84], "instal": [1, 28, 39, 63, 80, 100], "instanc": [21, 23, 24, 26, 28, 39, 40, 49, 52, 54, 59, 70, 75, 78, 84, 87, 91, 92, 93, 95, 101], "instanti": 28, "instead": [21, 23, 24, 26, 28, 31, 39, 43, 45, 54, 59, 82, 84, 87, 89, 92, 96, 101], "instruct": [1, 54, 73, 76, 77, 79, 80, 81, 100], "int": [3, 4, 6, 7, 10, 11, 12, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 33, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 50, 51, 52, 54, 55, 56, 58, 68, 84, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "int16": [8, 25, 28, 38, 93], "int32": [8, 25, 28, 38, 93], "int64": [3, 8, 21, 23, 24, 25, 26, 28, 29, 31, 33, 35, 37, 38, 39, 40, 41, 43, 44, 45, 51, 53, 54, 55, 58, 59, 66, 67, 68, 82, 84, 86, 87, 89, 90, 91, 92, 93, 95, 96, 97, 99, 101], "int8": [8, 25, 28, 38, 93], "int_": 38, "int_scalar": [20, 21, 24, 25, 26, 28, 31, 37, 39, 40, 44, 45, 51, 53, 54, 55, 87, 88, 90, 92, 93, 95], "intc": 38, "integ": [1, 21, 23, 24, 26, 28, 31, 33, 37, 38, 39, 40, 41, 43, 45, 49, 55, 68, 83, 87, 88, 89, 90, 91, 92, 95, 97, 99, 101], "integr": [0, 26, 28, 31, 38, 39, 40, 44, 45, 62, 84, 90, 92], "intel": 59, "intend": [0, 21, 23, 24, 28, 37, 39, 51, 54, 67, 73, 76, 77, 85, 91, 98], "intens": [28, 53, 66, 86, 90], "interact": [63, 67, 71, 72, 73, 77, 79], "interest": 66, "interfac": [0, 62], "interleav": [21, 24, 28, 41, 90], "intermedi": [3, 28], "intern": [1, 4, 16, 28, 33, 39, 54, 62], "interoper": 0, "interpret": [22, 24, 28, 31, 49, 59, 84, 100], "intersect": [24, 26, 28, 41, 51, 66, 83, 99], "intersect1d": [21, 28, 41, 51, 58, 66, 83, 97, 99], "intersect_df": [24, 28], "interv": [3, 28, 37, 40, 43, 45, 49, 55, 90, 93, 96], "interval_lookup": [3, 28], "intp": 38, "intptr_t": 38, "introduct": 66, "inttyp": [25, 28], "intx": [24, 28], "invalid": [28, 31, 84], "invari": 1, "invers": [24, 28, 37, 49, 56, 91], "inverse_indic": 13, "invert": [9, 26, 28, 41, 99], "invert_permut": [24, 28, 56], "invok": [28, 40, 44, 45], "involv": [63, 81], "invpcid": 59, "invpcid_singl": 59, "io": [28, 57, 58, 59, 69, 70, 71], "io_compress": 59, "io_files_per_loc": 59, "io_only_delet": 59, "io_only_read": 59, "io_only_writ": 59, "io_path": 59, "io_util": [28, 57], "ior": [54, 101], "ip": [23, 28], "ip2": [23, 28], "ip_address": [23, 28, 29, 85], "ipaddress": [23, 28], "ipv4": [23, 28, 31, 84], "ipv6": [23, 28], "ipython": [22, 27, 73], "iqr": 59, "iqr_outli": 59, "is_cosort": [3, 28], "is_float": 56, "is_int": 56, "is_integ": 38, "is_ipv4": [23, 28], "is_ipv6": [23, 28], "is_leap_year": [28, 55], "is_numer": 56, "is_regist": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "is_sort": [28, 39, 83, 87, 93], "is_uniqu": [28, 29], "isaac": [35, 101], "isalnum": 54, "isalpha": 54, "isbool": 68, "isdecim": 54, "isdigit": 54, "isdisjoint": [26, 28], "isdtyp": 7, "isempti": 54, "isf": 49, "isfinit": [9, 28, 37], "isin": [24, 28, 52], "isinf": [9, 28, 37], "isinst": [21, 28, 58], "islow": 54, "isn": 64, "isna": [21, 24, 28, 52], "isnan": [9, 28, 37], "isnul": [28, 52], "isocalendar": [28, 55], "isort": 0, "isspac": 54, "issu": [21, 24, 26, 28, 58, 62, 75, 80, 92, 97], "issubset": [26, 28], "issuperset": [26, 28], "issupportedint": 28, "issupportednumb": [25, 28], "istitl": 54, "isupp": 54, "item": [3, 4, 16, 21, 24, 28, 39, 40, 41, 52, 56, 89, 91, 98, 99], "items": [20, 28, 39, 40, 54, 83, 84, 88, 95], "iter": [24, 26, 28, 31, 40, 53, 59, 83, 84, 86], "ith": [21, 28, 51, 54], "its": [3, 7, 9, 10, 14, 17, 21, 25, 28, 29, 37, 39, 51, 52, 54, 62, 68, 77, 87, 95, 97, 98, 101], "itself": [28, 39, 62], "j": [28, 51, 60, 61, 76, 77, 97], "j16": 61, "jake": 66, "jane": 66, "john": 66, "join": [24, 28, 51, 54, 57, 58, 83], "join_on_eq_with_dt": [28, 33], "json": [21, 22, 28, 30, 39, 50, 54], "jupyt": [22, 27, 73], "just": [63, 64, 95, 96], "k": [6, 28, 39, 49, 59, 87, 93], "kb": [22, 24, 28, 29, 52, 56], "keep": [0, 3, 24, 28, 66, 77, 80, 84, 91], "keepdim": [12, 15, 17], "keepparti": [54, 101], "kei": [3, 21, 24, 26, 28, 29, 30, 31, 32, 37, 41, 52, 58, 66, 68, 78, 80, 85, 91, 92, 98, 99], "kept": [24, 26, 28, 51, 91, 92], "kextrememsg": 78, "key_": 68, "keyerror": [28, 52], "keyfil": 1, "keynam": 56, "keys1": [3, 28], "keys2": [3, 28], "keyword": [0, 21, 28, 43, 45, 49, 51, 52, 90, 96, 98], "kind": [7, 25, 28], "kitwar": 76, "know": 63, "known": [0, 28, 37], "kurt": 49, "kurtosi": 49, "kwarg": [21, 24, 26, 28, 38, 40, 46, 49, 52, 55, 56, 89, 90, 92], "kwd": 49, "kwoqnphz": [28, 40], "l": [28, 31, 38, 55, 60, 62, 66, 67, 75, 84], "l1_data_cache_s": 59, "l1_instruction_cache_s": 59, "l2_cache_associ": 59, "l2_cache_line_s": 59, "l2_cache_s": 59, "l3_cache_s": 59, "l_name": 66, "label": [0, 21, 24, 26, 28, 29, 42, 49, 52, 89, 91, 92, 98], "lahf_lm": 59, "laid": 0, "lambda": [28, 47], "lambda_": [28, 47], "lang": 76, "larg": [21, 28, 38, 59, 87], "larger": [20, 21, 28, 39, 40, 54, 62, 66, 84, 88, 89, 95, 101], "largest": [28, 39, 43, 45, 52, 87, 96, 98], "last": [24, 28, 39, 40, 52, 53, 54, 62, 78, 86, 91, 98, 100, 101], "later": [28, 39, 54, 79], "latest": [7, 28, 56, 58, 76, 77, 80], "latter": [22, 101], "launch": [58, 80, 83], "layer": 84, "lb": 49, "ld15iqr": 59, "ld_library_path": 1, "lead": [28, 39, 54], "learn": [28, 55, 58, 73], "least": [0, 23, 24, 28, 39, 51, 53, 54, 86, 97], "leav": [0, 28, 37, 93], "left": [0, 3, 12, 23, 24, 28, 37, 39, 49, 53, 54, 55, 86, 93, 101], "left_align": [3, 28], "left_df": [24, 28], "left_shift": 9, "left_suffix": [24, 28], "legend": 49, "leibniz": [35, 101], "len": [26, 28, 39, 51, 54, 87, 92, 94, 97, 101], "len_suffix": [28, 51], "length": [0, 3, 21, 26, 28, 29, 31, 33, 35, 40, 41, 44, 45, 50, 51, 52, 54, 59, 68, 82, 87, 90, 92, 97, 98, 99, 101], "less": [9, 21, 26, 28, 29, 39, 43, 45, 51, 54, 96], "less_equ": 9, "lesser": 59, "let": 66, "letter": 54, "level": [1, 28, 34, 41, 52, 59, 63, 67, 68, 75, 76, 77, 78, 81, 84, 98, 99], "levelnam": 28, "leverag": [61, 76], "lexicograph": [28, 53, 62, 86], "lhdf5": 1, "lhdf5_hl": 1, "lib": [1, 75, 80, 99], "libclang": 76, "libedit": 76, "librari": [0, 1, 58, 80, 101], "libtic": 80, "libtinfow": 80, "licens": 76, "liconv": 1, "lidn2": 1, "lie": [21, 28, 37, 54], "life": [77, 79], "like": [0, 2, 3, 23, 24, 26, 28, 39, 43, 45, 55, 60, 62, 63, 64, 66, 69, 73, 75, 78, 84, 85, 91, 92, 94, 96, 98, 100, 101], "likelihood": [26, 28, 39, 47, 87, 92], "lim": 94, "limit": [0, 4, 20, 21, 28, 33, 37, 39, 40, 54, 55, 67, 70, 73, 84, 88, 89, 91, 95, 101], "linalg": [18, 28, 57], "line": [0, 28, 32, 63, 67, 73, 78, 88, 100], "linear": [28, 37, 101], "linearli": [28, 40, 55, 90], "lineno": 28, "link": [0, 1, 28, 31, 55, 62, 75, 76], "linkifi": 79, "linspac": [6, 26, 28, 37, 40, 49, 83, 87, 90, 92, 95], "linter": 0, "linux": [38, 50, 59, 75, 80, 81], "linux64": 76, "list": [0, 3, 4, 6, 11, 16, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 37, 39, 40, 41, 42, 49, 51, 52, 54, 55, 56, 58, 59, 60, 62, 63, 64, 66, 67, 71, 73, 75, 77, 78, 81, 84, 90, 91, 92, 93, 94, 95, 97, 98, 99, 101], "list_registri": [28, 30, 39], "list_symbol_t": [28, 30], "listen": [73, 100], "liter": [12, 49, 89, 101], "live": [76, 77], "ll": [63, 64, 75], "llvm": [76, 77, 80], "lm": 59, "ln": 80, "lname": 66, "lo": [28, 37], "load": [21, 24, 28, 29, 31, 39, 51, 54, 67, 68, 70, 71, 80, 84], "load_al": [21, 24, 28, 29, 31, 39, 54, 71], "loc": [28, 49, 52], "local": [0, 1, 20, 21, 22, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 56, 59, 60, 68, 73, 75, 76, 77, 84, 90, 92, 98, 100], "locale_hostnam": 22, "locale_id": 22, "localhost": [22, 73, 100], "locat": [1, 26, 28, 29, 37, 39, 49, 50, 52, 54, 59, 62, 64, 75, 80, 87, 92, 98, 101], "locationsinfo": 36, "log": [1, 9, 26, 28, 34, 37, 40, 42, 47, 48, 49, 54, 83, 87, 92], "log10": [9, 28, 37], "log1p": [9, 28, 37], "log2": [9, 28, 37], "log_lvl": [28, 34], "log_msg": [28, 34], "logaddexp": 9, "logarithm": [28, 37, 87], "logcdf": 49, "logformat": 28, "logger": [26, 28, 54, 57, 83, 92], "logic": [3, 20, 21, 28, 37, 40, 44, 45, 51, 54, 58, 83, 88, 90, 93, 97], "logical_and": 9, "logical_not": 9, "logical_or": 9, "logical_xor": 9, "loglevel": [28, 34], "logmean": [28, 40], "lognorm": [28, 40], "logpdf": 49, "logsf": 49, "logstd": [28, 40], "long": [28, 38, 51, 54, 64, 97], "longcomplex": 38, "longdoubl": 38, "longer": [24, 28, 40, 68, 79, 91], "longfloat": 38, "longlong": 38, "longnam": 49, "look": [0, 1, 58, 62, 63, 66, 78, 84, 100], "lookahead": [21, 28, 54, 89, 101], "lookbehind": [21, 28, 54, 89, 101], "lookup": [3, 28, 29, 52], "loop": 1, "loos": 62, "loss": 97, "lot": 59, "love": 0, "low": [3, 23, 24, 28, 37, 39, 40, 43, 44, 45, 66, 84, 90, 96], "lower": [24, 28, 37, 43, 45, 54, 68, 91, 96], "lower_bounds_inclus": [3, 28], "lowercamelcas": 0, "lowercas": [28, 40, 54], "lowest": [3, 24, 28, 39, 40, 43, 45, 96], "ls_csv": [28, 31, 67, 71], "lst": [28, 52], "lstick": [54, 83, 101], "lt": 80, "ludmmgtb": [28, 40], "lw": 49, "lz": [28, 39], "lz4": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "lzmq": 1, "m": [0, 28, 29, 35, 37, 49, 51, 55, 59, 75, 80, 101], "m1": 66, "m2": 66, "m4": 76, "mac": [75, 77], "machin": [22, 59, 60, 63, 73, 76, 77, 100], "machine_info": 59, "machineri": 58, "maco": [50, 73, 76, 81], "macosx": 77, "made": [23, 24, 28, 54, 101], "mai": [20, 21, 24, 28, 29, 31, 37, 39, 40, 41, 43, 54, 66, 68, 73, 75, 77, 79, 80, 84, 88, 89, 90, 91, 95, 96, 101], "main": [59, 62, 68], "mainli": 1, "maintain": [28, 29, 31, 51, 69, 84], "major": [62, 67, 85, 91, 98], "make": [0, 1, 21, 23, 24, 28, 37, 43, 45, 49, 52, 55, 58, 59, 60, 61, 62, 64, 73, 75, 76, 77, 78, 80, 89, 91, 96], "makebinari": 61, "makefil": 75, "malform": [28, 40, 84], "manag": [75, 76, 77, 79, 81], "mani": [3, 21, 24, 28, 59, 89, 92], "manipul": 0, "manner": [43, 58, 96], "mantissa": 38, "manual": 77, "map": [3, 21, 22, 23, 24, 28, 29, 31, 32, 43, 45, 52, 54, 56, 84, 91, 96, 101], "mapper": [24, 28, 91], "mark": 68, "markdown": [0, 24, 28, 52], "mask": [24, 28, 51, 52, 54, 97], "master": [0, 62, 75], "match": [1, 16, 20, 21, 24, 26, 28, 29, 31, 36, 37, 39, 40, 51, 52, 54, 55, 56, 57, 59, 83, 84, 87, 88, 90, 92, 95, 98, 100], "match_typ": [35, 36, 83, 101], "matcher": [28, 57], "matchtyp": [35, 36, 101], "math": [35, 101], "mathemat": 87, "matlab": 94, "matmul": 19, "matplotlib": [28, 37, 42, 49, 79, 93], "matric": 56, "matrix": [19, 24, 26, 28, 56, 92], "matrix_transpos": 19, "matter": 63, "mawk": 76, "max": [7, 15, 24, 26, 28, 37, 39, 51, 52, 54, 59, 83, 87, 92, 93, 101], "max_bit": [28, 39, 40, 59, 84, 90, 95], "max_list_s": [28, 29, 85], "max_tim": 59, "maxbit": 59, "maxima": [26, 28, 92], "maximum": [1, 22, 24, 26, 28, 29, 39, 40, 44, 45, 56, 59, 84, 87, 90, 91, 92, 93], "maxk": [28, 39, 78, 83, 87, 93], "maxkmsg": 78, "maxlen": [28, 40], "maxmum": [28, 39, 87], "maxsplit": [36, 54, 101], "maxtaskpar": 22, "maxtransferbyt": [20, 21, 24, 28, 39, 40, 54, 55, 84, 88, 89, 91, 95, 101], "mb": [22, 24, 28, 29, 52, 56], "mca": 59, "mce": 59, "md": [75, 76, 77], "mean": [15, 22, 24, 26, 28, 31, 39, 40, 43, 45, 49, 50, 51, 52, 54, 59, 83, 84, 87, 92, 93, 96], "mean_shim": 15, "measur": [59, 82], "median": [24, 26, 28, 49, 59, 83, 92], "meet": 0, "megabyt": [24, 28, 91], "member": 0, "membership": [3, 28, 41, 99], "memori": [20, 21, 22, 24, 28, 29, 31, 39, 51, 52, 54, 64, 65, 68, 73, 84, 88, 89, 95, 101], "memory_usag": [24, 28, 29, 52], "memory_usage_info": [24, 28], "mention": [0, 64], "mere": 54, "merg": [21, 24, 28, 56, 62], "meshgrid": 6, "messag": [1, 20, 21, 22, 24, 28, 29, 34, 39, 40, 51, 54, 58, 73, 84], "messagearg": 58, "meth": 16, "method": [2, 4, 21, 22, 23, 24, 26, 27, 28, 31, 37, 39, 40, 43, 44, 45, 49, 50, 51, 52, 54, 61, 66, 67, 83, 84, 89, 90, 92, 93, 95, 96], "mi": [21, 28, 29, 52, 55], "mib": 59, "microsecond": [28, 55], "microsoft": [59, 80], "midnight": [28, 55], "might": [28, 52, 75, 77, 78], "milli": [28, 33], "million": [28, 37, 39, 87], "millisecond": [28, 55], "mimic": [28, 43, 45, 96], "min": [7, 15, 24, 26, 28, 37, 39, 51, 52, 59, 83, 87, 92, 93], "min_round": 59, "min_tim": 59, "mind": [0, 16, 66, 80], "mine": 64, "miniforg": 75, "minim": [4, 24, 28, 63, 64, 90, 91], "minima": [26, 28, 92], "minimum": [26, 28, 39, 40, 76, 87, 92, 93], "mink": [28, 39, 78, 83, 87, 93], "minkmsg": 78, "minlen": [28, 40], "minor": 62, "minu": [28, 37], "minut": [28, 55], "mismatch": [24, 26, 28, 75, 92], "miss": [21, 24, 28, 52, 89], "mistak": 62, "mix": [28, 54, 55, 59, 88], "mkdir": [24, 28], "mm": 62, "mmx": 59, "mod": [28, 39, 47], "modal": [26, 28, 92], "mode": [1, 20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 83, 90, 92], "model": [59, 96], "modif": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 78, 91, 92], "modifi": [24, 28, 47, 63, 91], "modul": [58, 63, 64, 73, 84, 101], "modular": [28, 39, 64], "modulenotfounderror": [28, 39], "moment": 49, "moment_typ": 49, "momtyp": 49, "monoton": [28, 39, 87, 93], "month": [28, 55, 62], "more": [0, 1, 3, 4, 7, 9, 10, 14, 16, 17, 20, 21, 24, 26, 28, 29, 31, 37, 39, 49, 52, 54, 55, 58, 59, 60, 62, 63, 64, 66, 68, 70, 71, 73, 75, 76, 77, 79, 84, 88, 89, 91, 95, 97, 101], "most": [0, 1, 23, 26, 28, 36, 52, 54, 59, 61, 62, 66, 68, 73, 75, 77, 80, 84, 90, 92, 95, 98, 101], "most_common": [26, 28, 56, 83, 92], "mostli": [23, 28], "motion": 1, "movb": 59, "move": [28, 53, 56, 64, 66, 86, 90, 97], "moveaxi": 11, "movement": 90, "mpi": 84, "msb_left": [23, 28], "msgarg": 58, "msgtupl": 58, "msgtype": 58, "msi": 59, "msr": 59, "mt": [4, 16], "mtrr": 59, "mu": [28, 40, 43, 44, 45, 96], "much": [0, 3, 20, 21, 24, 28, 31, 39, 51, 54, 61, 66, 68, 84, 88, 89, 95, 101], "multi": [3, 20, 23, 26, 28, 31, 41, 52, 66, 85, 88, 90, 92, 95, 98, 99], "multia": [28, 41, 99], "multib": [28, 41, 99], "multidimension": [28, 37], "multiindex": [24, 28, 29, 52, 85, 98], "multipl": [3, 24, 28, 31, 37, 51, 55, 58, 59, 60, 66, 68, 70, 71, 78, 82, 84, 85, 87, 91, 97], "multiplex": 87, "multipli": [9, 26, 28, 43, 45, 58, 92, 96], "must": [1, 3, 21, 22, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 42, 43, 45, 48, 49, 51, 52, 54, 55, 58, 60, 63, 66, 67, 73, 75, 76, 78, 84, 87, 90, 91, 92, 94, 95, 96, 97, 98, 100, 101], "mutual": 1, "mv": [49, 63, 64], "mvsk": 49, "my": [54, 63, 84, 101], "my_data": [24, 28], "my_data_locale0000": [24, 28], "my_dir": [24, 28], "my_path": [24, 28], "my_table_nam": [24, 28], "my_zero": [28, 39], "myarrai": [4, 28, 56], "mydtyp": [28, 39, 95], "mypi": [0, 79], "myst": 79, "n": [4, 16, 21, 24, 26, 28, 31, 37, 39, 40, 41, 43, 44, 45, 51, 52, 54, 55, 67, 77, 79, 82, 87, 88, 89, 90, 91, 92, 96, 97, 98], "n_col": 6, "n_row": 6, "na": [21, 24, 28, 52, 68], "na_cod": 68, "naiv": [28, 55], "name": [0, 1, 2, 3, 16, 20, 21, 22, 23, 24, 26, 28, 29, 30, 31, 34, 38, 39, 40, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 60, 62, 66, 67, 68, 70, 75, 77, 78, 79, 83, 84, 85, 89, 90, 91, 92, 96, 98], "name_dict": [28, 43, 45, 96], "name_prefix": [28, 31, 39, 84], "name_prefix_local": [28, 31, 39], "namedtupl": 13, "nameserv": 80, "namespac": [2, 4, 16, 28, 31], "nan": [5, 24, 26, 28, 37, 38, 52, 56, 91, 92, 95], "nanosecond": [28, 40, 55], "nativ": [26, 28, 69, 70, 77, 84, 92, 97], "natur": [28, 37, 87], "navalu": [21, 28, 89], "navig": [59, 62, 75, 76, 77, 79], "nbin": [28, 37, 93], "nbyte": [21, 24, 28, 29, 39, 40, 52, 54, 56, 84], "ncx2": 49, "nd": [28, 37], "ndarrai": [4, 16, 20, 21, 28, 39, 40, 42, 51, 54, 66, 84, 87, 88, 89, 95, 97, 101], "ndim": [4, 16, 20, 21, 28, 39, 54, 83, 88, 89, 95], "nearest": [28, 37], "necessari": [0, 58, 62, 75, 80], "necessarili": [21, 28, 38, 52, 54], "need": [0, 4, 21, 24, 28, 31, 39, 51, 52, 54, 58, 59, 62, 63, 64, 67, 75, 76, 77, 78, 80, 84, 91, 98], "neg": [9, 28, 40, 43, 51, 61, 90, 94, 96, 97], "neglig": [21, 28, 54], "neither": [21, 28, 29, 39, 40, 54, 55, 90, 101], "nest": [4, 16, 28, 31, 68, 84], "nestedsequ": 6, "never": [28, 37, 95], "new": [0, 20, 21, 24, 26, 28, 29, 31, 32, 34, 35, 36, 37, 39, 42, 43, 49, 51, 52, 54, 56, 58, 62, 63, 64, 79, 91, 92, 95, 96, 97, 98, 101], "new_categori": [21, 28], "new_str": [54, 101], "newaxi": 38, "newer": 76, "newfig": [28, 42], "newlin": [24, 28, 29, 31, 39, 54, 67], "newton": [35, 101], "next": [62, 64, 75, 78, 100], "nextnam": 58, "neyman": [28, 47], "ngram": [28, 51, 83], "ngroup": [26, 28, 83, 92], "nice": 0, "nightli": 1, "ninf": 38, "nkei": [26, 28, 52, 83, 92], "nl": [60, 73, 100], "nlevel": [21, 28, 83, 89], "nnz": [26, 28], "node": [21, 24, 28, 31, 39, 51, 54, 59, 68, 82, 84], "node01": [73, 100], "non": [1, 3, 21, 24, 26, 28, 31, 36, 37, 39, 40, 41, 43, 44, 45, 49, 52, 53, 54, 61, 84, 86, 87, 90, 92, 93, 94, 96, 101], "non_empti": [28, 51], "noncentr": 49, "none": [3, 4, 6, 10, 11, 12, 15, 16, 17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 36, 37, 38, 39, 40, 42, 43, 44, 45, 46, 47, 49, 51, 52, 54, 55, 56, 59, 76, 77, 84, 85, 89, 90, 91, 92, 93, 95, 96, 98, 100], "nonexist": [24, 28, 91], "nonuniqueerror": [3, 28], "nonzero": [12, 26, 28, 36, 54, 101], "nopl": 59, "nor": [21, 28, 29, 39, 40, 54, 90, 101], "norepeat": [28, 51, 97], "normal": [21, 22, 23, 24, 26, 28, 39, 40, 43, 44, 45, 55, 58, 87, 89, 91, 92, 96], "not_alnum": 54, "not_alpha": 54, "not_decim": 54, "not_digit": 54, "not_empti": 54, "not_equ": 9, "not_spac": 54, "notabl": 101, "note": [0, 1, 2, 3, 4, 16, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 37, 39, 40, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 64, 66, 68, 70, 75, 77, 78, 80, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "notebook": [22, 27, 73], "notebookhistoryretriev": 27, "notic": 66, "notifi": 68, "notimplementederror": [28, 37, 58, 93], "notna": [24, 28, 52], "notnul": [28, 52], "nov": 59, "now": [21, 23, 24, 26, 28, 29, 39, 43, 51, 52, 54, 55, 56, 58, 63, 64, 67, 70, 75, 76, 77, 92, 96], "np": [4, 7, 9, 10, 14, 16, 17, 20, 21, 24, 25, 26, 28, 33, 37, 38, 39, 40, 42, 48, 49, 51, 52, 54, 55, 56, 66, 84, 87, 88, 89, 90, 91, 92, 93, 95, 97, 101], "np_arr": 66, "null": [21, 24, 26, 28, 31, 54, 68, 84, 89, 101], "num": [6, 22, 25, 28, 37], "num_command": [22, 27], "num_match": [54, 101], "numarg": 49, "numba": [28, 39], "number": [0, 1, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 36, 37, 38, 39, 40, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 60, 62, 63, 64, 66, 68, 76, 78, 80, 82, 84, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "number_of_dimens": 68, "number_of_substit": [54, 101], "numer": [3, 24, 28, 39, 40, 42, 52, 53, 56, 57, 68, 83, 84, 86, 89, 95, 98, 101], "numeric_and_bool_scalar": [28, 39], "numeric_onli": [24, 28], "numeric_scalar": [25, 28, 37, 39, 40, 43, 44, 45, 87, 90, 96], "numid": 92, "numlocal": [21, 22, 24, 28, 29, 31, 39, 51, 54, 100], "numpi": [0, 4, 16, 20, 21, 23, 24, 25, 28, 29, 33, 37, 39, 40, 43, 45, 47, 48, 49, 51, 52, 54, 55, 57, 58, 59, 66, 79, 82, 84, 87, 88, 89, 90, 93, 94, 95, 96, 97, 99, 101], "numpu": 22, "numpy_funct": 4, "numpy_scalar": [25, 28, 39, 87], "numpydoc": 58, "nuniqu": [24, 26, 28, 51, 83, 92], "nx": [28, 37, 59], "ny": [28, 37], "nzero": 38, "o": [21, 24, 28, 29, 39, 50, 51, 54, 81, 83], "o0": 1, "o1": 1, "obj": [6, 28, 31, 56], "object": [2, 3, 4, 6, 16, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 35, 36, 37, 39, 40, 41, 42, 43, 49, 50, 51, 52, 54, 55, 56, 58, 67, 68, 69, 70, 71, 80, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99], "objtyp": [20, 21, 24, 26, 28, 29, 39, 51, 52, 54, 68], "observ": [0, 28, 39, 47, 87], "obtain": [36, 54, 101], "occur": [22, 24, 26, 28, 31, 36, 37, 39, 52, 54, 58, 75, 92, 93, 98, 101], "occurr": [28, 36, 37, 39, 54, 87, 93, 101], "odd": [28, 39], "oerror": 32, "off": [54, 63, 101], "offer": [85, 91, 98, 101], "offset": [21, 26, 28, 31, 40, 54, 68, 84, 89, 99, 101], "offset_alias": [28, 55], "offset_attrib": 54, "often": [21, 28, 89, 93], "ok": 62, "old": [21, 28, 62], "older": [28, 29, 39, 68, 76], "omit": [28, 54, 55, 59, 68], "onc": [0, 24, 28, 31, 39, 52, 54, 60, 61, 62, 64, 66, 67, 70, 75, 80], "one": [0, 1, 2, 3, 4, 16, 21, 24, 25, 26, 28, 29, 31, 32, 37, 39, 40, 41, 43, 45, 49, 51, 52, 54, 58, 59, 62, 64, 66, 67, 68, 70, 73, 76, 77, 78, 79, 80, 84, 87, 89, 90, 91, 92, 96, 97, 99, 101], "one_two": [54, 101], "onelin": 62, "ones": [1, 6, 22, 24, 28, 37, 40, 52, 59, 63, 82, 83, 87, 90], "ones_lik": [6, 28, 40, 83, 90], "onli": [4, 16, 21, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 43, 51, 52, 53, 54, 56, 58, 59, 61, 63, 64, 66, 68, 70, 75, 78, 79, 81, 82, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "onlin": [62, 80], "onto": [24, 28, 54, 101], "op": [21, 23, 24, 28, 31, 39, 51, 54, 59], "open": [0, 3, 21, 24, 28, 29, 31, 32, 39, 43, 45, 51, 52, 54, 55, 80, 96], "opeq": [23, 28, 39], "opeqop": [28, 39], "oper": [21, 22, 23, 24, 26, 28, 29, 31, 39, 50, 51, 53, 54, 58, 59, 62, 69, 73, 79, 81, 82, 83, 86, 91, 92, 94, 100], "opt": [75, 76, 77], "optim": 63, "option": [1, 3, 21, 22, 23, 24, 26, 27, 28, 29, 31, 33, 35, 39, 40, 41, 42, 43, 44, 45, 51, 52, 54, 55, 58, 59, 62, 68, 73, 75, 76, 77, 79, 82, 84, 90, 91, 92, 93, 96, 98, 99, 100, 101], "order": [0, 20, 21, 23, 24, 26, 28, 31, 37, 39, 40, 41, 47, 49, 51, 52, 53, 54, 56, 60, 68, 70, 75, 83, 86, 88, 89, 90, 91, 92, 93, 94, 97, 98, 101], "ordin": [28, 37], "org": [7, 24, 28, 47, 52, 56, 58, 88], "orient": [70, 89, 91, 95, 101], "orig": [54, 101], "orig_kei": [26, 28, 92], "origin": [21, 23, 24, 26, 28, 29, 31, 35, 37, 38, 39, 41, 51, 52, 54, 55, 87, 89, 90, 91, 92, 97, 101], "origin_indic": [28, 51, 54, 97], "osxsav": 59, "other": [3, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 43, 45, 51, 53, 54, 55, 59, 63, 64, 66, 84, 85, 86, 87, 89, 92, 96, 97, 99, 101], "other_df": [24, 28], "otherwis": [0, 20, 21, 24, 25, 26, 28, 29, 31, 35, 38, 39, 40, 41, 43, 45, 49, 51, 52, 54, 56, 58, 81, 84, 88, 89, 91, 92, 95, 97, 99, 101], "our": [0, 28, 39, 58, 59, 61, 62, 66, 68, 73, 75, 80, 81, 84], "out": [0, 15, 22, 24, 28, 37, 51, 63, 64, 67, 68, 70, 75, 78, 93, 94, 97], "outer": [24, 28, 94], "outlier": 59, "outlin": [62, 68], "outperform": [28, 39, 87], "output": [0, 1, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 43, 45, 51, 52, 54, 62, 66, 70, 73, 84, 87, 92, 93, 95, 96, 99, 100], "outsid": [0, 28, 37, 67, 78], "outstand": 0, "over": [3, 21, 24, 28, 31, 37, 39, 43, 45, 51, 54, 82, 87, 88, 89, 91, 93, 95, 96, 97, 101], "overflow": [20, 21, 28, 37, 39, 54, 84, 88, 89, 95, 101], "overflowerror": 38, "overlap": [3, 24, 28, 36, 54, 101], "overload": [26, 28, 92], "overnight": 64, "overrid": [20, 21, 23, 28, 39, 40, 54, 63, 84, 88, 89, 95, 101], "overridden": [28, 40, 50], "overview": 59, "overwhelm": [28, 40, 84], "overwrit": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 92, 95], "overwritten": [20, 21, 24, 28, 29, 31, 39, 51, 54, 68, 70], "own": [0, 1, 28, 55, 97, 101], "p": [3, 28, 39, 40, 43, 45, 47], "packag": [76, 77, 79, 81], "pad": [23, 28, 62], "pae": 59, "page": [57, 62, 75], "pai": 59, "pair": [28, 32, 33, 37, 38, 51, 97], "pairwis": [24, 28, 37], "panda": [0, 24, 28, 29, 31, 40, 52, 55, 58, 69, 71, 79, 84, 85, 89, 91], "parallel": [61, 84, 95, 99], "parallel_start_test": 0, "param": [2, 21, 28, 29, 31, 39, 51, 54, 59], "paramet": [0, 3, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 77, 84, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "parent": [1, 24, 28, 36], "parent_entry_nam": [35, 36], "pariti": [28, 39], "parquet": [21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 67, 69, 71, 84, 92], "parquet_output": [24, 28], "pars": [22, 23, 24, 28, 29, 39, 52, 58, 100], "parse_hdf_categor": [21, 28], "parseabl": [28, 40, 90], "parser": 79, "part": [0, 4, 16, 28, 51, 54, 80, 101], "particular": [4, 24, 28, 49, 52, 78], "particularli": [76, 78], "partit": [54, 101], "paruqet": 70, "pass": [0, 1, 3, 16, 21, 23, 24, 26, 28, 31, 37, 39, 43, 51, 52, 54, 62, 84, 91, 92, 96, 98], "password": [1, 24, 28, 52, 80], "past": 64, "pat": 59, "path": [20, 24, 28, 29, 31, 32, 39, 50, 59, 64, 75, 76, 77, 78, 80, 84], "path_prefix": [28, 31], "path_to_ark": 77, "path_to_arkouda": 79, "path_to_chpl": 77, "pathlib": [24, 28, 32, 50], "pattern": [35, 36, 54, 62, 66, 92, 101], "pb": 22, "pcg64": [43, 96], "pcid": 59, "pclmulqdq": 59, "pct_avail_mem": 22, "pd": [24, 28, 31, 40, 52, 55, 56, 66, 84, 91], "pd_df": [24, 28, 66, 91], "pda": [26, 28, 37, 39, 40, 53, 55, 56, 58, 86, 87, 90, 93, 95, 99], "pda1": [28, 39, 41, 99], "pda2": [28, 39, 41, 99], "pdarrai": [3, 6, 20, 21, 23, 24, 26, 28, 29, 31, 33, 35, 37, 39, 40, 41, 43, 44, 45, 47, 48, 51, 52, 53, 54, 55, 56, 58, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 96, 97, 98, 99, 101], "pdarrayclass": [20, 21, 23, 24, 28, 29, 31, 33, 35, 37, 40, 41, 44, 45, 48, 51, 52, 53, 54, 56, 57, 91], "pdarraycr": [28, 39, 57], "pdarraysetop": [28, 51, 57, 58, 97], "pdconcat": [28, 52, 98], "pdf": 49, "pdpe1gb": 59, "pdrrai": [28, 37, 40, 84], "pearson": [24, 28, 39, 47], "peel": [54, 83, 101], "pep": 16, "pep8": 0, "per": [1, 20, 21, 22, 24, 26, 28, 29, 31, 39, 51, 54, 58, 59, 64, 68, 78, 84, 87, 92], "percent": [22, 49], "percent_transfer_limit": 56, "percentag": [22, 56], "percentil": 49, "perf_count": 59, "perform": [20, 21, 24, 26, 28, 29, 31, 33, 37, 39, 41, 51, 54, 59, 61, 62, 63, 66, 67, 69, 75, 83, 84, 87, 90, 91, 92, 95], "period": [28, 55], "perl": 76, "perm": [24, 28, 53, 56, 86, 91], "perm_arri": [24, 28, 91], "perm_df": [24, 28, 91], "permiss": [21, 28, 29, 39, 51, 54], "permut": [21, 24, 26, 28, 43, 45, 53, 54, 56, 68, 83, 86, 89, 92, 99], "permute_dim": 11, "person": 0, "pexpect": 79, "pge": 59, "physic": [22, 35, 101], "physicalmemori": 22, "pi": [5, 28, 37, 38], "piec": 63, "pierce314159": 0, "pig": [24, 28, 52], "pinf": 38, "pip": [75, 76, 77], "pipe": 101, "pipelin": [84, 101], "pkg": 76, "place": [21, 23, 24, 26, 28, 29, 31, 34, 39, 43, 45, 50, 51, 52, 54, 55, 56, 60, 64, 87, 91, 92], "placement": [28, 37], "plan": [80, 81, 93, 95], "platform": [38, 50], "pleas": [0, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 60, 62, 63, 66, 68, 70, 71, 75, 76, 77, 78, 89, 91, 92], "plot": [28, 37, 49, 57, 84, 93], "plot_dist": [28, 42], "plt": [28, 37, 42, 49, 93], "plu": [28, 37], "pni": 59, "point": [24, 28, 29, 33, 37, 38, 39, 40, 44, 45, 49, 52, 80, 90, 91, 95], "pointer": 38, "popcnt": 59, "popcount": [28, 38, 39], "popul": [26, 28, 32, 36, 39, 87, 92], "port": [1, 21, 22, 24, 28, 31, 39, 51, 52, 54, 63, 73, 82, 100], "portion": 68, "pos_dt": [28, 33], "posit": [9, 24, 28, 35, 36, 38, 39, 52, 54, 94, 98, 101], "position": [24, 28], "positon": [54, 101], "possibl": [0, 24, 28, 31, 37, 49, 51, 54, 55, 58, 59, 62, 66, 75, 80, 84, 97, 101], "possibli": 58, "post": [0, 62], "postit": [54, 101], "potenti": [24, 28, 39], "pow": 9, "power": [9, 28, 39, 47, 72, 94], "power_diverg": [28, 47], "power_divergenceresult": [28, 47], "powershel": 80, "ppf": 49, "pr": [0, 62], "practic": [0, 26, 28, 39, 78, 87, 92], "pre": [21, 28, 56, 89], "preced": 49, "precis": [28, 31, 37, 38, 84, 95], "pred": [28, 33], "predic": [28, 33], "prefer": [0, 77, 79, 81, 96], "prefix": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 55, 83, 92, 101], "prefix_path": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 92], "prepar": [24, 26, 28, 75, 92], "prepend": [28, 51, 54, 83, 101], "prepend_singl": [28, 51, 83, 97], "prerequisit": [75, 76, 77], "presenc": 16, "present": [0, 3, 21, 23, 24, 28, 29, 31, 37, 39, 41, 51, 52, 54, 66, 68, 84, 93, 99], "preserv": [24, 28, 52, 98, 101], "pretti": 64, "pretty_print_info": [21, 28, 39, 54], "pretty_print_inform": [28, 30], "prev": 62, "prevent": [23, 28, 31, 39, 51, 67, 68, 76, 97], "previou": [62, 64, 77], "previous": [21, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 92], "primarili": [16, 84], "print": [0, 1, 21, 22, 24, 28, 30, 39, 46, 52, 54, 80, 100], "print_server_command": 22, "printabl": [28, 40], "printit": 0, "prior": 78, "probabl": [21, 28, 43, 45, 49, 54, 96], "problem": [0, 59, 73, 82], "problem_s": 59, "proc": [0, 58], "proce": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "procedur": 0, "proceed": 75, "process": [22, 28, 30, 31, 52, 58, 65, 68, 73, 80, 84, 97, 101], "processor": [22, 59], "prod": [15, 24, 26, 28, 39, 51, 52, 83, 87, 92, 93], "prod_sum_dtyp": 15, "produc": [21, 28, 54, 89, 96, 101], "product": [19, 26, 28, 37, 39, 40, 84, 87, 88, 92, 93], "program": [0, 21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 73, 92, 100], "progress": 77, "project": [0, 24, 28, 52, 59, 62, 75], "promot": [4, 58], "proof": [23, 28], "proper": [28, 37, 51, 54, 56, 97], "properli": [0, 63, 68, 76, 77], "properti": [2, 4, 16, 21, 24, 28, 29, 39, 51, 52, 55, 58, 68], "protect": [20, 21, 28, 39, 40, 54, 84, 88, 89, 95, 101], "proto": 16, "protocol": 16, "provid": [0, 7, 20, 21, 24, 26, 28, 29, 31, 39, 43, 45, 51, 52, 54, 56, 59, 61, 66, 67, 68, 70, 71, 75, 76, 77, 79, 84, 87, 91, 92, 96, 97], "prune": 79, "pse": 59, "pse36": 59, "pseudo": 96, "pti": 59, "publish": 62, "pull": [28, 31, 40, 62, 68], "purg": 54, "purge_cached_regex_pattern": 54, "purpos": [59, 62, 85, 91, 98], "push": [62, 75], "put": [24, 26, 28, 64, 92], "pvalu": [28, 47], "pwd": [76, 77], "pwr": [28, 39], "py": [0, 1, 58, 59, 63, 75, 78, 79, 82], "pyarrow": [79, 84], "pycapsul": 16, "pycharm": 0, "pydata": [24, 28, 52], "pyfiglet": 79, "pypi": [24, 28, 52], "pyplot": [28, 37, 42, 49, 93], "pytest": [0, 65, 79], "python": [3, 4, 16, 20, 21, 22, 23, 27, 28, 38, 39, 40, 41, 50, 52, 54, 59, 72, 75, 80, 81, 83, 84, 87, 88, 89, 90, 91, 94, 95, 101], "python3": [59, 63, 75, 76], "python_build": 59, "python_compil": 59, "python_implement": 59, "python_implementation_vers": 59, "python_vers": 59, "pythonpath": [76, 77], "pyzmq": 79, "pzero": 38, "q": [38, 49], "q1": 59, "q3": 59, "quadrupl": 38, "qualifi": [24, 28], "queri": [3, 28, 84], "quetzal": [24, 28, 52], "quick": [22, 63], "quickli": [24, 28, 60, 91], "quickstart": [76, 77, 81], "quit": [0, 73], "quotient": [28, 39], "r": [0, 24, 28, 49, 59, 62, 66, 76, 77, 82], "rad2deg": [28, 37], "radian": [28, 37], "radix": [28, 53, 86], "radixsortlsd": [28, 53, 86], "rai": [28, 37], "rais": [3, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 37, 38, 39, 40, 41, 44, 45, 50, 51, 52, 53, 54, 55, 56, 58, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 97, 98, 99, 100, 101], "ran": [59, 63], "randint": [22, 26, 28, 37, 40, 44, 45, 53, 66, 83, 86, 87, 90, 92, 93], "randn": [28, 42], "random": [24, 28, 40, 42, 49, 57, 59, 82, 83], "random_st": 49, "random_strings_lognorm": [28, 40], "random_strings_uniform": [28, 40], "randomli": [28, 43, 45], "rang": [3, 21, 24, 28, 29, 31, 33, 37, 39, 40, 43, 44, 45, 51, 52, 54, 55, 82, 84, 87, 90, 91, 93, 96, 98, 101], "rank": [21, 28, 39, 40, 54, 68, 83, 84, 89, 90, 94], "rasi": [21, 28, 54, 89, 101], "rate": 59, "rather": [4, 16, 21, 24, 28, 54], "ratio": 38, "raw": [54, 101], "rc": 77, "rdrand": 59, "rdrnd": 59, "rdseed": 59, "rdtscp": 59, "re": [0, 21, 22, 24, 26, 28, 75, 92, 100, 101], "re2": [21, 28, 54, 75, 89, 101], "reach": 0, "reachabl": 100, "reactiv": 77, "read": [20, 21, 24, 28, 29, 31, 32, 39, 47, 52, 54, 67, 68, 69, 70, 88, 101], "read_": [28, 31], "read_all_test": 1, "read_csv": [24, 28, 31, 67, 71], "read_hdf": [28, 31, 51, 71, 84], "read_nest": [28, 31, 84], "read_parquet": [28, 31, 71, 84], "read_path": [28, 31, 84], "read_tagged_data": [28, 31], "readabl": [21, 28, 30, 31, 39, 54, 68, 84], "readalltest": 1, "readi": [0, 60, 62, 76, 77], "readm": 1, "readthedoc": 58, "real": [0, 9, 28, 40, 44, 45, 62, 68], "realist": [21, 28, 54], "realli": [0, 54], "reason": [62, 64, 77], "rebas": 0, "rebuild": [26, 28, 58, 61, 63, 64, 92], "rebuilt": 63, "receiv": [20, 21, 22, 24, 28, 29, 31, 39, 51, 54, 84, 88, 95, 100], "receive_arrai": [21, 24, 28, 39, 51, 54], "receive_datafram": [28, 31], "recent": 62, "recogn": 16, "recommend": [0, 28, 37, 43, 45, 60, 64, 70, 76, 79, 80, 81, 91, 96, 97], "recompil": 64, "recomput": [21, 28, 31], "reconnect": [28, 39], "reconstitut": [21, 28], "reconstruct": 68, "record": [28, 31], "recurs": [28, 40, 84], "reduc": [24, 26, 28, 63, 65, 92], "reduct": [26, 28, 39, 82, 83, 92, 93], "refer": [0, 24, 26, 28, 47, 52, 63, 66, 75, 77, 79, 92], "reflect": [24, 28, 77, 91, 97], "reformat": [0, 84], "regard": 76, "regex": [21, 28, 54, 89, 101], "regex_max_captur": 1, "regist": [1, 4, 21, 23, 24, 26, 28, 29, 30, 39, 51, 52, 54, 55, 56, 58, 83, 92], "register_al": [28, 56], "registerablepiec": [21, 28], "registerd": [28, 52], "registeredsymbol": [28, 30], "registerfunct": 78, "registr": [28, 39, 54], "registrationerror": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "registri": [21, 24, 26, 28, 29, 30, 39, 52, 54, 55, 56, 92], "regular": [21, 28, 54, 83, 89], "relat": [59, 62, 66], "releas": [20, 21, 24, 28, 29, 31, 39, 51, 54, 59, 64, 65, 76, 77, 96], "reli": [21, 28, 29, 39, 51, 54, 92], "remain": [20, 21, 24, 28, 29, 31, 37, 39, 51, 54, 76, 84, 85, 91, 98], "remaind": [9, 28, 39, 54, 101], "remap": [21, 28], "rememb": [64, 66], "remot": [62, 76, 77, 100], "remov": [20, 21, 24, 28, 29, 31, 39, 51, 54, 59, 63, 79, 91, 97, 101], "remove_repeat": [28, 51, 83, 97], "renam": [24, 28], "rep_good": 59, "rep_msg": [21, 23, 24, 26, 28, 29, 51, 54, 78], "repack": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54], "repeat": [1, 11, 21, 28, 51, 89, 97], "repetit": 11, "repl": [27, 36, 54, 101], "replac": [3, 24, 28, 31, 36, 39, 43, 45, 51, 54, 60, 62, 68, 77, 78, 79, 97, 101], "repli": 58, "replic": [26, 28, 92], "repmsg": [28, 52, 58], "repo": [76, 77, 81], "repons": [28, 29, 39, 54], "report": [26, 28, 64], "report_mem": 56, "repr": [24, 26, 28, 49, 52], "repres": [21, 23, 26, 28, 49, 51, 52, 54, 55, 59, 68, 89, 92, 101], "represent": [23, 24, 28, 38, 39], "reproduc": [0, 28, 43, 44, 45, 65, 90, 96], "reqmsg": 58, "request": [24, 26, 28, 32, 39, 40, 54, 58, 62, 90, 91, 92], "requir": [0, 3, 4, 16, 22, 24, 26, 28, 29, 31, 33, 39, 40, 52, 60, 61, 63, 64, 68, 69, 70, 73, 78, 84, 90, 91, 92], "requiredpiec": [21, 28], "reset_categori": [21, 28], "reset_index": [24, 28, 91], "reshap": [11, 20, 28, 39, 83, 88], "resid": [28, 39, 54, 95], "resili": [28, 53, 86], "resisterfunct": 58, "resolv": [0, 61, 73, 80], "resolve_scalar_dtyp": [25, 28], "respect": [24, 28, 37, 39, 40, 41, 49, 55, 62, 84, 90], "respond": 58, "respons": [22, 24, 28, 54, 58], "rest": [28, 52], "restor": [28, 31], "restrict": [4, 16], "result": [3, 21, 24, 26, 28, 29, 31, 33, 37, 39, 40, 41, 42, 43, 44, 45, 47, 49, 51, 52, 54, 55, 58, 59, 66, 67, 68, 69, 77, 84, 87, 90, 91, 92, 95, 96, 97, 98, 101], "result_array_on": [28, 33], "result_limit": [28, 33], "result_typ": 7, "ret": 58, "retain": [28, 37, 39, 56, 87], "retain_index": [24, 28, 91], "retriev": [22, 27, 28, 30, 39, 50, 52, 62], "return": [3, 4, 7, 16, 20, 21, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 67, 69, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "return_count": [28, 37, 93], "return_group": [26, 28, 99], "return_group_origin": [35, 101], "return_indic": [26, 28, 99], "return_length": [28, 33], "return_match_origin": [35, 36, 54, 101], "return_multipl": [28, 51, 97], "return_num_sub": 36, "return_obj": [28, 31, 84], "return_origin": [28, 51, 54, 97], "return_seg": [36, 54, 101], "return_valid": [28, 37, 95], "revarg": [3, 28], "revers": [4, 16, 23, 26, 28], "review": 62, "revindic": [3, 28], "revkei": [3, 28], "rf": 75, "rh": 76, "right": [3, 12, 23, 24, 28, 39, 43, 49, 53, 54, 55, 62, 86, 91, 94, 96, 100, 101], "right_align": [3, 28], "right_df": [24, 28], "right_shift": 9, "right_suffix": [24, 28], "risk": [28, 37, 68], "rm": 75, "rng": [28, 43, 45, 55, 96], "role": 1, "roll": 11, "root": [21, 23, 24, 26, 28, 29, 39, 52, 55, 59, 68, 76, 84, 87, 92], "rot": [28, 39], "rotat": [28, 37, 39], "rotl": [28, 39], "rotr": [28, 39], "round": [9, 28, 37, 59], "rout": 80, "row": [3, 24, 26, 28, 29, 31, 39, 41, 51, 52, 53, 54, 57, 66, 67, 84, 86, 91, 92, 97, 99], "row_major": [20, 28, 39, 88], "row_numb": [26, 28], "row_start": [26, 28], "rpartit": [54, 101], "rpath": 75, "rpeel": [54, 83, 101], "rtype": [28, 29], "rule": [4, 28, 37, 95], "run": [20, 21, 22, 24, 28, 31, 37, 39, 51, 54, 63, 64, 66, 73, 75, 76, 77, 79, 80, 82, 84, 88, 89, 95, 97, 100, 101], "runtim": [16, 22, 61], "runtime_check": 16, "runtimeerror": [20, 21, 22, 24, 26, 28, 29, 30, 31, 35, 37, 39, 40, 41, 51, 52, 54, 55, 84, 87, 88, 89, 90, 92, 93, 95, 99, 100, 101], "runtimewarn": [28, 31, 84], "ruok": 22, "rv": 49, "rv_continu": 49, "s1": [28, 37, 87], "s2": [28, 29, 37, 52, 87], "s3": [24, 28, 52], "sa": [28, 56], "sacrific": 101, "safe": [28, 37, 62, 95], "sai": 100, "sake": 58, "salari": 66, "same": [3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 50, 51, 52, 53, 54, 55, 62, 66, 67, 68, 70, 76, 77, 78, 82, 84, 85, 86, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 98, 99, 101], "sampl": [24, 28, 37, 40, 43, 44, 45, 96], "satisfi": [3, 24, 28, 31], "save": [20, 21, 24, 26, 28, 29, 31, 39, 51, 54, 59, 60, 62, 63, 68, 69, 70, 84, 89, 92, 99], "save_al": [28, 29, 31, 39, 71], "save_offset": 54, "saveusedmodul": [63, 64, 78], "sb": [28, 56], "scalar": [3, 4, 16, 21, 24, 28, 37, 39, 51, 52, 58, 59, 82, 83, 89, 93, 94, 97, 98], "scalardtyp": [25, 28], "scale": [21, 28, 42, 47, 49, 61, 66, 72], "scaler": [28, 52, 98], "scan": 83, "scatter": [59, 83], "schema": 84, "scheme": 62, "scienc": 92, "scipi": [0, 28, 57, 79], "scl": 76, "scope": [0, 78], "script": [58, 63, 77, 78, 82], "scroll": 75, "se": [26, 28, 39, 87, 92], "search": [3, 21, 28, 35, 41, 54, 83, 89], "search_interv": [3, 28], "searchsort": 12, "sec": [28, 55, 59], "second": [3, 22, 28, 32, 37, 40, 41, 52, 54, 55, 56, 58, 59, 63, 66, 87, 90, 95, 98, 99, 100, 101], "secret": 50, "section": [1, 28, 37, 59, 61, 62, 63, 64, 66, 68, 73, 75, 79, 87], "secur": [28, 37, 57], "see": [0, 1, 3, 4, 7, 9, 10, 14, 16, 17, 24, 26, 28, 37, 39, 42, 43, 45, 49, 52, 54, 55, 56, 58, 59, 62, 63, 64, 73, 75, 78, 84, 87, 89, 92, 93, 95, 96, 97, 98, 99, 101], "seed": [28, 40, 43, 44, 45, 49, 59, 82, 90, 96], "seen": [22, 100], "seg": 56, "seg_a": [28, 51, 97], "seg_b": [28, 51, 97], "seg_suffix": [28, 51], "segarr": [28, 51, 97], "segarrai": [26, 28, 31, 37, 57, 83, 84, 91, 92], "segment": [21, 24, 26, 28, 31, 33, 51, 54, 56, 68, 83, 84, 89, 92, 97, 99, 101], "segment_nam": [28, 51], "segstr": 54, "select": [22, 24, 27, 28, 31, 51, 52, 58, 62, 75, 81, 91, 97], "self": [16, 21, 24, 28, 39, 51, 54, 84, 85, 88, 89, 91, 95, 96, 97, 98, 101], "send": [21, 22, 24, 28, 31, 39, 40, 51, 54, 58, 84, 91, 100], "send_arrai": [28, 31], "sens": [24, 28, 52], "sensit": [28, 55], "sent": [28, 31, 69], "sep": 59, "separ": [1, 4, 23, 24, 28, 29, 31, 32, 39, 49, 54, 59, 67, 68, 78, 84, 95, 101], "sequenc": [3, 21, 23, 28, 29, 37, 39, 40, 41, 43, 45, 51, 53, 56, 86, 90, 92, 95, 97, 99, 101], "sequenti": [28, 31, 84], "seri": [2, 24, 28, 29, 40, 55, 56, 57], "serv": 81, "server": [0, 1, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 34, 35, 39, 40, 43, 44, 45, 50, 51, 52, 54, 55, 61, 63, 64, 76, 77, 80, 82, 83, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 101], "server_util": [0, 1], "serverdaemon": 58, "servererrorstr": 58, "serverhostnam": 22, "servermodul": [1, 63, 64, 78], "serverport": 22, "session": [63, 73], "set": [1, 3, 20, 21, 23, 24, 26, 28, 29, 31, 34, 37, 39, 40, 41, 50, 51, 52, 54, 55, 59, 60, 62, 67, 68, 75, 76, 77, 78, 83, 84, 87, 88, 89, 90, 91, 92, 93, 94, 95, 101], "set_categori": [21, 28], "set_dtyp": [28, 29, 85], "set_jth": [28, 51, 83, 97], "set_xlim": 49, "setchplenv": [76, 77], "setdiff": [28, 51, 83, 97], "setdiff1d": [28, 41, 51, 58, 66, 83, 97, 99], "setop": 83, "setup": [1, 75, 80], "setxor": [28, 51, 83, 97], "setxor1d": [28, 41, 51, 58, 66, 83, 97, 99], "sever": [66, 68, 84, 87, 90], "sf": 49, "sh": [76, 77], "shallow": [26, 28, 91], "shape": [3, 4, 6, 11, 16, 20, 21, 24, 28, 29, 37, 39, 43, 45, 49, 52, 54, 56, 68, 83, 87, 88, 89, 95, 96], "share": [20, 21, 24, 26, 28, 29, 39, 51, 54, 62, 80, 92], "shell": [22, 27, 28, 31, 77, 84], "shellhistoryretriev": 27, "shift": [11, 49], "short": 38, "shorthand": [28, 39, 54], "should": [0, 1, 4, 16, 21, 24, 25, 26, 28, 31, 37, 39, 40, 52, 54, 56, 58, 62, 63, 64, 66, 67, 68, 69, 73, 75, 76, 77, 79, 84, 91, 92, 95, 100], "shouldn": [63, 64], "show": [24, 28, 31, 42, 49, 75, 84, 88, 92], "show_int": [23, 28], "shown": 100, "shuffl": [28, 43, 45], "shut": [22, 73, 78], "shutdown": [22, 63, 64, 78], "side": [1, 12, 20, 21, 22, 24, 26, 28, 29, 30, 31, 35, 39, 40, 43, 45, 51, 52, 54, 55, 58, 62, 63, 73, 78, 80, 84, 87, 88, 89, 92, 93, 94, 95, 96, 97, 100, 101], "sigma": [28, 40, 43, 44, 45, 96], "sign": [9, 28, 31, 37, 38, 39, 43, 45, 84, 91, 95, 96], "signatur": [16, 27, 58], "signedinteg": 38, "signific": [23, 28, 37, 39, 53, 62, 78, 86, 87], "significantli": [21, 28, 63, 89], "similar": [0, 28, 31, 54, 59, 66, 84, 95, 97, 101], "similarli": [20, 28, 59, 66, 88], "simpl": [0, 16, 66, 78, 93], "simplest": 59, "simpli": [21, 22, 28, 37, 90], "simplic": 58, "simplifi": [0, 59], "simul": [76, 77], "sin": [9, 28, 37, 83, 87], "sinc": [1, 4, 28, 37, 43, 64, 89, 91, 95, 96, 101], "sine": [28, 37, 87], "singl": [0, 2, 3, 4, 16, 20, 21, 23, 24, 26, 28, 29, 31, 33, 37, 38, 39, 41, 43, 45, 51, 54, 63, 64, 66, 68, 70, 75, 78, 82, 84, 90, 91, 92, 94, 96, 97, 99], "singlecomplex": 38, "singleton": [28, 39], "sinh": [9, 28, 37], "siphash": [28, 37], "siphash128": [21, 28, 54], "site": 75, "situat": [28, 40], "six": [28, 54, 101], "size": [3, 4, 16, 20, 21, 24, 25, 26, 28, 29, 31, 33, 37, 39, 40, 43, 44, 45, 49, 51, 52, 53, 54, 55, 56, 59, 66, 68, 69, 70, 82, 83, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 101], "skew": [28, 49], "skip": [1, 26, 28, 31, 54, 76, 84, 92, 99, 101], "skipna": [26, 28, 92], "slice": [21, 24, 28, 39, 66, 83, 88, 89, 91, 97, 101], "slice_bit": [28, 39], "slightli": [24, 28, 31, 91], "slower": [21, 28, 101], "small": [24, 28, 37, 52, 68, 84], "smaller": [28, 52, 62, 67, 84], "smallest": [28, 39, 52, 87, 98], "smallest_norm": 7, "smap": 59, "smemtrack": 1, "smep": 59, "smith": 66, "snappi": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70, 75], "snapshot": [28, 31], "so": [0, 1, 21, 23, 24, 26, 28, 31, 37, 39, 43, 45, 51, 52, 54, 59, 61, 62, 63, 64, 78, 79, 80, 84, 87, 88, 91, 92, 96, 98, 99], "socket": [22, 100], "softwar": 76, "some": [0, 4, 21, 24, 28, 49, 60, 66, 70, 75, 76, 89, 91, 97, 101], "someon": [0, 62], "someth": [62, 63, 100], "sometim": [49, 78, 88, 95], "somewhat": 61, "somewher": 58, "sort": [1, 3, 14, 21, 24, 26, 28, 37, 39, 41, 51, 52, 54, 56, 57, 62, 82, 83, 87, 89, 90, 92, 93, 99, 101], "sort_index": [24, 28, 52, 98], "sort_valu": [24, 28, 52, 91, 98], "sorted_df1": [24, 28, 91], "sorted_df2": [24, 28, 91], "sorter": 12, "sortingalgorithm": [28, 53, 86], "sought": [54, 101], "sourc": [0, 1, 2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 50, 51, 52, 53, 54, 55, 56, 60, 68, 73, 75, 76, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101], "space": [0, 1, 3, 28, 37, 40, 54, 55, 59, 75, 78, 90, 93, 101], "span": [54, 101], "spars": [3, 26, 28, 56, 92, 95], "sparse_sum_help": 56, "special": [23, 28, 47, 49, 52, 54, 57, 95, 98], "special_objtyp": [23, 28, 55], "special_str": 54, "specif": [0, 4, 16, 24, 28, 31, 43, 45, 49, 64, 67, 68, 69, 76, 78, 83, 84, 91, 96], "specifi": [1, 3, 4, 7, 11, 16, 20, 23, 24, 26, 28, 29, 31, 32, 39, 40, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 63, 69, 84, 87, 88, 90, 91, 92, 96, 97], "speed": [21, 28, 41, 61, 65, 78, 89, 90, 99], "sphinx": [57, 75, 79], "splash": 1, "split": [25, 28, 36, 54, 62, 83], "spread": 84, "sqrt": [9, 26, 28, 39, 87, 92], "squar": [9, 26, 28, 37, 39, 47, 49, 87, 92], "squared_test": [28, 47], "squash": 0, "squeez": 11, "src": [58, 78], "ss": 59, "ssbd": 59, "sse": 59, "sse2": 59, "sse4_1": 59, "sse4_2": 59, "ssegmentedstr": 54, "ssh": 1, "ssse3": 59, "st": 58, "stabl": [14, 28, 53, 86, 88], "stack": [11, 101], "standard": [0, 4, 21, 26, 28, 39, 40, 43, 44, 45, 49, 55, 58, 59, 60, 87, 92, 93, 96], "standard_norm": [28, 40, 43, 44, 45, 83], "standardize_categori": [21, 28], "start": [0, 3, 4, 6, 16, 21, 24, 26, 28, 29, 33, 35, 39, 40, 51, 52, 53, 54, 55, 68, 83, 86, 89, 90, 92, 94, 97, 101], "startswith": [21, 28, 54, 83, 89, 101], "startup": [1, 73, 83], "stat": [28, 47, 57, 59], "state": [21, 28, 43, 45, 54, 62, 96], "static": [16, 21, 28, 29, 39, 51, 54, 92], "statist": [26, 28, 39, 47, 59, 83, 87, 92], "statu": 22, "std": [15, 24, 26, 28, 39, 49, 52, 55, 83, 87, 92, 93], "stddev": 59, "stddev_outli": 59, "stdev": [28, 43, 45, 96], "step": [0, 6, 26, 28, 59, 60, 61, 64, 75, 78, 81, 99, 100], "stepfil": 49, "stibp": 59, "stick": [54, 64, 83, 101], "still": [68, 101], "stop": [6, 22, 28, 40, 90, 94], "storag": [24, 28, 52, 59], "storage_opt": [24, 28, 52], "store": [20, 23, 24, 26, 28, 29, 31, 38, 40, 44, 45, 50, 54, 59, 67, 68, 71, 80, 84, 88, 89, 90, 92, 97, 101], "str": [2, 4, 6, 7, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 40, 42, 49, 50, 51, 52, 54, 55, 56, 59, 67, 84, 87, 88, 89, 90, 91, 92, 95, 100, 101], "str_": [25, 28, 93], "str_acc": [28, 52], "str_scalar": [21, 25, 28, 36, 54, 89, 101], "straight": 62, "strategi": [79, 80, 84], "stream": [4, 16, 28, 43, 45, 63, 96], "streamhandl": 28, "strict": [24, 26, 28, 37, 49, 52, 95], "strict_typ": [28, 31], "stricttyp": [28, 31, 84], "stride": [24, 28, 33, 40, 90, 91, 94], "string": [0, 1, 3, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 47, 49, 50, 51, 52, 53, 55, 56, 57, 58, 59, 62, 78, 83, 84, 86, 87, 89, 90, 91, 92, 93, 95, 97, 98, 99], "string_oper": [2, 28], "stringa": 54, "stringaccessor": [2, 28], "stringb": 54, "stringc": 54, "stringifi": [24, 28, 91], "strings0": 54, "strings1": 54, "strings2": 54, "strings_arrai": [54, 68], "strings_encodedecod": 59, "strings_end": [54, 101], "strings_pdarrai": 54, "strings_start": [54, 101], "strip": 54, "strive": 62, "strongli": [28, 37], "structur": [16, 21, 24, 28, 51, 66, 70, 91, 92, 95, 97, 101], "strucutur": 97, "style": [0, 21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 91, 92, 95], "sub": [28, 36, 38, 51, 54, 83, 101], "subclass": [4, 38], "subdir": 76, "subdirectori": 58, "subject": [1, 28, 55], "subn": [54, 83, 101], "subplot": 49, "subsequ": [28, 37, 68], "subset": [4, 21, 22, 24, 27, 28, 51, 78, 87, 91, 97], "substanti": 62, "substitu": [54, 101], "substitut": [36, 54, 73, 75, 101], "substr": [21, 23, 28, 54, 83, 89], "subsystem": 80, "subtract": 9, "subtyp": 16, "succeed": [28, 37, 95], "success": [20, 21, 22, 24, 28, 29, 31, 33, 37, 39, 51, 54, 95, 100], "successfulli": 77, "sudo": [76, 80], "suffix": [24, 28, 31, 51, 54, 68, 83, 101], "suggest": [64, 80], "sum": [15, 24, 26, 28, 37, 39, 51, 52, 55, 56, 83, 87, 92, 93], "summar": [83, 84], "summari": [0, 24, 28], "super": 0, "supercomput": 72, "suppli": [26, 28, 31, 37, 40, 51, 68, 70, 71, 90, 91], "support": [0, 21, 23, 24, 25, 26, 28, 29, 31, 32, 37, 39, 40, 41, 43, 50, 51, 52, 54, 55, 58, 66, 69, 73, 76, 77, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "supported_opeq": [28, 55], "supported_scalar": [28, 52], "supported_with_datetim": [28, 55], "supported_with_pdarrai": [28, 55], "supported_with_r_datetim": [28, 55], "supported_with_r_pdarrai": [28, 55], "supported_with_r_timedelta": [28, 55], "supported_with_timedelta": [28, 55], "supportsbufferprotocol": [6, 16], "supportsdlpack": 16, "suppress": [24, 28], "sure": [0, 24, 28, 29, 31, 39, 54, 62, 80], "surround": [0, 49], "surviv": [3, 28, 49], "switch": [78, 88], "sy": [24, 26, 28, 49, 52], "symbol": [22, 28, 30, 39, 51, 54, 58, 95], "symentri": 58, "symlink": 80, "symmetr": [3, 26, 28, 41, 51, 66, 83, 99], "symmetric_differ": [26, 28], "symtab": 58, "symtabl": 22, "sync": 77, "synchron": [21, 28], "syntax": 94, "syscal": 59, "system": [1, 20, 21, 28, 39, 50, 54, 58, 59, 77, 78, 79, 80, 81, 84, 87, 88, 89, 95, 100, 101], "t": [0, 4, 16, 24, 28, 31, 54, 55, 58, 62, 63, 64, 75, 76, 77, 80, 82, 101], "t1": [28, 33], "t2": [28, 33], "tab": [0, 62, 75], "tabl": [3, 22, 24, 28, 30, 39, 51, 52, 54, 58, 59, 79, 95, 97], "tablefmt": [24, 28, 52], "tablul": [24, 28, 52], "tabul": [24, 28, 52, 79], "tag": [0, 28, 31, 34, 62, 64], "tag_data": [28, 31], "tagdata": [28, 31], "taht": 84, "tail": [24, 28, 40, 52], "take": [0, 10, 23, 26, 28, 34, 39, 43, 45, 49, 60, 61, 63, 64, 66, 69, 84, 92, 96], "taken": [62, 78], "talk": 88, "tan": [9, 28, 37], "tangent": [28, 37], "tanh": [9, 28, 37], "tar": [73, 75, 76, 77], "target": [28, 32, 37, 40, 59, 61, 62, 75, 84, 90, 94, 95], "task": [1, 22], "tb": 22, "tblgen": 80, "tcp": [22, 73, 100], "team": 62, "technic": [28, 31], "techniqu": 64, "tell": [28, 31, 59, 84], "tend": 61, "tensor": [26, 28, 92], "tensordot": 19, "termin": [28, 31, 68, 73, 80, 100], "test": [3, 21, 24, 28, 31, 41, 47, 60, 62, 63, 64, 66, 73, 78, 91, 99], "test_": 0, "test_command": 78, "test_data_url": 1, "testmsg": 78, "text": [62, 67, 84], "th": [28, 37, 51, 87, 97], "than": [3, 4, 20, 21, 24, 26, 28, 29, 31, 37, 38, 39, 40, 41, 43, 45, 51, 52, 53, 54, 60, 62, 63, 70, 84, 86, 88, 89, 90, 91, 92, 95, 96, 99, 101], "thei": [1, 16, 21, 22, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 56, 60, 62, 67, 68, 69, 76, 77, 84, 88, 89, 92, 98], "them": [1, 24, 28, 31, 41, 49, 54, 62, 76, 84, 91, 99], "therefor": 68, "thi": [0, 1, 4, 16, 20, 21, 22, 23, 24, 26, 28, 29, 31, 34, 37, 38, 39, 40, 42, 43, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 75, 76, 77, 78, 80, 81, 84, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101], "thin": [23, 28], "thing": [0, 4, 16, 66], "third": [28, 40, 62, 90], "thirti": [3, 28], "those": [0, 4, 16, 28, 53, 66, 76, 78, 86, 94], "though": 66, "thousand": 84, "three": [3, 28, 40, 41, 54, 55, 75, 90, 94, 95, 101], "three_____four____f": [54, 101], "thresh": [24, 28], "threshold": 101, "thrift": 75, "through": [1, 28, 37, 58, 60, 62, 73, 77], "throw": 58, "thrown": [20, 21, 24, 28, 29, 30, 31, 35, 39, 40, 51, 52, 54, 84, 87, 88, 89, 93, 95, 101], "thu": [28, 31, 40, 53, 58, 68, 69, 86, 97], "tiebreak": [3, 28], "tile": 11, "time": [1, 21, 22, 24, 26, 28, 29, 31, 33, 37, 39, 43, 51, 52, 54, 55, 59, 61, 63, 64, 67, 68, 70, 78, 82, 84, 89, 92, 93, 96, 97, 99, 101], "timeclass": [28, 31, 57], "timedelta": [28, 31, 40, 55, 84], "timedelta64": [28, 55], "timedelta_rang": [28, 55], "timedeltaindex": [28, 55], "timeout": [1, 22, 100], "timer": 59, "times2": 58, "times2msg": 58, "timeseri": [28, 55], "timestamp": [28, 33], "timezon": [28, 55], "tip": [65, 75], "titl": [0, 54, 62], "titlecas": 54, "tm": 59, "to_csv": [24, 28, 29, 31, 39, 54, 67, 71], "to_cuda": [28, 39], "to_datafram": [28, 52], "to_datetim": [28, 40], "to_devic": [4, 16], "to_dict": [28, 29], "to_hdf": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54, 68, 71, 83, 84, 92], "to_list": [20, 21, 23, 28, 29, 39, 51, 52, 54, 66, 84, 88, 95, 97, 101], "to_markdown": [24, 28, 52], "to_ndarrai": [4, 16, 20, 21, 23, 28, 29, 37, 39, 40, 42, 51, 54, 55, 66, 83, 84, 88, 89, 93, 95, 97, 101], "to_panda": [24, 28, 29, 52, 55, 66, 91, 98], "to_parqet": [28, 39], "to_parquet": [21, 24, 28, 29, 31, 39, 51, 54, 70, 71, 84], "to_str": [21, 28], "toencod": 54, "togeth": [21, 24, 26, 28, 54, 56, 91, 92, 99], "token": [1, 22, 50, 73, 100], "token_hex": 50, "token_str": 73, "token_valu": [22, 100], "toleft": [54, 101], "tolist": [4, 16], "too": [61, 84], "tool": [0, 76, 77], "toolset": 66, "top": [28, 52, 58, 63, 68, 75, 76, 77, 81, 98], "topn": [28, 52, 98], "tosymentri": 58, "total": [22, 24, 26, 28, 31, 54, 59, 84, 92], "total_mem": 22, "total_second": [28, 55], "totestmsg": 78, "touch": 94, "toward": [28, 40, 49], "track": [0, 63, 70], "trail": [28, 39, 54], "transfer": [20, 21, 24, 28, 31, 39, 51, 54, 59, 84, 88, 89, 91, 95, 97, 101], "transfer_r": 59, "transform": [28, 29], "transit": 66, "translate_np_dtyp": [25, 28], "transpos": [4, 16, 28, 51, 84], "treat": [3, 20, 23, 24, 25, 28, 53, 59, 66, 86, 88, 91], "trial": [59, 82], "tril": 6, "triu": 6, "trivial": [3, 28], "true": [1, 3, 6, 7, 14, 20, 21, 22, 23, 24, 26, 28, 29, 31, 33, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 49, 51, 52, 54, 55, 56, 59, 66, 77, 84, 85, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101], "true_dt": [28, 33], "trunc": [9, 28, 37], "truncat": [20, 21, 23, 26, 28, 29, 31, 37, 39, 49, 51, 54, 68, 70, 92], "try": [0, 25, 28, 29, 31, 39, 80], "tsc": 59, "tukei": [28, 47], "tune": 1, "tunnel": 1, "tupl": [3, 4, 6, 7, 11, 12, 15, 16, 17, 21, 23, 24, 25, 26, 28, 33, 37, 39, 40, 41, 44, 45, 51, 52, 54, 56, 66, 84, 89, 90, 91, 92, 93, 95, 98, 99, 101], "turn": [25, 28, 52, 63, 73, 98], "tutori": 80, "tvkj": [28, 40], "tvkjte": [28, 40], "twenti": [3, 28], "twice": [28, 40, 84], "two": [3, 19, 21, 23, 24, 26, 28, 29, 33, 37, 38, 39, 40, 41, 51, 52, 54, 55, 56, 66, 67, 76, 78, 84, 87, 90, 92, 99, 101], "txt": 1, "type": [2, 3, 4, 7, 16, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 47, 48, 50, 51, 52, 53, 54, 55, 56, 58, 59, 69, 75, 79, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 94, 96, 97, 98, 99, 100, 101], "typecheck": 58, "typeerror": [3, 21, 23, 24, 25, 26, 28, 29, 31, 33, 34, 37, 39, 40, 41, 44, 45, 51, 52, 53, 54, 55, 56, 58, 84, 86, 87, 89, 90, 92, 93, 98, 99, 101], "typeguard": 79, "typic": [0, 23, 28, 58, 63, 64, 89], "tz": [28, 55], "tzinfo": [28, 55], "u": [0, 23, 28, 40, 55, 62, 76, 77, 84], "u0": [24, 28, 29], "u0009": 54, "u0009nu000bu000cu000d": 54, "u000b": 54, "u000c": 54, "u000d": 54, "u5": [54, 84, 101], "ub": 49, "ubuntu": 80, "ubyt": 38, "ui": 1, "uint": [3, 24, 28, 31, 38, 39, 40, 54, 67], "uint16": [8, 25, 28, 38, 93], "uint32": [8, 25, 28, 31, 38, 84, 93], "uint64": [3, 8, 23, 25, 26, 28, 37, 38, 39, 40, 44, 45, 53, 59, 68, 82, 86, 87, 90, 91, 93, 95], "uint8": [8, 25, 28, 37, 38, 54, 68, 93, 95, 101], "uintc": 38, "uintp": 38, "uintptr_t": 38, "ulonglong": 38, "unabl": [21, 23, 24, 26, 28, 29, 39, 52, 54, 55, 92], "unaffect": 59, "unalt": [43, 96], "unbias": [26, 28, 39, 87, 92], "unchang": [21, 28], "undefin": [28, 40, 44, 45, 90], "under": [0, 2, 20, 21, 23, 24, 26, 28, 29, 31, 39, 40, 51, 52, 54, 55, 59, 62, 84, 88, 89, 92, 95, 101], "under_flat": [54, 101], "under_map": [54, 101], "underflow": [28, 37, 95], "underli": [21, 23, 24, 26, 28, 29, 37, 51, 52, 55, 92], "underneath": 62, "underscor": [4, 16], "undoubl": 58, "unequ": [28, 37, 87], "unflatten": 68, "uniform": [28, 37, 40, 43, 44, 45, 53, 83, 84, 86, 87, 90], "uniformli": [28, 40, 43, 44, 45, 90, 96], "uniniti": [28, 39], "uninterpret": [28, 37, 95], "union": [21, 22, 24, 26, 28, 30, 31, 33, 37, 39, 40, 41, 44, 45, 51, 53, 54, 66, 83, 84, 86, 87, 89, 90, 92, 93, 95, 98, 99, 101], "union1d": [21, 28, 41, 51, 58, 66, 83, 97, 99], "uniqu": [3, 21, 24, 26, 28, 29, 37, 39, 41, 51, 52, 54, 66, 68, 83, 84, 89, 92, 93, 94, 97, 98, 99, 101], "unique_al": 13, "unique_count": 13, "unique_invers": 13, "unique_kei": [26, 28, 83, 92], "unique_key_idx": 68, "unique_valu": [13, 28, 37, 39, 93], "uniqueallresult": 13, "uniquecountsresult": 13, "uniqueinverseresult": 13, "unit": [0, 1, 22, 24, 28, 29, 37, 52, 55, 56], "unknown": [24, 28, 29, 31, 39, 40, 54], "unless": [1, 24, 28, 31, 37, 43, 45, 54, 96, 101], "unlik": [24, 28, 31, 54, 55], "unlimit": [24, 28], "unnecessari": 64, "unord": [26, 28, 51], "unpack": [54, 73, 77, 101], "unregist": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 56, 83, 92], "unregister_al": [28, 56], "unregister_categorical_by_nam": [21, 28], "unregister_dataframe_by_nam": [24, 28], "unregister_groupby_by_nam": [26, 28, 83, 92], "unregister_pdarray_by_nam": [28, 39], "unregister_segarray_by_nam": [28, 51], "unregister_strings_by_nam": 54, "unrel": 90, "unset": [63, 77], "unsign": [38, 91], "unsignedinteg": 38, "unsort": [24, 28, 91], "unsqueez": [3, 28], "unstabl": [43, 96], "unstack": 11, "unsupport": [25, 26, 28, 31, 50, 53, 84, 99], "unsupportedoper": 32, "unsupportedopt": 32, "unsur": 0, "until": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 64, 92], "unus": [21, 28, 31, 84], "up": [1, 3, 21, 22, 24, 26, 28, 31, 37, 39, 41, 51, 54, 58, 61, 64, 65, 75, 76, 77, 78, 84, 87, 88, 89, 90, 99, 101], "updat": [21, 23, 24, 26, 28, 29, 31, 39, 42, 51, 52, 54, 55, 70, 75, 80, 84, 92], "update_hdf": [20, 21, 23, 24, 26, 28, 29, 31, 39, 51, 54], "update_nrow": [24, 28], "upgrad": [75, 79], "upon": [28, 37, 54, 77, 78, 81, 87], "upper": [28, 43, 45, 54, 62, 96], "upper_bounds_exclus": [3, 28], "upper_bounds_inclus": [3, 28], "uppercamelcas": 0, "uppercas": [28, 40, 54], "upstream": [62, 76, 77], "url": [1, 22, 24, 28, 52, 73, 75, 100], "us": [0, 1, 3, 4, 16, 21, 22, 23, 24, 26, 27, 28, 29, 31, 34, 37, 39, 40, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 58, 59, 60, 61, 62, 65, 67, 68, 69, 70, 76, 77, 80, 81, 82, 84, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101], "usag": [4, 16, 24, 28, 29, 52, 65, 73, 82, 97, 100], "use_seri": [24, 28, 91], "usedmodul": [63, 64, 78], "usehash": 54, "user": [0, 1, 20, 21, 23, 24, 26, 28, 29, 31, 34, 37, 39, 40, 42, 50, 51, 52, 54, 55, 56, 59, 62, 65, 66, 68, 69, 71, 73, 75, 76, 77, 78, 79, 80, 81, 84, 88, 89, 92, 95, 101], "user_defined_nam": [21, 23, 24, 26, 28, 29, 39, 51, 52, 54, 55, 92], "userdict": [24, 28, 46], "userid": [24, 28, 91, 92], "usernam": [24, 28, 50, 52, 91], "username_token": 50, "ushort": 38, "usual": [0, 24, 26, 28, 58, 92], "utf": [24, 28, 31, 54], "utf8proc": 75, "util": [0, 28, 31, 57, 62, 75, 76, 77], "v": [0, 28, 49, 51, 62, 76, 82, 97], "v1": [28, 47], "v2022": 62, "v2023": [64, 73], "val": [3, 25, 26, 28, 49, 51, 52, 56, 92, 97], "val1": 56, "val2": 56, "val_suffix": [28, 51], "valid": [3, 16, 21, 28, 31, 37, 40, 49, 52, 54, 84, 89, 95, 101], "validate_kei": [28, 52], "validate_v": [28, 52], "vals1": 56, "vals2": 56, "valu": [3, 4, 13, 20, 21, 22, 23, 24, 26, 28, 29, 31, 32, 33, 37, 38, 39, 40, 41, 43, 44, 45, 47, 49, 51, 52, 54, 55, 56, 59, 66, 68, 70, 77, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 94, 95, 96, 97, 99, 100, 101], "valuabl": 78, "value_count": [28, 37, 39, 52, 83, 93, 98], "value_label": [28, 52], "value_nam": [28, 51], "value_s": [59, 82], "valueerror": [3, 21, 22, 24, 26, 28, 29, 31, 32, 33, 37, 38, 39, 40, 41, 44, 45, 51, 52, 53, 54, 84, 86, 87, 89, 90, 92, 93, 97, 98, 100, 101], "var": [0, 1, 15, 24, 26, 28, 39, 49, 52, 58, 83, 87, 92, 93], "vari": [28, 39, 66, 75, 77, 79, 81, 97], "variabl": [0, 26, 28, 31, 33, 39, 49, 50, 51, 54, 59, 60, 76, 77, 78, 87, 92, 97, 101], "varianc": [26, 28, 39, 49, 87, 92, 93], "variat": 49, "varieti": [28, 43, 45, 96], "variou": [1, 67], "vcxsrv": 80, "ve": [64, 76, 77], "vecdot": 19, "vecentropi": 49, "vector": [23, 26, 28, 83, 92], "vendor_id_raw": 59, "venv": [75, 76], "verbos": [1, 28, 30, 34], "veri": [0, 24, 28, 66, 90, 91], "verifi": [0, 1, 24, 28, 69, 84, 91], "versa": [84, 91], "version": [0, 21, 24, 28, 38, 47, 56, 59, 62, 68, 73, 75, 76, 77, 79, 80], "versu": [28, 31, 84], "vertic": [28, 51, 52, 97], "verticl": [28, 52, 98], "via": [0, 1, 21, 24, 26, 28, 39, 40, 54, 58, 75, 76, 77, 84, 89, 92, 94, 95, 96, 101], "vice": [84, 91], "view": [4, 16, 20, 28, 62, 66, 71, 75, 81, 88, 95], "virtual": 75, "visibl": [21, 22, 28, 29, 31, 39, 51, 54, 100], "visit": [73, 76, 77], "visual": [28, 42], "vme": 59, "vname": 58, "vsxrrl": [28, 40], "w": [28, 35, 55, 101], "wa": [0, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 51, 52, 54, 55, 63, 68, 69, 75, 77, 84, 92, 95, 97], "wai": [22, 59, 63, 68, 73, 78, 87, 89, 90, 91, 95, 96, 101], "walk": [58, 60, 73], "want": [0, 1, 24, 28, 73, 77, 79, 91], "warmup": 59, "warn": [1, 28, 31, 34, 54, 84, 101], "we": [0, 1, 4, 24, 28, 29, 31, 37, 39, 43, 45, 54, 56, 58, 59, 60, 62, 64, 66, 67, 70, 75, 76, 77, 79, 80, 93, 95, 96], "web": [0, 62], "week": [28, 55, 92], "weekdai": [28, 55], "weekofyear": [28, 55], "weight": [28, 43, 45], "welcom": 0, "well": [23, 28, 59, 66, 79], "went": 100, "were": [3, 20, 26, 28, 29, 31, 39, 51, 54, 63, 78, 88, 92, 97, 101], "wget": 76, "what": [0, 25, 28, 43, 51, 58, 62, 63, 64, 78, 96, 100], "wheel": 75, "when": [0, 1, 3, 20, 21, 23, 24, 26, 28, 29, 31, 37, 39, 41, 51, 52, 54, 55, 56, 58, 59, 62, 63, 64, 66, 68, 70, 73, 75, 77, 78, 79, 80, 84, 87, 89, 91, 92, 95, 97, 99], "whenev": 101, "where": [1, 12, 21, 22, 24, 26, 28, 29, 31, 32, 33, 37, 39, 40, 41, 50, 51, 54, 56, 58, 59, 60, 61, 68, 76, 77, 83, 84, 92, 93, 94, 95, 97, 99, 100, 101], "wherea": [88, 101], "wherev": 64, "whether": [7, 21, 24, 26, 28, 31, 33, 35, 37, 41, 51, 52, 54, 55, 66, 84, 89, 97, 98, 99, 101], "which": [0, 3, 20, 21, 22, 23, 24, 26, 28, 29, 31, 37, 39, 40, 41, 43, 44, 45, 51, 52, 53, 54, 55, 58, 59, 61, 62, 64, 66, 75, 76, 77, 78, 82, 84, 86, 87, 88, 89, 90, 91, 92, 95, 96, 97, 99, 100, 101], "whichev": 80, "whicn": [22, 100], "while": [3, 28, 31, 53, 64, 68, 70, 75, 80, 84, 86], "whitespac": [28, 31, 49, 54], "whl": 75, "who": [0, 76, 77], "whole": [54, 62, 101], "whose": [24, 28, 38, 51, 52, 54, 98], "wide": 101, "width": [23, 28, 101], "wiki": [0, 28, 47], "wikipedia": [28, 47], "window": [28, 33, 50, 73, 81], "wise": [21, 28, 37, 39, 83, 88], "wish": 78, "within": [21, 22, 24, 26, 27, 28, 29, 31, 39, 40, 43, 45, 51, 54, 58, 59, 68, 70, 90, 91, 92, 96, 97], "without": [21, 28, 31, 39, 43, 45, 64, 73, 75, 84, 91], "won": 64, "word": [3, 28, 43, 45, 96], "work": [0, 21, 24, 28, 31, 39, 41, 46, 54, 63, 66, 68, 70, 73, 76, 77, 78, 84, 89, 91, 94, 99, 101], "workflow": [0, 28, 31, 56, 62, 78, 84], "workhors": 92, "world": [54, 84, 101], "worri": 63, "wors": 63, "would": [56, 60, 64, 69, 84, 87, 92], "wraparound": 59, "wrapper": [4, 7, 9, 10, 14, 16, 17, 23, 28, 95], "writ": 70, "write": [1, 20, 21, 24, 28, 29, 31, 32, 34, 39, 51, 52, 54, 59, 62, 67, 84, 88], "write_fil": [28, 31, 84], "write_line_to_fil": 32, "write_log": [28, 34], "writeln": 0, "written": [21, 24, 26, 28, 29, 31, 32, 34, 39, 51, 52, 54, 67, 68, 69, 70, 71, 75, 84, 92, 95], "wrong": [28, 31, 100], "wrote": 0, "wsl": 80, "wsl2": [59, 81], "wt": [24, 28, 52], "x": [0, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 23, 24, 25, 26, 28, 31, 37, 39, 42, 43, 45, 47, 48, 49, 51, 54, 56, 66, 80, 84, 87, 88, 89, 91, 92, 95, 97, 101], "x1": [9, 12, 19], "x2": [9, 12, 19], "x410": 80, "x86": 76, "x86_64": [38, 59, 76, 80], "x_edg": [28, 37], "xgetbv1": 59, "xlabel": [28, 42], "xlogi": [28, 48], "xor": [24, 26, 28, 39, 51, 83, 92], "xore": [28, 37], "xsave": 59, "xsavec": 59, "xsaveopt": 59, "xserver": 80, "xtol": 49, "xtopologi": 59, "xvf": 76, "xy": 6, "xzf": [73, 77], "y": [28, 37, 39, 42, 47, 48, 49, 60, 76], "y_edg": [28, 37], "yaml": 79, "yaml_fil": 79, "ye": 60, "year": [28, 55], "yet": [28, 51, 75, 84, 88], "yield": [1, 20, 21, 24, 28, 29, 31, 39, 51, 54, 91, 94], "yml": [73, 76, 77, 79], "you": [0, 1, 21, 23, 24, 26, 28, 29, 31, 39, 51, 52, 54, 55, 58, 59, 60, 62, 63, 64, 65, 66, 68, 69, 73, 75, 76, 77, 78, 79, 80, 81, 91, 92, 94], "your": [0, 1, 24, 28, 29, 31, 39, 54, 60, 61, 62, 64, 65, 73, 75, 76, 77, 78, 79, 80, 81, 91, 100, 101], "your_fork": [76, 77], "your_machin": 73, "yum": 76, "yyyi": 62, "z": [28, 37], "zero": [6, 26, 28, 37, 39, 40, 49, 62, 83, 90, 92, 94, 95], "zero_up": [3, 28], "zerodivisionerror": [28, 39, 40, 90], "zeromq": [75, 79], "zeros_lik": [6, 28, 40, 83, 90], "zmq": [1, 75], "zmqchannel": [22, 100], "zone": [28, 55], "zsh": 77, "zshrc": 77, "zstd": [21, 24, 28, 29, 31, 39, 51, 54, 59, 70], "\u00b2": 54}, "titles": ["Contributing", "Environment Variables", "arkouda.accessor
", "arkouda.alignment
", "arkouda.array_api._array_object
", "arkouda.array_api._constants
", "arkouda.array_api._creation_functions
", "arkouda.array_api._data_type_functions
", "arkouda.array_api._dtypes
", "arkouda.array_api._elementwise_functions
", "arkouda.array_api._indexing_functions
", "arkouda.array_api._manipulation_functions
", "arkouda.array_api._searching_functions
", "arkouda.array_api._set_functions
", "arkouda.array_api._sorting_functions
", "arkouda.array_api._statistical_functions
", "arkouda.array_api._typing
", "arkouda.array_api._utility_functions
", "arkouda.array_api
", "arkouda.array_api.linalg
", "arkouda.array_view
", "arkouda.categorical
", "arkouda.client
", "arkouda.client_dtypes
", "arkouda.dataframe
", "arkouda.dtypes
", "arkouda.groupbyclass
", "arkouda.history
", "arkouda
", "arkouda.index
", "arkouda.infoclass
", "arkouda.io
", "arkouda.io_util
", "arkouda.join
", "arkouda.logger
", "arkouda.match
", "arkouda.matcher
", "arkouda.numeric
", "arkouda.numpy
", "arkouda.pdarrayclass
", "arkouda.pdarraycreation
", "arkouda.pdarraysetops
", "arkouda.plotting
", "arkouda.random._generator
", "arkouda.random._legacy
", "arkouda.random
", "arkouda.row
", "arkouda.scipy
", "arkouda.scipy.special
", "arkouda.scipy.stats
", "arkouda.security
", "arkouda.segarray
", "arkouda.series
", "arkouda.sorting
", "arkouda.strings
", "arkouda.timeclass
", "arkouda.util
", "API Reference", "Adding Your First Feature", "PyTest Benchmarks", "GASNet Development", "Reducing Memory Usage of Arkouda Builds", "Release Process", "Speeding up Arkouda Compilation", "Tips for Reproducing User Bugs", "Developer Documentation", "Examples", "CSV", "HDF5", "Import/Export", "Parquet", "File I/O", "Arkouda Documentation", "Quickstart", "Chapel API Reference", "Building the Server", "Linux", "MacOS", "Modular Server Builds", "Requirements", "Windows (WSL2)", "Installation", "Performance Testing", "Usage Guide", "Data I/O", "Indexs in Arkouda", "Sorting", "Arithmetic and Numeric Operations", "ArrayView in Arkouda", "Categoricals", "Creating Arrays", "DataFrames in Arkouda", "GroupBy", "Summarizing Data", "Indexing and Assignment", "The pdarray
class", "Random in Arkouda", "SegArrays in Arkouda", "Series in Arkouda", "Array Set Operations", "Startup", "Strings in Arkouda"], "titleterms": {"3": [73, 100], "The": [59, 95], "_array_object": 4, "_constant": 5, "_creation_funct": 6, "_data_type_funct": 7, "_dtype": 8, "_elementwise_funct": 9, "_gener": 43, "_indexing_funct": 10, "_legaci": 44, "_manipulation_funct": 11, "_searching_funct": 12, "_set_funct": 13, "_sorting_funct": 14, "_statistical_funct": 15, "_type": 16, "_utility_funct": 17, "access": 97, "accessor": 2, "ad": [0, 1, 58, 78], "align": 3, "all": 75, "alwai": 63, "an": 78, "anaconda": [76, 77, 79], "api": [57, 67, 68, 69, 70, 71, 74], "append": [91, 97], "argsort": [82, 85], "argument": [59, 82], "arithmet": 87, "arkouda": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 58, 60, 61, 63, 66, 67, 68, 70, 72, 73, 75, 76, 77, 78, 85, 88, 91, 96, 97, 98, 100, 101], "arrai": [66, 90, 97, 99], "array_api": [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19], "array_view": 20, "arrayview": [68, 88], "arrow": 75, "assign": 94, "attribut": [4, 16, 25, 28, 30, 38, 50, 51, 68], "basic": 66, "benchmark": 59, "between": 84, "bug": [0, 64], "build": [60, 61, 63, 64, 75, 77, 78], "cast": 95, "categor": [21, 68, 70, 89], "chang": 85, "chapel": [0, 1, 60, 74, 76, 77], "class": [2, 4, 7, 13, 16, 20, 21, 23, 24, 26, 27, 28, 29, 34, 35, 36, 37, 38, 39, 43, 45, 46, 47, 49, 51, 52, 54, 55, 95], "client": [1, 22, 58, 73, 84, 100], "client_dtyp": 23, "clone": [76, 77], "code": 0, "column": 91, "compil": [1, 63], "compress": 70, "concat": 85, "concaten": [90, 91], "configur": [60, 68, 75, 78], "connect": [73, 100], "constant": 90, "construct": 89, "content": [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56], "contribut": 0, "convent": 0, "copi": 91, "core": 0, "count": [93, 98], "creat": [66, 90], "creation": [66, 88, 96], "csv": 67, "custom": 78, "data": [67, 68, 70, 84, 91, 93, 95], "datafram": [24, 66, 67, 68, 70, 91], "dataset": 84, "dedupl": [91, 97], "depend": [1, 73, 75, 79], "descript": 93, "develop": [0, 60, 65, 79], "diff": 62, "differ": 97, "directori": 1, "disconnect": 73, "disk": 84, "distribut": [68, 75], "document": [65, 72, 75], "drop": 91, "dtype": [25, 85], "effici": 64, "element": [87, 97], "environ": [1, 60, 63, 75, 76, 77], "exampl": [58, 66, 67], "export": [66, 69, 71, 84], "express": 101, "featur": [0, 58, 85, 91, 96, 98], "file": [59, 67, 68, 71, 78, 84], "filter": 91, "first": 58, "flag": 1, "flatten": 101, "format": [67, 71, 84], "from": [1, 77, 84], "full": [59, 64], "function": [2, 3, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 19, 22, 23, 24, 25, 26, 28, 30, 31, 32, 33, 34, 37, 39, 40, 41, 42, 43, 44, 45, 47, 48, 50, 51, 53, 55, 56, 58, 71, 87], "gasnet": 60, "gather": [82, 94], "gener": [62, 71], "get": 75, "git": 62, "groupbi": [66, 68, 91, 92], "groupbyclass": 26, "guid": [81, 83], "hdf5": 68, "head": [91, 98], "header": 67, "histogram": 93, "histori": 27, "homebrew": 77, "i": [71, 84, 101], "import": [66, 69, 71, 84], "index": [29, 67, 68, 70, 85, 88, 91, 94], "individu": 75, "infoclass": 30, "instal": [73, 75, 76, 77, 79, 81], "instruct": 62, "integ": [94, 96], "integr": 98, "interact": 66, "interfac": 58, "intersect": 97, "io": 31, "io_util": 32, "issu": 0, "iter": [88, 89, 91, 95, 97, 101], "join": [33, 101], "json": 59, "kernel": 76, "l": 71, "larg": 84, "launch": [73, 100], "legaci": 68, "linalg": 19, "lint": 0, "linux": 76, "list": 79, "log": 62, "logger": 34, "logic": 94, "lookup": [85, 98], "maco": 77, "makefil": 1, "manual": 75, "map": 66, "match": [35, 101], "matcher": 36, "memori": 61, "merg": 0, "metadata": 68, "method": [97, 101], "mode": [68, 70], "modul": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 78], "modular": [63, 75, 78], "name": [82, 95], "new": 78, "next": [76, 77], "ngram": 97, "note": 62, "numer": [37, 87], "numpi": 38, "o": [71, 84, 101], "object": [66, 101], "onli": 0, "oper": [66, 87, 89, 95, 97, 99, 101], "output": 59, "outsid": 1, "overview": 81, "packag": [18, 28, 45, 75], "panda": [66, 98], "parquet": 70, "path": 1, "pdarrai": [66, 67, 68, 70, 94, 95], "pdarrayclass": 39, "pdarraycr": 40, "pdarraysetop": 41, "perform": [82, 97, 101], "permut": 91, "pip": 79, "plot": 42, "posit": 82, "prefix": 97, "prepend": 97, "preprocess": 84, "process": [0, 62, 78], "pull": 0, "pytest": 59, "python": [0, 1, 58, 66, 73, 76, 77, 79, 100], "python3": 0, "quickstart": 73, "random": [43, 44, 45, 90, 96], "rank": 95, "read": [59, 71, 84], "recommend": [75, 77], "reduc": [61, 82], "reduct": 87, "refer": [57, 67, 68, 69, 70, 74], "regular": [90, 101], "releas": [0, 62], "renam": 91, "report": 0, "repositori": [76, 77], "reproduc": 64, "request": 0, "requir": [79, 81], "reset": 91, "reshap": 95, "review": 0, "rhel": 76, "row": 46, "run": [0, 1, 59, 60, 78], "save": [64, 78], "scalar": 87, "scan": [82, 87], "scatter": [82, 94], "schema": 68, "scipi": [47, 48, 49], "search": 101, "secur": 50, "segarrai": [51, 68, 70, 97], "seri": [52, 98], "server": [58, 73, 75, 78, 84, 100], "set": [63, 66, 97, 99], "setop": 97, "shutdown": 73, "singl": 59, "size": 97, "slice": 94, "sort": [53, 86, 91, 98], "sourc": 77, "special": 48, "specif": [79, 97, 101], "specifi": 78, "speed": 63, "split": 101, "src": 1, "standard_norm": 96, "start": 75, "startup": 100, "stat": 49, "statist": 93, "step": [62, 76, 77], "stream": 82, "string": [54, 67, 68, 70, 101], "sub": 97, "submodul": [18, 28, 47], "subpackag": 28, "substr": 101, "suffix": 97, "suit": 59, "summar": 93, "support": [67, 68, 70, 71, 84], "symmetr": 97, "system": 63, "tail": [91, 98], "team": 0, "test": [0, 1, 59, 82], "timeclass": 55, "tip": 64, "troubleshoot": 75, "type": [67, 68, 70, 91, 95], "ubuntu": 76, "uniform": 96, "union": 97, "up": 63, "updat": [76, 77, 79], "us": [63, 66, 73, 75, 78, 79], "usag": [61, 83], "user": 64, "util": 56, "valu": [93, 98], "variabl": [1, 63, 75], "vector": 87, "where": 87, "window": 80, "wise": 87, "without": 67, "write": [0, 68, 70, 71], "wsl2": 80, "your": 58}})
\ No newline at end of file