For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • API Reference
    • Overview
        • Nemo Curator
          • Backends
          • Config
          • Core
          • Metrics
          • Models
          • Package Info
          • Pipeline
          • Stages
          • Tasks
          • Utils
            • Client Utils
            • Column Utils
            • Decoder Utils
            • File Utils
            • Gpu Utils
            • Grouping
            • Hf Download Utils
            • Merge File Prefixes
            • Nvcodec Utils
            • Operation Utils
            • Performance Utils
            • Prompts
            • Ray Utils
            • Split Large Files
            • Storage Utils
            • Vllm Utils
            • Windowing Utils
            • Writer Utils
    • Pipeline
    • ProcessingStage
    • CompositeStage
    • Resources
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogoNeMo Curator
On this page
  • Module Contents
  • Functions
  • API
API ReferenceFull Library ReferenceNemo CuratorNemo CuratorUtils

nemo_curator.utils.column_utils

||View as Markdown|
Previous

nemo_curator.utils.client_utils

Next

nemo_curator.utils.decoder_utils

Module Contents

Functions

NameDescription
resolve_filename_columnResolve the filename column name based on the input parameter.

API

nemo_curator.utils.column_utils.resolve_filename_column(
add_filename_column: bool | str
) -> str | None

Resolve the filename column name based on the input parameter.

Parameters:

add_filename_column
bool | str

Can be:

  • True: Use default filename column name
  • False: No filename column
  • str: Use the provided string as column name

Returns: str | None

str | None: The filename column name or None if not needed