gpt4 book ai didi

python - 适用于 Python 的 Tableau 和 R Server

转载 作者:行者123 更新时间:2023-12-01 05:04:51 25 4
gpt4 key购买 nike

我最近发现您可以在 Tableau 中使用 R 来返回 bool、int、long 等。这是通过以下方式发生的:

install.packages("Rserve")
library(Rserve)
Rserve()
// Should say "Starting RServe..."

然后在 Tableau 中:

// For Tableau under 'Help' > 'Settings and Performance' > 'Manage R Connections'
// Server: 127.0.0.1 and Port:6311
// Make sure that 'RStudio' with 'RServer' is installed and running prior to Tableau connection

但是我想用 Python 做同样的事情,这样 Python 就可以用作 Tableau 中的脚本(不使用 Python 中的 Tableau api) - 有人知道这是否可能吗?上面的代码片段取自here

最佳答案

从 Tableau 8.2 开始,没有针对 R 以外的语言的 Script() 调用。

您可以尝试使用 R 作为中间人,通过 rPython 或 RSPython 包调用 Python 函数。不知道它的性能如何,但如果您有 R 中不可用的重要 Python 库,那么可能值得这么麻烦。

关于python - 适用于 Python 的 Tableau 和 R Server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25261334/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com