![]() |
考研的紫菜汤 · 空调外机支架平台-空调外机支架平台促销价格、 ...· 3 月前 · |
![]() |
纯真的包子 · Strange behavior ...· 3 月前 · |
![]() |
沉稳的脆皮肠 · 赫弗城堡与花园 到 ...· 4 月前 · |
![]() |
温文尔雅的烤面包 · 大屏仪表盘实时可视化项目数据分析 - 资讯 ...· 5 月前 · |
![]() |
文质彬彬的打火机 · 京张高铁清河站即将启用!地铁换高铁,这么走. ...· 5 月前 · |
Bases:
_CRecordBatchWriter
Writer to create a CSV file.
str
, path,
pyarrow.OutputStream
or file-like object
The location where to write the CSV data.
pyarrow.Schema
The schema of the data to be written.
pyarrow.csv.WriteOptions
Options to configure writing the CSV data.
MemoryPool
, optional
Pool for temporary allocations.
write_batch ( self , RecordBatch batch , custom_metadata=None ) #Write RecordBatch to stream.
RecordBatch
KeyValueMetadata
Keys and values must be string-like / coercible to bytes
write_table ( self , Table table , max_chunksize=None ) #Write Table to stream in (contiguous) RecordBatch objects.
Table
int
, default
None
Maximum number of rows for RecordBatch chunks. Individual chunks may be smaller depending on the chunk layout of individual columns.