API for manipulating time series on top of Apache Spark: lagged time values, rolling statistics (mean, avg, sum, count, etc), AS OF joins, downsampling, and interpolation
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps pyarrow from 12.0.0 to 16.0.0.
Commits
6a28035
MINOR: [Release] Update versions for 16.0.04cd1b34
MINOR: [Release] Update .deb/.rpm changelogs for 16.0.02847737
MINOR: [Release] Update CHANGELOG.md for 16.0.0eb5f162
GH-41201: [C++] Fix mistake in integration test. Explicitly cast std::string ...5a146ed
GH-35081: [Python] construct pandas.DataFrame with public API into_pandas
...b7187ad
GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)9cb361c
GH-41121: [C++] Fix: left anti join filter empty rows. (#41122)1e40252
GH-41016: [C++] Fix null count check in BooleanArray.true_count() (#41070)0d3af8d
GH-41098: [Python] Add copy keyword in Array.array for numpy 2.0+ compati...0d1a016
GH-39848: [Python][Packaging] Build pyarrow wheels with numpy RC instead of n...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show