Shobhit Singh

Results 13 issues of Shobhit Singh

The installed package does not contain LICENSE file ```bash $ ls lib/python3.10/site-packages/webencodings-0.5.1.dist-info/ DESCRIPTION.rst INSTALLER METADATA metadata.json RECORD REQUESTED top_level.txt WHEEL ``` We should probably replace `license_file` -> `license_files` in `setup.cfg`...

The error on function name pattern says only hyphen (`-`) is acceptable https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L57 but the regex itself allos underscore `(_)` https://github.com/twistedpair/google-cloud-sdk/blob/23a3ae5621dc114ebc6ab5d7981f0c3ac3d590c5/google-cloud-sdk/lib/googlecloudsdk/api_lib/functions/v1/util.py#L53

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

api: bigquery
size: m

Currently the user facing functions `remote_function` and `read_gbq_function` have entry points through the `Session` class and `bigframes.pandas` module. Most of the underlying code currently exists in `bigframes.functions.remote_function` which has grown...

api: bigquery
size: xl

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

api: bigquery
size: s

### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...

Bug
NA - MaskedArrays
Conditionals

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

api: bigquery
size: m

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

api: bigquery
size: s

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

api: bigquery
size: xl

Have a circular import ``` (venv) $ tree . . ├── alpha.py └── beta.py 1 directory, 2 files (venv) $ cat alpha.py from beta import Class2 class Class1: obj =...