DAF Logo
latest
  • README
  • History
  • DAF API
    • daf.example
    • daf.access
    • daf.storage
    • daf.typing
      • daf.typing 1D data
      • daf.typing 2D data
      • daf.typing support
        • daf.typing.unions
        • daf.typing.dtypes
        • daf.typing.layouts
        • daf.typing.optimization
        • daf.typing.freezing
        • daf.typing.descriptions
        • daf.typing fake
    • daf.groups
    • Index
  • TODO
DAF
  • DAF API
  • daf.typing
  • daf.typing support
  • Edit on GitHub

daf.typing supportΒΆ

  • daf.typing.unions
    • AnyData
    • Known
    • is_known()
    • be_known()
    • Known1D
    • is_known1d()
    • be_known1d()
    • Known2D
    • is_known2d()
    • be_known2d()
    • Proper
    • is_proper()
    • be_proper()
    • Proper1D
    • is_proper1d()
    • be_proper1d()
    • Proper2D
    • is_proper2d()
    • be_proper2d()
    • ProperInRows
    • is_proper_in_rows()
    • be_proper_in_rows()
    • ProperInColumns
    • is_proper_in_columns()
    • be_proper_in_columns()
  • daf.typing.dtypes
    • STR_DTYPE
    • INT_DTYPES
    • FLOAT_DTYPES
    • NUM_DTYPES
    • FIXED_DTYPES
    • ENTRIES_DTYPES
    • ALL_DTYPES
    • DType
    • DTypes
    • dtype_of()
    • has_dtype()
    • is_dtype()
  • daf.typing.layouts
    • AnyMajor
      • AnyMajor.name
      • AnyMajor.numpy_order
      • AnyMajor.numpy_flag
      • AnyMajor.contiguous_axis
      • AnyMajor.sparse_class
      • AnyMajor.sparse_class_name
    • ROW_MAJOR
    • COLUMN_MAJOR
    • has_layout()
    • copy2d()
    • fast_all_close()
    • as_layout()
    • BLOCK_SIZE
  • daf.typing.optimization
    • KnownT
    • why_not_optimal()
    • is_optimal()
    • be_optimal()
    • optimize()
  • daf.typing.freezing
    • ProperT
    • freeze()
    • unfreeze()
    • is_frozen()
    • unfrozen()
  • daf.typing.descriptions
    • data_description()
    • assert_data()
  • daf.typing fake
    • Series
    • DataFrame
    • spmatrix
    • cs_matrix
Previous Next

© Copyright 2022 Weizmann Institute of Science. Revision 734b891a.

Built with Sphinx using a theme provided by Read the Docs.