Tim Sweña (Swast)

Results 91 issues of Tim Sweña (Swast)

#### Steps to reproduce 1. Create a table with a DATETIME (not TIMESTAMP) column outside of pandas(-gbq). 2. Attempt to append a dataframe with datetime data to that table. ####...

type: feature request
api: bigquery

To make a 1.0 release, I'd be more comfortable with 100% unit test coverage, like we require for other googleapis Python client libraries.

type: process
api: bigquery

This can help us uncover problems with conda builds and remind us to keep up-to-date packages on conda-forge. Edit: Note that this is a requirement to play nice with the...

type: process
api: bigquery

Recent ReadTheDocs builds have been failing (due to requiring Python 3.6, which is no longer available on the ReadTheDocs environment) https://readthedocs.org/projects/pandas-gbq/builds/ That said, rather than post the full docs set...

type: docs
api: bigquery

The `to_gbq` function should take a `configuration` argument representing a [BigQuery JobConfiguration REST API resource](https://cloud.google.com/bigquery/docs/reference/rest/v2/Job#JobConfiguration). This would make it consistent with the [`read_gbq`](https://googleapis.dev/python/pandas-gbq/latest/api.html#pandas_gbq.read_gbq) function. **Context** Options for table creation /...

type: feature request
api: bigquery

I notice in https://github.com/googleapis/python-bigquery-pandas/pull/389 that sphinx is able to render the numpy-style docstrings just fine even with the [`conf.py` from our shared templates](https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_library/docs/conf.py.j2). Still, it would be nice to use...

type: cleanup
priority: p3
api: bigquery

There have been [several](https://stackoverflow.com/q/55350247/101923) [StackOverflow](https://stackoverflow.com/q/35173847/101923) [questions](https://stackoverflow.com/q/55350247/101923) about `GenericGBQException`. We should have a troubleshooting document that covers: * Common exceptions that may occur. * How to import them to catch them....

type: cleanup
priority: p2
api: bigquery

I recently learned about [Fletcher](https://fletcher.readthedocs.io/en/latest/), which provides a pandas extension dtype that is backed by pyarrow. Since it's backed by arrow, it avoids having to use the object dtype for...

type: feature request
api: bigquery

The latest version of nox includes https://github.com/theacodes/nox/pull/217, which adds a `venv_backend='conda'` option to create a conda environment instead of a virtualenv. It also adds a `conda_install` command, so that we...

type: cleanup
api: bigquery

Python 3.8 was released in October. We should start running CI against it.

type: process
api: bigquery