In our previous post we have seen how we can create vertical bar graph using Plotly library in Python. Here in this post we will see how we can plot horizontal bar graph using Plotly library. For a data analyst it important that they get hands on experience on all important libraries that will help […]
Plotting vertical bar graph using Plotly using Python
Here in this post we will see how we can plot vertical bar graph using Plotly library in Python. As a data visualization expert, you should know how to implement types of charts used frequently in the industry. Also, its important that we should have an idea how we can leverage the power of all […]
Plotting 100 % stacked column chart in Tableau
A lot of time in your day to day work the requirement to create 100 % stacked column chart came. In this post we will see how we can create or plot 100 % stacked column chart in Tableau. Data set – First of all lets see the data that we are going to use for […]
Function to wait till element loaded in the Web page using Selenium
Here in this post we will write a function to wait till element loaded in the Web page using Selenium in Python to help you to automate your task. When you are working with selenium and python to automate some task related to web pages, you have faced a situation where you got some error […]
Getting Spreadsheet creation and modification date using GAS
When you are working as an Analyst, your main part of the job is to create reports with important KPI which help business to understand in detail about how their business is performing. Also performing automation or creating automated reports are one more task. While working and automating Google Spreadsheet, you have come across a […]
Navigate from one Google Sheet to another using GAS
When you are building a toolkit or a dashboard in Google sheets you have came across a situation where you want to navigate from one google sheet to another on a button click. Here in this post we will see how you can navigate or move from one google sheet to another using Google Apps […]