API Reference¶
This reference documents the Python API of Deep Lake.
Core Components¶
- Dataset Classes: Documentation for
Dataset
,ReadOnlyDataset
, andDatasetView
classes - Column Classes: Documentation for
Column
andColumnView
classes - Types: Available data types including basic numeric types and ML-optimized types
- Schemas: Pre-built schema templates for common data structures
- Query Language: Complete TQL syntax and operations
- Miscellaneous: Version control, metadata, and auxiliary functionality
Getting Started¶
For implementation guidance and examples, please refer to: