In this we will see how we can get latitude and longitude of a location using Google Apps Script. I was working on a use case where i was trying to link Charts created in Google sheet with Google slide such that the charts gets updated automatically when the data in the sheet changed. But […]
Plot 100 percent stacked column chart using plotly in Python
We have seen in our previous posts how we can create 100 % stacked column chart in Tableau. Now in this post we will see how we can create 100 percent stacked column chart using plotly in Python. Plotly is one of the best library for creating the interactive visualization charts. Its pretty easy to […]
Plot stacked bar chart using plotly in Python
Here in this post we will plot stacked bar chart using plotly in Python. As everyone say that data is the new oil, but on top of that i can say that data visualization is the tool which adds importance to that oil and without that oil aka data is of no use. Lets plot […]
Plot multiple bar graph using Python’s Plotly library
Previously, i have covered how you can plot multiple bar graph using Python’s Matplotlib library on a single axis. Here in this post we will see how we can plot multiple bar graph using Python’s Plotly library. It is an interactive visualization library which has options like saving the charts in local machine, hover, zoom, […]
Libraries used to create interactive plots in Python
When it comes to Python, there are few libraries which are used to create interactive plots in Python Here in this post we will see the importance, usability about these libraries. No doubt python is right now the number one programming language after the data science related domain. Those who are about to start their […]
Find and Replace in Google Apps Script
Here in this post we will see how we can create a find and replace function in Google apps script. This function will find a particular searched string or value and replace it with the desired value. Google Apps Script code : Let’ see how code for Find and Replace works in Google Apps Script. […]