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
