ordeq_ibis
IbisCSV
dataclass
¶
Bases: IO[Table]
IO to load from and save to CSV data using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisDelta
dataclass
¶
Bases: IO[Table]
IO to load from and save to DELTA data using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisJSON
dataclass
¶
Bases: IO[Table]
IO to load from and save to JSON data using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisParquet
dataclass
¶
Bases: IO[Table]
IO to load from and save to PARQUET data using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisSQL
dataclass
¶
Bases: Input[Table]
IO to load a table from a sql expression using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisTable
dataclass
¶
Bases: IO[Table]
IO to load from and save to a table using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisView
dataclass
¶
Bases: Output[Table]
IO to save to a view using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.
IbisXlsx
dataclass
¶
Bases: IO[Table]
IO to load from and save to XLSX data using Ibis.
Example usage:
1 2 3 4 5 6 7 8 9 10 11 | |
See 1 on how to configure the resource.