Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
arkouda documentation
arkouda documentation

Contents:

  • Quickstart
  • Requirements
  • Installation
    • Linux
    • Windows (WSL2)
    • MacOS
  • Building the Server
  • Modular Server Builds
  • Performance Testing
  • File I/O
    • HDF5
    • Parquet
    • CSV
    • Import/Export
  • Usage Guide
    • Startup
    • The pdarray class
    • Creating Arrays
    • Arithmetic and Numeric Operations
    • Indexing and Assignment
    • Summarizing Data
    • Sorting
    • Array Set Operations
    • GroupBy
    • Strings in Arkouda
    • Categoricals
    • Random in Arkouda
    • SegArrays in Arkouda
  • Examples
  • Contributing
  • API Reference
    • arkouda
      • arkouda.accessor
      • arkouda.alignment
      • arkouda.apply
      • arkouda.array_api
        • arkouda.array_api.array_object
        • arkouda.array_api.creation_functions
        • arkouda.array_api.data_type_functions
        • arkouda.array_api.elementwise_functions
        • arkouda.array_api.indexing_functions
        • arkouda.array_api.linalg
        • 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.utility_functions
      • arkouda.categorical
      • arkouda.client
      • arkouda.client_dtypes
      • arkouda.comm_diagnostics
      • arkouda.dataframe
      • arkouda.groupbyclass
      • arkouda.history
      • arkouda.index
      • arkouda.infoclass
      • arkouda.io
      • arkouda.io_util
      • arkouda.join
      • arkouda.logger
      • arkouda.match
      • arkouda.matcher
      • arkouda.numpy
        • arkouda.numpy.char
        • arkouda.numpy.ctypeslib
        • arkouda.numpy.dtypes
        • arkouda.numpy.exceptions
        • arkouda.numpy.fft
        • arkouda.numpy.lib
          • arkouda.numpy.lib.emath
        • arkouda.numpy.linalg
        • arkouda.numpy.ma
        • arkouda.numpy.manipulation_functions
        • arkouda.numpy.numeric
        • arkouda.numpy.pdarrayclass
        • arkouda.numpy.pdarraycreation
        • arkouda.numpy.pdarraymanipulation
        • arkouda.numpy.pdarraysetops
        • arkouda.numpy.polynomial
        • arkouda.numpy.random
        • arkouda.numpy.rec
        • arkouda.numpy.segarray
        • arkouda.numpy.sorting
        • arkouda.numpy.strings
        • arkouda.numpy.timeclass
        • arkouda.numpy.util
        • arkouda.numpy.utils
      • arkouda.plotting
      • arkouda.row
      • arkouda.scipy
        • arkouda.scipy.special
        • arkouda.scipy.stats
      • arkouda.security
      • arkouda.series
      • arkouda.sparrayclass
      • arkouda.sparsematrix
      • arkouda.testing
  • Chapel API Reference
  • Index
  • Developer Documentation
    • Speeding up Arkouda Compilation
    • Tips for Reproducing User Bugs
    • Reducing Memory Usage of Arkouda Builds
    • GASNet Development
    • Release Process
    • PyTest Benchmarks
    • Adding Your First Feature
Back to top
View this page

Developer DocumentationΒΆ

Here you will find documentation useful for development in Arkouda.

  • Speeding up Arkouda Compilation
  • Tips for Reproducing User Bugs
  • Reducing Memory Usage of Arkouda Builds
  • GASNet Development
  • Release Process
  • PyTest Benchmarks
  • Adding Your First Feature
Next
Speeding up Arkouda Compilation
Copyright © 2020, Michael Merrill and William Reus
Made with Sphinx and @pradyunsg's Furo