Sign in
apache
/
datafusion-python
/
HEAD
c657dad
Move public skills to a directory to avoid downloading the whole repo (#1519)
by Nick
· 2 days ago
main
e0284c6
feat: add AI skill to find and improve the Pythonic interface to functions (#1484)
by Tim Saucer
· 7 days ago
0357716
tpch examples: rewrite queries idiomatically and embed reference SQL (#1504)
by Tim Saucer
· 7 days ago
c8bb9f7
docs: add README section for AI coding assistants (#1503)
by Tim Saucer
· 7 days ago
8741d30
docs: enrich module docstrings and add doctest examples (#1498)
by Tim Saucer
· 8 days ago
8a5d783
Skills require the header to be the first thing in the file which conflicts with the RAT check. Make an exception for this file. (#1501)
by Tim Saucer
· 8 days ago
4030997
Add SKILL.md and enrich package docstring (#1497)
by Tim Saucer
· 8 days ago
60d8b5d
Fix error on show() with an explain plan (#1492)
by Tim Saucer
· 2 weeks ago
2715a32
chore: update release documentation (#1494)
by Tim Saucer
· 2 weeks ago
398980d
Support None comparisons for null expressions (#1489)
by Zeel Desai
· 3 weeks ago
8a7efea
Add Python bindings for accessing ExecutionMetrics (#1381)
by Shreyesh
· 3 weeks ago
00b2457
ci: disable symbol export on Windows verification (#1486)
by Tim Saucer
· 3 weeks ago
1be838b
Release 53.0.0 (#1491)
by Tim Saucer
· 3 weeks ago
3585c11
minor: remove deprecated interfaces (#1481)
by Tim Saucer
· 3 weeks ago
ecd14c1
Add missing SessionContext utility methods (#1475)
by Tim Saucer
· 3 weeks ago
aa3b194
Add missing registration methods (#1474)
by Tim Saucer
· 3 weeks ago
46f9ab8
Add missing deregister methods to SessionContext (#1473)
by Tim Saucer
· 3 weeks ago
5293212
Add missing Dataframe functions (#1472)
by Tim Saucer
· 3 weeks ago
898d73d
Add missing aggregate functions (#1471)
by Tim Saucer
· 3 weeks ago
d07fdb3
Add missing scalar functions (#1470)
by Tim Saucer
· 4 weeks ago
99bc960
Add missing array functions (#1468)
by Tim Saucer
· 4 weeks ago
ff15648
minor: Fix pytest instructions in README (#1477)
by Nuno Faria
· 4 weeks ago
8a35cae
Add missing map functions (#1461)
by Tim Saucer
· 4 weeks ago
16feeb1
Reduce peak memory usage during release builds to fix OOM on manylinux runners (#1445)
by Kevin Liu
· 4 weeks ago
0b6ea95
Add missing conditional functions (#1464)
by Tim Saucer
· 4 weeks ago
645d261
Add missing string function `contains` (#1465)
by Tim Saucer
· 4 weeks ago
be8dd9d
Add AI skill to check current repository against upstream APIs (#1460)
by Tim Saucer
· 4 weeks ago
0113a6e
Add missing datetime functions (#1467)
by Tim Saucer
· 4 weeks ago
2499409
ci: update codespell paths (#1469)
by Tim Saucer
· 4 weeks ago
73a9d53
CI: Add CodeQL workflow for GitHub Actions security scanning (#1408)
by Kevin Liu
· 4 weeks ago
5be412b
Pin rust toolchain to apache allowlist sha
by Tim Saucer
· 5 weeks ago
ad8d41f
chore: enforce uv lockfile consistency in CI and pre-commit (#1398)
by Daniel Mesejo
· 5 weeks ago
acd9a8d
Complete doc string examples for functions.py (#1435)
by Nick
· 5 weeks ago
8c6a481
chore: update dependencies (#1447)
by Tim Saucer
· 5 weeks ago
4b21572
Add a working, more complete example of using a catalog (docs) (#1427)
by Topias Pyykkönen
· 5 weeks ago
75d07ce
Implement configuration extension support (#1391)
by Tim Saucer
· 5 weeks ago
207fc16
Remove validate_pycapsule (#1426)
by Thomas Tanon
· 5 weeks ago
6cea061
Update remaining existing examples to make testable/standalone executable (#1437)
by Nick
· 5 weeks ago
876646d
docs: clarify DataFusion 52 FFI session-parameter requirement for provider hooks (#1439)
by Kevin Liu
· 5 weeks ago
e09c93b
ci: add swap during build, use tpchgen-cli (#1443)
by Tim Saucer
· 5 weeks ago
1397c5d
bump datafusion to release version (#1441)
by Tim Saucer
· 5 weeks ago
0c33524
pin setup-uv (#1438)
by Kevin Liu
· 5 weeks ago
85a3595
Add docstring examples for Aggregate window functions (#1418)
by Nick
· 6 weeks ago
4e51fa8
Add docstring examples for Scalar string functions (#1423)
by Nick
· 6 weeks ago
3c5013d
Add docstring examples for Scalar array/list functions (#1420)
by Nick
· 6 weeks ago
74b3221
Add docstring examples for Aggregate statistical and regression functions (#1417)
by Nick
· 6 weeks ago
f01f30c
Add docstring examples for Scalar temporal functions (#1424)
by Nick
· 6 weeks ago
3dfd6ee
Fix CI errors on main (#1432)
by Tim Saucer
· 6 weeks ago
93f4c34
Add docstring examples for Aggregate basic and bitwise/boolean functions (#1416)
by Nick
· 6 weeks ago
e524121
Add docstring examples for Common utility functions (#1419)
by Nick
· 6 weeks ago
b9a958e
Add docstring examples for Scalar math functions (#1421)
by Nick
· 6 weeks ago
89751b5
Add docstring examples for Scalar regex, crypto, struct and other (#1422)
by Nick
· 6 weeks ago
21990b0
feat: Add FFI_TableProviderFactory support (#1396)
by Paul J. Davis
· 7 weeks ago
9af1681
Create workspace with core and util crates (#1414)
by Tim Saucer
· 7 weeks ago
1160d5a
Add docstring examples for Scalar trigonometric functions (#1411)
by Nick
· 7 weeks ago
d322b7b
feat: feat: add to_time, to_local_time, to_date functions (#1387)
by Daniel Mesejo
· 8 weeks ago
f914fc8
Catch warnings in FFI unit tests (#1410)
by Tim Saucer
· 8 weeks ago
8ef2cd7
Upgrade to DataFusion 53 (#1402)
by Nuno Faria
· 8 weeks ago
231ed2b
Enable doc tests in local and CI testing (#1409)
by Nick
· 8 weeks ago
7b630ee
Add check for crates.io patches to CI (#1407)
by Tim Saucer
· 8 weeks ago
0c1499c
fix: satisfy rustfmt check in lib.rs re-exports (#1406)
by Kevin Liu
· 9 weeks ago
e42775c
ci: update pre-commit hooks, fix linting, and refresh dependencies (#1385)
by dario curreri
· 9 weeks ago
57a50fa
Allow running "verify release candidate" github workflow on Windows (#1392)
by Kevin Liu
· 9 weeks ago
2208665
Add workflow to verify release candidate on multiple systems (#1388)
by Tim Saucer
· 10 weeks ago
44a3eb3
Merge release 52.0.0 into main (#1389)
by Tim Saucer
· 10 weeks ago
d87c6e8
chore: bump Python version for RAT checking (#1386)
by Tim Saucer
· 2 months ago
4a75b0f
minor: update cargo dependencies (#1383)
by Tim Saucer
· 2 months ago
675e41e
feat: add regexp_instr function (#1382)
by Daniel Mesejo
· 2 months ago
3481904
Fix Python UDAF list-of-timestamps return by enforcing list-valued scalars and caching PyArrow types (#1347)
by kosiew
· 2 months ago
4cd5674
feat: add support for generating JSON formatted substrait plan (#1376)
by Dhanashri Prathamesh Iranna
· 3 months ago
024c86b
docs: Clarify first_value usage in select vs aggregate (#1348)
by Adisa Mubarak (AdMub)
· 3 months ago
16f98ff
chore: update rust 2024 edition (#1371)
by Tim Saucer
· 3 months ago
08a8dc0
fix: mangled errors (#1377)
by Daniel Mesejo
· 3 months ago
95b4a00
Remove the FFI test wheel from the distribution artifact (#1378)
by Tim Saucer
· 3 months ago
3f89704
Build in debug mode for PRs (#1375)
by Tim Saucer
· 3 months ago
8fc9436
feat: add CatalogProviderList support (#1363)
by Tim Saucer
· 3 months ago
b555df5
chore: add confirmation before tarball is released (#1372)
by Marko Milenković
· 3 months ago
1da08a2
Implement all CSV reader options (#1361)
by Tim Saucer
· 3 months ago
ee62f7a
Enforce DataFrame display memory limits with `max_rows` + `min_rows` constraint (deprecate `repr_rows`) (#1367)
by kosiew
· 3 months ago
adec2dc
Improve displayed error by using `DataFusionError`'s `Display` trait (#1370)
by Antoine Beyeler
· 3 months ago
f72e549
Cargo update to prepare for DF52 release (#1368)
by Tim Saucer
· 3 months ago
015dd76
Pass Field information back and forth when using scalar UDFs (#1299)
by Tim Saucer
· 3 months ago
3227276
build(deps): bump actions/cache from 4 to 5 (#1323)
by dependabot[bot]
· 3 months ago
2465e19
build(deps): bump actions/upload-artifact from 4 to 6 (#1322)
by dependabot[bot]
· 3 months ago
f6cc7a2
build(deps): bump actions/download-artifact from 5 to 7 (#1321)
by dependabot[bot]
· 3 months ago
ada3dcd
build(deps): bump actions/checkout from 5 to 6 (#1310)
by dependabot[bot]
· 3 months ago
e7f5867
Prepare for DF52 release (#1337)
by Tim Saucer
· 3 months ago
eaa3f79
Add use_fabric_endpoint parameter to MicrosoftAzure class (#1357)
by Mimoune
· 3 months ago
7aff363
Use explicit timer in unit test (#1338)
by Tim Saucer
· 4 months ago
a922967
Release 51.0.0 (#1333)
by Tim Saucer
· 4 months ago
1df6db2
fix: Inconsistent schemas when converting to pyarrow (#1315)
by Nuno Faria
· 4 months ago
3a4ae6d
Do not convert pyarrow scalar values to plain python types when passing as `lit` (#1319)
by Tim Saucer
· 4 months ago
474e9e6
fix: use coalesce instead of drop_duplicate_keys for join (#1318)
by Daniel Mesejo
· 4 months ago
fcd7056
Update build workflow link (#1330)
by Tim Saucer
· 4 months ago
6864d80
Minor build errors (#1325)
by Tim Saucer
· 4 months ago
db3c6a0
Upgrade to Datafusion 51 (#1311)
by Nuno Faria
· 4 months ago
c141dd3
Feat/parameterized sql queries (#964)
by Tim Saucer
· 5 months ago
276dc6a
chore: apply cargo fmt with import organization (#1303)
by Tim Saucer
· 5 months ago
f1b3029
Add function collect_column to dataframe (#1302)
by Tim Saucer
· 6 months ago
89d8930
feat: reduce duplicate fields on join (#1184)
by Tim Saucer
· 6 months ago
Next »