lector.cli#
Command-line interface.
Functions#
|
Read a CSV file into an Arrow table. |
Attributes#
- lector.cli.read(fp=typer.Argument(..., exists=True, file_okay=True, dir_okay=False, resolve_path=True), types=typer.Option(Inference.Auto), log=typer.Option(False))[source]#
Read a CSV file into an Arrow table.
- Parameters:
fp (pathlib.Path) –
types (Optional[lector.Inference]) –
log (Optional[bool]) –