Skip to content

We can make a new issue about this, but it would be great to refactor from_pydict below to: #464

Description

@kylebarron

We can make a new issue about this, but it would be great to refactor from_pydict below to:

  1. Use from_arrays internally like Table already does:
    let (names, arrays): (Vec<_>, Vec<_>) = mapping.into_iter().unzip();
    Self::from_arrays(cls, arrays, Some(names), schema, metadata)
  2. Take in a schema parameter

Originally posted by @kylebarron in #461 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions