ydb-python-sdk
ydb-python-sdk copied to clipboard
Add helpers for common data export and import operations
Add data export and import interface allowing to read file to table and to extract table into file. Ideally support per-line JSON, CSV and TSV data formats both for input and output. This feature is often requested by customers trying to connect to YDB via "Python Notebook" style environment.