R470|2

Results 5 issues of R470|2

--- Hello I'm having trouble by trying to apply rapids with sparklyr, I want to use it to give more local power to all the work, but when I try...

documentation
website

Is there a way to rolling apply the ta.vp function ?

enhancement
help wanted

Hello, do you know some way to put my gpu at work? I think all packages are well installed, but is running on cpu `computer_setup()` `os : Linux-5.15.0-46-generic-x86_64-with-glibc2.31 python :...

Is there some simple way for me to turn a normal csv file (ex Date Open High Low Close) to the required format for multivariate timeseries?

Hello, trying to work with hourly data: ``` #retrieve iqfeed last 84 000 rows of pair by iqfeed_api # Dynamically add IQFeed.CSharpApiClient DLL assembly_path = r"C:\Users\xxxxx\Desktop\xxxx\iqfeed.csharpclient_dll" import sys sys.path.append(assembly_path) #...

enhancement