Skip to main content

Data Analytics




Introduction to Data Analytics


What is Data Analytics?

Data Analytics is the process of exploring and analyzing large data sets to help data driven decision making.


                       



Analyze Data


     


 Decision Making


Definition

Data when suitably filtered and analysed along with other related Data Sources and a suitable Analytics applied can provide valuable information to various organizations, industries, business, etc. in the form of prediction, recommendation, decision and the like.


Applications of Data Analytics

Finance & Accounting, Business analytics, Fraud , Healthcare, Information Technology, Insurance, Taxation , Internal Audit, Digital forensic, Transportation, Food, Delivery, FMCG, Planning of cities, Expenditure, Risk management, Risk detection, Security, Travelling, Managing Energy, Internet searching, Digital advertisement , etc.


Real life examples of Data Analytics

1. Coca-Cola

Coca Cola uses big data analytics to drive customer retention. In the year 2015, Coca-Cola managed to strengthen its data strategy by building a digital-led loyalty program. According to a Forbes article, Coca Cola was one of the first globally recognized brands, outside of the tech sector, to embrace Big Data. In 2015, for example, they were able to determine that Coca Cola products were mentioned online once every two seconds. Having access to this information helps them understand who their customers are, where they live, and what prompts them to discuss the brand. 


2. Netflix

Netflix is a good example of a big brand that uses big data analytics for targeted advertising. With over 100 million subscribers, the company collects huge data, which is the key to achieving the industry status.If you are a subscriber, you are familiar to how they send you suggestions of the next movie you should watch. Basically, this is done using your past search and watch data. This data is used to give them insights on what interests the subscriber most. See the screenshot below showing how Netflix gathers big data.


3. UOB Bank

UOB bank from Singapore is an example of a brand that uses big data to drive risk management. Being a financial institution, there is huge potential for incurring losses if risk management is not well thought of. UOB bank recently tested a risk management system that is based on big data. The big data risk management system enables the bank to reduce the calculation time of the value at risk. Initially, it took about 18 hours, but with the risk management system that uses big data, it only takes a few minutes. Through this initiative, the bank will possibly be able to carry out real-time risk analysis in the near future.


4. Amazon Fresh and Whole Foods

Amazon leverages big data analytics to move into a large market. The data-driven logistics gives Amazon the required expertise to enable creation and achievement of greater value. Focusing on big data analytics, Amazon whole foods is able to understand how customers buy groceries and how suppliers interact with the grocer. This data gives insights whenever there is need to implement further changes.



5. Pepsico

PepsiCo is a consumer packaged goods company that relies on huge volumes of data for an efficient supply chain management. The company is committed to ensuring they replenish the retailers’ shelves with appropriate volumes and types of products. The company’s clients provide reports that include their warehouse inventory and the POS inventory to the company, and this data is used to reconcile and forecast the production and shipment needs. This way, the company ensures retailers have the right products, in the right volumes and at the right time. Listen to this webinar where the company’s Customer Supply Chain Analyst talks about the importance of big data analytics in PepsiCo Supply chain.


Data Analytics with Excel and Power BI





Excel and Power Bi are powerful, flexible tools for every analytics activity. Both can be used to get broad data analytics and visualization capabilities. We can easily gather, shape, analyze, and explore key business data in new ways—all in less time—using both apps together.


        

Data analytics in Excel and Power BI is done by Importing the data from various sources and linking it with excel and power bi, cleaning and transform the data, manipulate and analyze the data using visuals.

  





Amazon Prime Discount





Comments

Popular posts from this blog

Rank Function

How to Use the RANK Function If you give the RANK function a number, and a list of numbers, it will tell you the rank of that number in the list, either in ascending or descending order. For example, in the screen shot below, there is a list of 10 student test scores, in cells B2:B11. To find the rank of the the first student's score in cell B2, enter this formula in cell C2: =RANK(B2,$B$2:$B$11) Then, copy the formula from cell C2 down to cell C11, and the scores will be ranked in descending order. RANK Function Arguments There are 3 arguments for the RANK function: number : in the above example, the number to rank is in cell  B2 ref : We want to compare the number to the list of numbers in cells  $B$2:$B$11 . Use an absolute reference ($B$2:$B11), instead of a relative reference (B2:B11)so the referenced range will stay the same when you copy the formula down to the cells below order : (optional) This argument tells Excel whether to rank the list in ascending or descending o...

Formatting Tips

1. Use tables to format data quickly Excel Tables  are an incredibly powerful way to handle a bunch of related data. Just select any cell with in the data and press CTRL+T and then Enter. And bingo, your data looks slick in no time. This has to be the best and easiest formatting tip. 2. Change colors in a snap So you have made a spreadsheet model or dashboard. And you want to change colors to something fresh. Just go to Page Layout ribbon and choose a color scheme from Colors box on top left. Microsoft has defined some great color schemes. These are well contrasted and look great on your screen. You can also define your own color schemes (to match corporate style). What more, you can even define schemes for fonts or combine both and create a new theme. 3. Use cell styles Consistency is an important aspect of formatting. By using cell styles, you can ensure that all similar information in your workbook is formatted in the same way. For example, you can color all input cells in orang...

Turn Data Sideways

Someone built this lookup table sideways, stretching across C1:N2. I realize that I could use HLOOKUP instead of VLOOKUP, but I prefer to turn the data back to a vertical orientation. Copy C1:N2. Right-click in A4 and choose the Transpose option under the Paste Options. Transpose is the fancy Excel word for “turn the data sideways.” I transpose a lot. But I use  Alt+E ,  S ,  E ,  Enter  to transpose instead of the right-click. There is a problem, though. Transpose is a one-time snapshot of the data. What if you have formulas in the horizontal data? Is there a way to transpose with a formula? The first way is a bit bizarre. If you are trying to transpose 12 horizontal cells, you need to select 12 vertical cells in a single selection. Start typing a formula such as  =TRANSPOSE(C2:N2)  in the active cell but do not press Enter. Instead, hold down  Ctrl+Shift  and then press  Enter . This puts a single array formula in the selected cells. T...