Python SDK Guide#
Vast DB SDK is a Python based API designed for interacting with VastDB, enabling operations such as schema and table management, data querying, and transaction handling. Key libraries used in this API include requests for HTTP requests, pyarrow for handling Apache Arrow data formats, and flatbuffers for efficient serialization of data structures.
See also
The Vast DB SDK API Documentation is available here.
Table of Contents#
- Create Session
- Scheme Management
- Table Management
- Column Management
- Querying Data
- Query with ‘LIMIT n’
- Projections
- Manipulating Data
- Utility: Verify Parquet
- Importing Files using API
- Importing Files using Pandas
- Snapshots Management
- Transaction Management
- Performance Tuning
- RecordBatchReader functionality