Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Enable automatic type deduction for columns built from lists of dataframes. #386

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 17, 2022

  1. Enable automatic type deduction for columns built from lists of dataf…

    …rames.
    
    Summary:
    Enable type inference functions to automatically deduce the row types when a
    column is built from a list of dataframe objects without supplying the "dtype"
    parameter.
    
    REMARKS:
    1. The same issue occurs when supplying a list of columns as input rather than
    a list of dataframes. This will be addressed in a subsequent commit once this
    diff is reviewed.
    
    2. The "ta.velox_rt.list_column_cpu.ListColumnCpu" import is placed in an awkward
    location because of a circular import issue.
    
    Reviewed By: OswinC
    
    Differential Revision: D37240169
    
    fbshipit-source-id: 29e6156de8ed178af655d6380677b08f8bb63da0
    Hualong Gervais authored and facebook-github-bot committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    5f20a7d View commit details
    Browse the repository at this point in the history