google-cloud-python icon indicating copy to clipboard operation
google-cloud-python copied to clipboard

Add type annotations to signatures

Open tswast opened this issue 5 years ago • 1 comments

@alimcmaster1 added type signatures to the gbq wrapper in pandas in https://github.com/pandas-dev/pandas/pull/30632 These types can also be useful for folks that use pandas-gbq directly.

  • [ ] Add type annotations to API
  • [ ] Add type annotations to code samples
  • [ ] Add test session(s) to check types
  • [ ] Publish py.typed file

tswast avatar Aug 26 '20 14:08 tswast

When we do this, we may want to install the now officially supported pandas stubs to ensure pandas-gbq type checks.

tswast avatar Jun 27 '22 14:06 tswast