-
Notifications
You must be signed in to change notification settings - Fork 47
Comparing changes
Open a pull request
base repository: googleapis/python-bigquery-dataframes
base: v0.6.0
head repository: googleapis/python-bigquery-dataframes
compare: v0.7.0
- 12 commits
- 37 files changed
- 9 contributors
Commits on Oct 4, 2023
-
feat: add aliases for several series properties (#80)
* feat: add aliases for several series properties --------- Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for c0efec8 - Browse repository at this point
Copy the full SHA c0efec8View commit details -
feat: Allow df.drop to take an index object (#68)
* feat: Allow passing index objects to df.drop * remove notebook files * add first implementation for df.drop(index) * use index_columns property * don't use _expr.keys() * fix order bug and add test * fix index names * support multiindex * remove accidentally added files * add type hint * remove debug print statements * fix: fix df/series.iloc by list with multiindex * complete merge * remove unneeded isinstance * refactor _drop_by_index --------- Co-authored-by: Henry J Solberg <henryjsolberg@google.com> Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for 740c451 - Browse repository at this point
Copy the full SHA 740c451View commit details
Commits on Oct 5, 2023
-
refactor: simplify ArrayValue public interface (#82)
* refactor: simplify ArrayValue public interface --------- Co-authored-by: Tim Swast <swast@google.com>
Configuration menu - View commit details
-
Copy full SHA for ff3bb89 - Browse repository at this point
Copy the full SHA ff3bb89View commit details -
feat: add equals methods to series/dataframe (#76)
* feat: add equals methods to series/dataframe
Configuration menu - View commit details
-
Copy full SHA for 636a209 - Browse repository at this point
Copy the full SHA 636a209View commit details
Commits on Oct 7, 2023
-
fix: change the invalid url in docs (#93)
* fix: change the invalid url in docs * fix: address the comment
Configuration menu - View commit details
-
Copy full SHA for 969800d - Browse repository at this point
Copy the full SHA 969800dView commit details
Commits on Oct 9, 2023
-
chore(deps): bump urllib3 from 1.26.12 to 1.26.17 in /.kokoro (#96)
Source-Link: googleapis/synthtool@0c7b033 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5b0ee39 - Browse repository at this point
Copy the full SHA 5b0ee39View commit details
Commits on Oct 10, 2023
-
docs: add more preprocessing models into the docs menu. (#97)
* docs: add more preprocessing models into the docs menu. * Trigger kokoro rebuild
Configuration menu - View commit details
-
Copy full SHA for 1592315 - Browse repository at this point
Copy the full SHA 1592315View commit details -
refactor: refactor the directory of the notebooks (#89)
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 to open an issue as a [bug/issue](https://togithub.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕
Configuration menu - View commit details
-
Copy full SHA for e1ee09b - Browse repository at this point
Copy the full SHA e1ee09bView commit details -
feat: add iat and iloc accessing by tuples of integers (#90)
* feat: add iat indexers * select_columns correction * add iloc for tuples * add dataframe tests * add series tests * add third party comments --------- Co-authored-by: Henry J Solberg <henryjsolberg@google.com>
Configuration menu - View commit details
-
Copy full SHA for 228aeba - Browse repository at this point
Copy the full SHA 228aebaView commit details -
feat: add level param to DataFrame.stack (#88)
* feat: add level param to DataFrame.stack
Configuration menu - View commit details
-
Copy full SHA for 97b8bec - Browse repository at this point
Copy the full SHA 97b8becView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ae4ef9 - Browse repository at this point
Copy the full SHA 4ae4ef9View commit details -
chore(main): release 0.7.0 (#86)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d39134d - Browse repository at this point
Copy the full SHA d39134dView commit details
There are no files selected for viewing