Skip to content

load_table_from_dataframe -- support alternative serialization formats #383

Closed
@tswast

Description

@tswast

Currently, pandas-gbq doesn't use load_table_from_dataframe because it is using CSV for serialization, which has better support for TIME, DATE, DATETIME than Parquet. See: #56, #382

Struct / Array support could also be improved (though this is partially due to problems in the pyarrow library). #19

I propose supporting the CSV serialization type.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions