Tuesday, 11 April 2017
Thursday, 26 January 2017
Learning to create a Speedometer Dial in MS Excel
Dexlab Analytics
22:52
Advanced excel course, advanced excel course online, advanced Excel institute, Advanced excel training, Excel dashboard training, Excel Dashboards, excel training
6 comments
Thursday, 10 March 2016
13 Advantages of R over Excel in Data Analytics
Dexlab Analytics
03:11
Advanced excel course, advanced excel course online, advanced Excel institute, Advanced excel training, advanced MS Excel, Analysts & data modelers, big data analytics
3 comments
Related posts :
For More Info On Big Data
Tuesday, 1 March 2016
Easily Analyze Data with MS Excel
Dexlab Analytics
23:03
Advanced excel course, advanced excel course online, advanced Excel institute, Advanced excel training, advanced MS Excel, big data analytics, big data hadoop courses
2 comments
This video presents to you some features of MS Excel that make analysis of data a snap. And all this from the confines of your favorite spreadsheet program environment. MS Excel also throws on the platter a host of tools with which advanced users may perform complicated tasks in Big Data and Analytics. So as you can see your favorite spreadsheet program is far more powerful than you previously thought.
Related posts :
For More Info On Big Data
Tuesday, 26 January 2016
Excel essentials that makes you the right employee
Dexlab Analytics
22:41
advanced excel course online, advanced Excel institute, advanced MS Excel, Excel features, excel training, MS Excel, online MS Excel tutorials
No comments

A few nifty Excel tricks to keep up your sleeve:
- How to send a read-only PDF file?
Often you may need to send a read-only PDF Excel spreadsheet for sharing important information that cannot be edited or manipulated. In such instances a PDF document comes in handy. Now you may be thinking that sending an Excel sheet PDF is simple using Adobe Acrobat. But what if you do not have Adobe Acrobat? You can still send a PDF using Excel itself. Simply follow the below mentioned steps: click on File > Send > and email the file as a PDF Attachment. You can also avail the option to save the file as a PDF instead of emailing; it helps you save files in forms that cannot be edited thereafter. In case your present Excel version downloads the updated add-on from the official website of Microsoft. - How to import data from a website?
If you come across a website with data that you need to work on a project with but want it in the spreadsheet form, how do you convert it? Click on File > Open > then change the format of the file to All Web Pages. With this all the file formats like .html, .htm, .mhtml etc. will be covered. Then simply go to the web pages and click on Open. When you are done with these steps the webpage content will open but the formatting might still require some tinkering. But still this is way easier than building a new workbook from scratch. - How to fine-tune specific search results using filter?
When using a huge spreadsheet with numerous data on it but you have to find out a specific one from thousands of entries, you may find yourself lapsing into a mini-coma. But thankfully Excel has a function called Autofilter that can be used to search for something that you specifically want to find and exclude what is irrelevant to your search needs at the moment. To use this function, click on the cell at the lower left-hand corner go to Data > Filter > AutoFilter, then you will find narrow boxes in your spreadsheet that will further help you narrow your search. Then use the custom filter and simply type in the type of data you are looking for in the sheet.
While these are a few simple tricks and techniques in Ms Excel, there are plenty of other smart Excel features that can help you be an asset to your firm. To learn more advanced MS Excel techniques we recommend you find a suitable advanced Excel institute in Gurgaon.
Related posts :
Sunday, 22 November 2015
The Big Relationship between Data Analysis and Health Care
Dexlab Analytics
22:06
Advanced excel course, advanced excel course online, big data certification, education, excel training
1 comment
Though crunching numbers is hardly a thing new to insurers, they have had to figure out patients who will generate high costs in all likelihood. But now they have taken things to the next level as they try to assess relapse probabilities, patients not abiding by their medical regimes. The models put into use make use of massive amounts of medical and other related data. Some even go to the extent of putting their focus on otherwise healthy people and prevent health issues before they actually crop up.
A vast number of insurers, WellPoint, UnitedHealth Group just to name a few are increasingly concentrating their efforts on pinpointing people who are like to develop diabetes amongst various medical conditions. Pharmacy- Benefit Managers of which CVS Caremark Corporation and Express Scripts are the most illustrious are engaged in developing models related to the medical compliance of patients. Health care providers on the other hand are working tirelessly to figure out who are most likely to be readmitted or admitted to a hospital so that they may alter their services to prevent returning visits.
According to the proponents of such endeavors activities such as these will go a long way towards preventing health problems that might prove to be expensive which will reduce costs for patients and companies alike.
As Scott Lundstrom who happens to be the Health Insights analyst at the noted International Data Corporation says that the present delivery model is ineffective to deal with the rising demand in health care and companies are putting in place their best efforts to optimize the quality of very much everything now-a-days.
All this is resulting in a rising demand for Big Data professionals and personnel who are aware of the ropes of the Big Data game through suitable courses at a quality Analytics training institute.
Related posts :
Friday, 6 November 2015
What Skills are Needed to Learn Hadoop
Dexlab Analytics
04:20
advanced excel course online, big data training, education, excel training, news, NoSQL
5 comments

Hadoop is an open source programming which acts like the working framework for the appropriated HDFS information document framework. This foundation layer makes it possible for people to assess and investigate the extensive volumes of information through MapReduce and associated programming situations for different industrial or societal use, for example, being perceptive of client conduct and in addition to discovering a cure for uncommon illnesses.
The requirement for handling data is producing interest for representatives to work with the information. It is predicted that by 2015, 4.4 million IT employments comprehensively will be made to manage Big Data.
To the extent what big data abilities to learn amid this season of evolution, it ought to be a blend of what’s most noteworthy paying as well as what vicinities you have the fervor for. There are 3 general groups of specialists of data.
- Existing framework managers can realize some Java aptitudes and additionally cloud administrations managing abilities to begin working with Hadoop establishment and functions.
- Existing DBAs and ETL data planners can study Apache Pig and associated advances to create, work, and improve the enormous data streams enlisting the Hadoop framework.
- Existing BI experts and data analysts can study Hive, SQL, Python and R to argue, break down, and envisage the information gathered inside Hadoop.
Related Posts :
Tuesday, 13 October 2015
NoSQL: A Relational Database For Distributed Storage
Dexlab Analytics
02:38
advanced excel course online, big data certification, big data training, NoSQL
No comments
Its not that that relational databases lack anything , they just have their limitations:
- They allow joins and indexes
- Fixed Schema
- They allow update of records
Four categories of No SQL Databases :
Key-Value Store : Its the simplest and easiest to implement No SQL Database , everything has key
here from hash table .
Examples: Redis , Voldemort
Applications : Logging
Data Model : Collection of Key-Value Pair.
Weakness : Data has no schema.
Strength : Its used for Fast lookups.
Column Family Store : They were created to process and store very huge amount of data distributed over many machines/nodes. Here keys point to multiple columns. Columns are grouped by column family.
Examples : Cassandra , Hbase
Applications : Distributed storage
Data Model : Columns to Column Families
Strength : Good distributed storage of data along with fast lookup
Weakness : Very low level API
Document Databases : It pairs each key value with data structure known as Documents. Documents can contain many key value pairs or key-array pairs .
Examples : MongoDB
Applications : Web Applications
Data Model : Grouping of Key-Value Collections.
Strength : Incomplete data can also be handled.
Weakness : No standard query syntax for Documents.
Graph Databases : Its used to store and analyse information about networks such as travel portal , social connections.
Examples : Neo4J , Infinite Graph
Applications : Social Media , Travel Portal
Data Model : 'Graph'- Nodes
Strengths : Shortest Path , Degree Relationship
Weakness : Not easy for cluster to handle as it needs to traverse whole graph for an answer.
Generally we should implement NoSQL where data model is dynamic and horizantal scalability is more important .
Related posts :




