plateau

Guides

  • Getting Started
  • Partitioning
  • Mutating Datasets
  • Dask indexing
  • Examples

Background

  • Specification
  • Type System
  • DataFrame Serialization
  • KeyValueStore Interface
  • Storage Layout
  • Indexing
  • Efficient Querying
  • Parallel Execution with Dask

Reference

  • Module Reference
    • plateau package
      • Subpackages
        • plateau.api package
        • plateau.core package
        • plateau.io package
        • plateau.io_components package
        • plateau.serialization package
        • plateau.utils package
      • Module contents
  • Versioning
  • Changelog
plateau
  • plateau
  • plateau package
  • plateau.utils package
  • View page source

plateau.utils package

Submodules

  • plateau.utils.converters module
    • converter_str()
    • converter_str_set()
    • converter_str_set_optional()
    • converter_str_tupleset()
    • converter_tuple()
    • get_str_to_python_converter()
  • plateau.utils.pandas module
    • aggregate_to_lists()
    • concat_dataframes()
    • drop_sorted_duplicates_keep_last()
    • is_dataframe_sorted()
    • mask_sorted_duplicates_keep_last()
    • merge_dataframes_robust()
    • sort_dataframe()
  • plateau.utils.store module
    • copy_keys()

Module contents

Utilities that are not plateau-specific but are required to archive certain tasks.

Previous Next

© Copyright .

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