You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/12/23 19:29:51 UTC

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

mssun commented on issue #448:
URL: https://github.com/apache/incubator-teaclave/issues/448#issuecomment-750441397


   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 库和第三方库的支持还在进行中,希望更多的人能参与贡献。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org