You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by xuguoliang <no...@github.com.INVALID> on 2020/12/23 01:15:27 UTC

[apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/448

Re: [apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

Posted by xuguoliang <no...@github.com.INVALID>.
比如求交、表join、表过滤之类的数据库操作

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/448#issuecomment-749863416

Re: [apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

Posted by xuguoliang <no...@github.com.INVALID>.
> 1. mesatee是使用mesapy来支持矩阵操作的吗?
> 
> MesaPy 作为 Teaclave 的一个 executor,可以执行 Python function。同时还可以使用 native executor,也就是用 Rust 编写 builtin function。两种 executor 均可以支持矩阵操作。
> 
> 1. 现在mesapy支不支持pandas做一些矩阵(表)操作?
> 
> 现在不支持 import pandas。
> 
> MesaPy 提供了 Python 2 的 builtin types 和 builtin functions 以及一些基本的 modules。关于问题中的矩阵(表)操作可以通过使用 Python 的基本类型进行。当然,MesaPy 对于 builtin 库和第三方库的支持还在进行中,希望更多的人能参与贡献。

mesapy的编程文档有吗?就是支持哪些操作?怎么进行操作?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/448#issuecomment-750771439

Re: [apache/incubator-teaclave] 请问下,mesatee是使用mesapy来支持矩阵操作的吗?现在mesapy支不支持pandas做一些矩阵(表)操作? (#448)

Posted by Mingshen Sun <no...@github.com.INVALID>.
1. mesatee是使用mesapy来支持矩阵操作的吗?

MesaPy 作为 Teaclave 的一个 executor,可以执行 Python function。同时还可以使用 native executor,也就是用 Rust 编写 builtin function。两种 executor 均可以支持矩阵操作。

2. 现在mesapy支不支持pandas做一些矩阵(表)操作?

现在不支持 import pandas。

MesaPy 提供了 Python 2 的 builtin types 和 builtin functions 以及一些基本的 modules。关于问题中的矩阵(表)操作可以通过使用 Python 的基本类型进行。当然,MesaPy 对于 builtin 库和第三方库的支持还在进行中,希望更多的人能参与贡献。

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/448#issuecomment-750441397