python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handover R list object to R transform in Code Workbook
I estimate a polr model with R in foundry code workbook. After estimation I want to handover the model object to another R transform. Estimation works fine. Handover not.
Example:
global code
library(...
NDTele
Votes: 0
Answers: 1
In Data Health, when should I use build status vs transaction status vs job status
Data Health can check the status of the most recent build and/or of the most recent transaction. Under what conditions would one of these checks fail while the other passed? In other words, why would ...
Kevin Zhang
Votes: 0
Answers: 1
How to limit the no. of top values when aggregating in a Function?
I am writing a function which just groupby a string property. For this purpose, I need to select topValues() as the aggregation type. However, I get all possible buckets, while I just need the first 1...
Pablo Cosio
Votes: 0
Answers: 1
Control the name of a CSV output file
I am outputing a dataframe in a single CSV file as follows:
from transforms.api import transform, Input, Output
@transform(
output=Output("/some_path/myoutput_csv"),
my_inp...
Emmanouil Angelakis
Votes: 0
Answers: 0