I'm trying to stream dataframes to an SQLite table and everything works 
fine unless the dataframe has both numeric and character columns.

When I run:
source = DataStreams.Data.Table(df)

It works if the dataframe is all strings or all numbers. With mixed data, 
however, it changes all the values to #NULL. Am I doing something wrong?

Thanks.

Brandon

Reply via email to