Commit Graph

12 Commits

Author SHA1 Message Date
张林伟 465c89f7f1 Update github repo links (#10167)
* Update github repo link

* Format markdown

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2024-04-22 11:11:31 -06:00
Xin Hao 260923de3d docs: update the Python library repository (#3297) 2022-08-30 05:52:14 -06:00
Jiayu Liu bac97fa04a remove python (#1518) 2022-01-04 23:59:46 +08:00
Jiayu Liu ad059a688f update python version to 3.10 (#1073)
* update python verion to 3.10

* simplify things
2021-10-28 11:24:54 +08:00
Jiayu Liu 22fcb3d7a6 add requirements.txt of different python versions (#977)
* use 37 and 38
* update readme
* update ci as well
* adding version update guidance
2021-09-14 22:17:35 -07:00
Ruihang Xia d6032f4e1f fix deadlink to DataFusion (#1002) 2021-09-14 16:37:53 -04:00
Jiayu Liu 6cfaa29491 add more math functions and unit tests to python crate (#748)
* rename functions

* add test math functions

* add python math functions
2021-07-20 08:29:36 -04:00
Jiayu Liu e1a03a417e use requirements.txt to formalize python deps (#484)
* use requirements.txt to formalize python deps

* fix header

* update readme
2021-06-04 13:01:39 -04:00
Jiayu Liu 53792ecf0b simplify python function definitions (#477) 2021-06-04 05:37:03 +02:00
Andy Grove 3be087a788 Revert "Revert "Add datafusion-python (#69)" (#257)" (#270)
This reverts commit d0af907652.
2021-05-05 07:39:28 -06:00
Andy Grove d0af907652 Revert "Add datafusion-python (#69)" (#257)
This reverts commit 46bde0bd14.
2021-05-04 16:51:44 +02:00
Jorge Leitao 46bde0bd14 Add datafusion-python (#69)
* Added Python project.

* Update python/Cargo.toml

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>

* Update python/Cargo.toml

Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>

* Added license and black formatting.

* License

* Fixing build.

* TesTestt

* Bumped to latest DataFusion.

* Bumped nightly.

* Bumped pyarrow in tests.

* Added some tests back.

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>
Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
2021-05-04 06:24:57 -06:00