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 […]
Loop over two list or array in Google Apps Script
If you loves working on Google suits, i am sure you work on Google Apps script which is based on JavaScript. While working on Google Apps Script (GAS) you have came across situation where you have two list or array and you want to loop over each item one by one. Here in this post […]
Regular Expression in Google Apps Script
I believe we all have used Regular Expression while working on different projects in different languages. Basically we Regular Expressions to match a pattern of characters. Here in this post we will see how you can define Regular Expression in Google Apps Script. Importance of Regular Expression(RegEx) and why you should learn: RegEx helps you […]
Unzip files using Google Apps Script on Google Drive
Sometime you came across situations where you have the zipped files on the Google drive and you want to automate the process but required unzipped files to do the data manipulation tasks. Here in this post i will share the code which will help you to Unzip files using Google Apps Script placed on Google […]
Importance of SQL for Data Science and Data Analysis
SQL or Structured Query language is the standard language used to query and manage relational database systems. In its initial days, it was called as “SEQUEL” but later changed to “SQL” due to trademark issues. As there are a lot of database systems are available based on SQL and they all have different extensions, different structure, function […]
13 Most Used Matplotlib Plots for Data Visualization in Data Science (with Python Codes)
Here in this post, we have shared 13 Matplotlib plots for Data Visualization widely used by Data Scientists or Data Analysts along with Python codes so that you can easily implement them side by side with us. Python’s Matplotlib library plays an important role in visualizing and serve as an important part for an Exploratory Data […]