-
Consistent data loading between {rdomo} and {domojupyter}
Hi, Thanks for developing this great product, especially the R libraries that allow to interact with Domo. However, I've noticed that {rdomo} and {domojupyter} do not have the same behaviour when loading datasets with empty character values - Wheareas {rdomo} replaces empty entries with "" (zero length string),…
-
NEW Domo Data Science Resources Guide (help w/ Jupyter, scripting tiles, data science tiles, AutoML)
Hi all, I'm a data scientist at Domo on the Data Science Professional Services Team. We have a NEW Domo Data Science Resources Guide. The guide includes a list of all the help resources Domo has created related to data science products (Jupyter Workspaces, Magic ETL R/Python scripting tiles, Magic ETL data science tiles, &…
-
R and Python for determing dataframe equality in ETL
Greetings Domo Community, I have currently been refactoring Magic ETL tiles and have been attempting to use Python and R scripts to test for equality before finalizing the refactored tile components. Using both approaches with Python and R I have had significant difficulties in completing this task, which I will outline…
-
DomoR vs DomoSDK?
I have been handed an r script that has is using an accessToken to connect to domo and extract a dataset using a dataset ID. My end goal is to translate this to Python, as I have an existing pipeline in python that needs this dataset. Initially using the naive approach I tried to connect to Domo using pyDomo but was…
-
DomoR vs RdomoSDK
I have been handed an r script that has is using an accessToken to connect to domo and extract a dataset using a dataset ID. My end goal is to translate this to Python, as I have an existing pipeline in python that needs this dataset. Initially using the naive approach I tried to connect to Domo using pyDomo but was…
-
Column Names with R plugin
Hello, I am using the R plugin and noticed that all the attributes (column names) from my source which contain spaces are replaced with a "." in R. (i.e. "Prod. Name" -> "Prod..Name") Is there a way to avoid this behavior? I know that I could change the names again in R but this becomes really challenging and…
-
R Warning message prevents execution on any data set
I am attempting to use magic ETL, and keep getting the following error message whenever I attempt to use R: Warning message: In if (class(df[[colName]]) == "factor" | verbatim) { : the condition has length > 1 and only the first element will be used I've attempted on several data sets with just the basic template code, and…