Home Data Data Analysis

Data Analysis

Transforming and inspecting data can be difficult. Packt Hub provides the latest news and updates around Data Analysis. We provide insights and news around major languages like Python and R for both Data Science and Data Analysis.

15 things every BI professional should know about Tableau

0
“The art and practice of visualizing data is becoming ever more important in bridging the human-computer gap to mediate analytical insight in a meaningful...
cleaning data

Data cleaning is the worst part of data analysis, say data scientists

2
The year was 2012. Harvard Business Review had famously declared the role of data scientist as the ‘sexiest job of the 21st century’. Companies...
Netflix

How everyone at Netflix uses Jupyter notebooks from data scientists, machine learning engineers, to...

0
Netflix uses a variety of tools to do data analysis. One of the big ways that data scientists and engineers at Netflix interact with...
decision trees

Why decision trees are more flexible than linear models, explains Stephen Klosterman

0
This blog post will examine a hypothetical dataset of website visits and customer conversion, to illustrate how decision trees are a more flexible mathematical...
report

8 ways to improve your data visualizations

0
In Dr. W.Edwards Deming’s words “In God we trust, all others must bring data”. Organizations worldwide, revolve around data like planets revolve around the sun....
cleaning data

5 best practices to perform data wrangling with Python

0
Data wrangling is the process of cleaning and structuring complex data sets for easy analysis and making speedy decisions in less time. Due to...

Brett Lantz on implementing a decision tree using C5.0 algorithm in R

0
Decision tree learners are powerful classifiers that utilize a tree structure to model the relationships among the features and the potential outcomes. This structure...
data science terms

30 common data science terms explained

0
Let’s begin at the beginning. What do terms like statistical population, statistical comparison, statistical inference mean? What good is munging, coding, booting, regularization etc....
data science myths

9 Data Science Myths Debunked

0
The benefits of data science are evident for all to see. Not only does it equip you with the tools and techniques to make...

Uber’s kepler.gl, an open source toolbox for GeoSpatial Analysis

0
Geography Visualization, also called as Geovisualization plays a pivotal role in areas like cartography, geographic information systems, remote sensing and global positioning systems. Uber,...

Must Read in Cloud & Networking

Top life hacks for prepping for your IT certification exam

0
I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed up for a class that lasted one week, per...

Must Read in Data

Learn Transformers for Natural Language Processing with Denis Rothman

0
Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN and CNN models in use today. Artificial intelligence is...

Distributed training in TensorFlow 2.x

Interviews