-
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, &…
-
Jupyter workspace pyspark usage
Is is possible to use pyspark in domo jupyter workspace just like google collab. If so , is there any tutorial related to this topic?
-
With the domojupyter.write_dataframe can you pass a specific schema?
Hi All, Am trying to write a DataFrame to a dataset using the domojupyter.write_dataframe function. The df in question has a field that is a Boolean, when I run the script and then check the output dataset in the domo Data section, the field has been created as an Integer and the entire column is blank. Question is, can…
-
Data format from Jupyter to Dataset
I'm facing the issue of transforming the dataframe to domo dataset. I have cleaned dataset, merge, join etc and make my dataframe beatifull, then the issue happen when I export by the domo.write_dataframe, the domo dataset change the the format of dataframe and it definitely not what I want. What a waste if we have to…
-
Properly Writing Back to Output?
Hey, first time Domo Jupyter user, and a new Python user. I'm having a difficult time exporting my data to a new dataset. From this: I keep encountering this error: /home/domo/.conda/lib/python3.9/site-packages/domojupyter/io.py:125: FutureWarning: Series.__getitem__ treating keys as positions is deprecated. In a future…
-
Jupyter Notebooks Python - Dates
Hi Domo Experts, I'm having issues writing back dates into a dataset from a pandas dataframe in Juptyer notebooks. I have a datetime column , which I've converted from a string using pandas.to_datetime. However, when I use domojuypiter.write_dataframe, they are converted back into string in the Domo dataset. My dataframe…
-
I am trying to use the ai features in jupyter workspaces, but I am having some trouble.
I found the GitHub page for domojupyter examples and I tried one them in my own jupyter workspace. The code I ran came directly from the example: import domojupyter.ai as ai prompt = "The text you wish to summarize goes here" response = ai.summarize(prompt) print(response.choices[0]) This code resulted in the following…
-
Using Juptyer Workspace with domo
Hello, I'm looking for help to create a Juptyterworkspace because i can't find the button the create a workspace. what are the parameters needed? Best regards
-
Triggering/Scheduling DOMO Jupyter Workspace Files/Notebooks
Is there a way to schedule the execution of IPYNB files within Jupyter Workspaces in DOMO? The interface is awesome, and I love that I can utilize the full power of Jupyter notebooks, but it's a bit frustrating to have to manually run the scripts. Ideally I would like to be able to either run them on a schedule or trigger…
-
Jupyter workspace
Hi, I am first time poster sorry if this is an obvious question. In Jupyter workspace, is everything stored in the Domo cloud? Do I need to have python etc. installed locally on my machine? Are there other Domo tools etc to help explore Data? Thanks John