ToucanToco/fastexcel

refactor: support mixed indices and column names for dtypes and column selection

Closed this issue · 0 comments

Also add some information about selected columns.

  • name: str
  • index: int
  • dtype: DType
  • name_from: "provided" | "looked_up" | "generated"
  • dtype_from: "provided_by_index" | "provided_by_name" | "guessed"