🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "dask"

Found 4 matching component(s)

  • function isfinite

    Extended version of numpy.isfinite that handles additional data types including None, strings, datetime objects, masked arrays, and dask arrays.

    File: /tf/active/vicechatdev/patches/util.py

    validation data-processing numpy pandas dask
  • function is_dataframe

    Checks whether the supplied data object is a pandas DataFrame or a Dask DataFrame, with support for lazy imports of both libraries.

    File: /tf/active/vicechatdev/patches/util.py

    dataframe type-checking validation pandas dask
  • function is_series

    Checks whether the supplied data object is a pandas Series or dask Series type, with lazy loading support for dask.

    File: /tf/active/vicechatdev/patches/util.py

    type-checking validation pandas dask series
  • function is_dask_array

    Checks whether the provided data object is a Dask array by conditionally importing dask.array and performing an isinstance check.

    File: /tf/active/vicechatdev/patches/util.py

    type-checking dask array validation conditional-import

Search Examples