Contents Menu Expand Light mode Dark mode Auto light/dark mode
3LC Logo
Blog
About Us
Documentation
Discord
Contact Us
  • Home
  • Introduction
  • Quickstart
  • User Guide
    • 3LC Dashboard
      • Example
      • Panels
      • Pages
      • Views
      • Operations
      • Keyboard Shortcuts
    • tlc Python Package
      • Core Concepts
        • Objects, URLs, and Schemas
        • Tables
        • Runs
      • Register Datasets
      • Collect Metrics
      • 3LC Project Structure
      • SampleType and structure
      • Sample Weights
      • URL Details
    • 3lc Command Line Interface
    • 3LC Object Service
    • Integrations
      • PyTorch
      • Hugging Face
      • Detectron2
      • YOLOv5
      • YOLOv8
      • PyTorch Lightning
      • Google Colab
    • Configuration
    • Sharing 3LC Tables and Runs
    • Default File Locations
    • Glossary
  • Example Notebooks
    • MNIST
    • CIFAR-10
    • Detectron2 Balloons
    • Detectron2 COCO128
    • Hugging Face IMDb
    • Hugging Face fine-tuning
    • Hugging Face CIFAR-100 Embeddings
    • PyTorch Lightning SegFormer
    • Bounding Box Notebooks
      • Per Bounding Box Metrics
      • Train a Classifier on Bounding Boxes
      • Add Per Bounding Box Embeddings
    • Write Your Own Table
  • Frequently Asked Questions
  • Python API
    • tlc
      • client
        • bulk_data_url_utils
        • helpers
        • log
        • operations
          • table_operations
        • reduce
          • pacmap
          • reduce
          • reduction_method
          • umap
        • sample_type
        • torch
          • metrics
            • collect
            • metrics_aggregators
              • aggregator
              • mean_aggregator
            • metrics_collectors
              • bounding_box_metrics_collector
              • classification_metrics_collector
              • embeddings_metrics_collector
              • functional_metrics_collector
              • metrics_collector_base
              • segmentation_metrics_collector
            • predictor
          • samplers
            • infinite_weighted_random_sampler
      • core
        • builtins
          • constants
            • bool_roles
            • column_names
            • composite_roles
            • display_importances
            • number_roles
            • paths
            • string_roles
            • units
            • values
            • widgets
          • schemas
            • bounding_box_list_schema
            • rgb_image_schema
            • row_count_schema
            • schemas
            • top_n_prediction_schema
            • voxelset_schema
          • types
            • bb_crop_interface
            • bounding_box
        • exceptions
        • export
          • exporter
          • exporters
            • coco
            • csv
            • default_json
        • external_data_resolver
        • external_data_resolver_registry
        • external_data_resolvers
          • image_file_external_data_resolver
          • vds_image_external_data_resolver
          • vds_voxelset_external_data_resolver
        • init_global_objects
        • json_helper
        • object
        • object_reference
        • object_registry
        • object_type_registry
        • objects
          • mutable_object
          • mutable_objects
            • configuration
            • run
          • null_object
          • table
          • tables
            • from_python_object
              • table_from_pandas
              • table_from_pydict
              • table_from_torch_dataset
            • from_table
              • edited_table
              • filtered_table
              • filtered_table_criteria
                • all_filter_criterion
                • any_filter_criterion
                • bool_filter_criterion
                • filter_criterion
                • filter_criterion_factory
                • freetext_filter_criterion
                • integer_set_filter_criterion
                • logical_not_filter_criterion
                • numeric_range_filter_criterion
                • region_filter_criterion
                • text_filter_criterion
              • pacmap_table
              • reduced_table
              • rolled_up_table
              • schema_helper
              • subset_table
              • umap_table
              • unrolled_table
            • from_tables
              • joined_table
            • from_url
              • table_from_coco
              • table_from_csv
              • table_from_parquet
              • table_from_row_cache
              • table_from_yolo
              • utils
            • generators
              • random_table
            • in_memory_rows_table
            • null_overlay
            • null_table
            • system_tables
              • indexing
              • indexing_table
              • indexing_tables
                • lineage_helper
                • run_indexing_table
                • table_indexing_table
                • table_info
              • log_table
              • project_scan_iterator
              • single_dir_scan_iterator
        • operations
          • bb_operations
          • operation
        • schema
        • schema_helper
        • serialization_version_helper
        • table_row_serializer
        • table_row_serializer_registry
        • table_row_serializers
          • parquet_table_row_serializer
        • type_helper
        • url
        • url_adapter
        • url_adapter_registry
        • url_adapters
          • abfs_url_adapter
          • api_url_adapter
          • file_url_adapter
          • fsspec_url_adapter
          • gcs_url_adapter
          • http_url_adapter
          • s3_url_adapter
        • writers
          • metrics_writer
          • table_writer
      • integration
        • detectron2
          • detectron_metrics_collection_hook
          • metrics_collection_hook
          • register_coco_instances
          • umap_reduce_embeddings_hook
        • hugging_face
          • features
          • table_from_hugging_face
          • trainer
        • pytorch_lightning
          • module_decorator
    • tlcconfig
      • logger_configurator
      • option_loader
      • options
  • Release Notes
    • 3LC Version 2.2 Release Notes
    • 3LC Version 2.1 Release Notes
    • 3LC Version 2.0 Release Notes
    • 3LC Version 1.0 Release Notes
Back to top

tlc.client.operations#

Functions taking Table columns as inputs to produce new columns.

Modules and Packages#

Module

Description

table_operations

Perform operations on a table.

Next
tlc.client.operations.table_operations
Previous
tlc.client.log
Copyright © 2024, The 3LC Team
On this page
  • tlc.client.operations
    • Modules and Packages

We use cookies to improve 3LC’s site. Some cookies are necessary for our website and services to function properly. Other cookies are optional and help personalize your experience, including advertising and analytics. You can consent to all cookies, decline all optional cookies, or manage optional cookies. Without a selection, our default cookie settings will apply. You can change your preferences at any time. To learn more, check out our Cookie Policy.