-
Re: Transfer Street Address to Geo Latitude and Longitude Using Python
Hello @Chuqi_D, Yes, it is working with Domo Jupyter Notebook. Here is the result for some random addresses I picked from Google Maps:1 -
Re: Transfer Street Address to Geo Latitude and Longitude Using Python
Dear @Chuqi_D, As far as I know, you can't directly call APIs through Domo's Magic ETL. You may use Jupyter Notebook within the Domo environment for that purpose. I tested your code, but it doesn’t s…2 -
Re: Setting up a rolling sum based on date
Hello @Katrina_Burns, First, check this video from Mark Snodgrass. You can use a Variable to showcase the Rolling Average for all customers or just a selected one. I went a step further and created t…1 -
Re: Dashboards Filter API Behavior Discrepancy with App Studio (Removing filters)
Hi @Saaisathish, We recently encountered similar behavior in one of our apps while using domo.onFiltersUpdate(). After failing to find a solution, we contacted the Domo Support team. I was informed t…1 -
Re: How to show events that happened after a selected one?
Hi @0RNGL4DY, This straightforward Python method generates the participation sequence, enabling further data visualization or filtering. Here is the output: This was achieved with the following simpl…1