Skip to content

ENH: load timestamp data with timezones other than UTC #181

Closed
@jwBoral

Description

@jwBoral

dataframe.to_csv(
csv_buffer, index=False, header=False, encoding='utf-8',
date_format='%Y-%m-%d %H:%M')

No harm in adding %z here for timezone.

Current workaround for me is df[col] = df[col].dt.tz_localize('Australia/Sydney').tz_convert('UTC')

Will you accept pull request for this one?

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery-pandas 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