![]() |
逆袭的鸭蛋 · Delete Documents - ...· 1 月前 · |
![]() |
谦虚好学的铁链 · F1賽車手收入榜前十名2023:紅牛維斯塔潘 ...· 2 周前 · |
![]() |
善良的稀饭 · 奥乐齐中国首家门店荣获LEED零售金级认证 ...· 4 月前 · |
![]() |
活泼的针织衫 · 如何管理表和查看历史删表记录_实时数仓 ...· 5 月前 · |
![]() |
活泼的冲锋衣 · DIY Smart Automatic ...· 6 月前 · |
![]() |
重情义的筷子 · Can't Connect to a ...· 7 月前 · |
![]() |
冷静的小刀 · (加料版)柯南讲堂【血源诅咒】迷宫基础知识问 ...· 7 月前 · |
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.