lector.cli#

Command-line interface.

Functions#

read([fp, types, log])

Read a CSV file into an Arrow table.

Attributes#

CLI

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]) –

lector.cli.CLI[source]#