AI-powered search & chat for Data / Computer Science Students

Joining Data Sources

 Towards Data Science

Most “data science” in the real world involves creating a data set, a visualization, an application that requires pulling and joining data from very different sources to tell a cohesive story. Moving…...

Read more at Towards Data Science

Data wrangling

 Towards Data Science

First of all, you have to get your data! This can involve extricating the data you want from a larger dataset. It can involve merging two or more datasets. A dog isn’t just for Christmas, it’s for…

Read more at Towards Data Science

A Practical Dive into Data Fusion For Self-Driving Cars

 Towards Data Science

What is data fusion, and how can we use it to improve the performance and safety of self-driving cars? In this article, we introduce this concept, and apply it to a case study with RGB and lidar fusio...

Read more at Towards Data Science

Sensor fusion explained with rotating iPhone

 Towards Data Science

Sensor fusion is the usage of multiple sensors to decrease the uncertainty of the prediction. A more formal definition comes from the IEEE Geoscience and Remote Sensing Society Data Fusion Technical C...

Read more at Towards Data Science

No-Code Data Pipelines: A first impression of Cloud Data Fusion

 Towards Data Science

Cloud Data Fusion is essentially a graphical, no-code tool to build data pipelines.

Read more at Towards Data Science

WTF is Sensor Fusion? The good old Kalman filter

 Towards Data Science

In my previous post in this series I talked about the two equations that are used for essentially all sensor fusion algorithms: the predict and update equations. I did not however showcase any…

Read more at Towards Data Science

Tableau Data Blending Tutorial — A Step-By-Step Guide For Beginners

 Towards Data Science

We explore a comprehensive overview of Data Blending using Tableau for Data Scientists and Data Analysts. Continue reading on Towards Data Science

Read more at Towards Data Science

A beginner’s guide to joining data

 Towards Data Science

Joining data is one of the fundamental skills of data analysis. Unfortunately, it can also be a bit confusing when you’re just getting started, or when you’re making the transition from excel to SQL…

Read more at Towards Data Science

Fuzzy Integral: A deep dive into data fusion

 Towards Data Science

The Fuzzy Integral is a powerful, lesser-known data fusion technique. I’ve spent the last seven years researching its many properties. This post introduces and explores the basic mechanics of the…

Read more at Towards Data Science

Data Wrangling: A Beginners Guide

 Python in Plain English

If you have landed upon this article, maybe you are a beginner in Data Science field or just revisiting few of the most important steps in the field of Data Analysis. In this guide I would start with…...

Read more at Python in Plain English

Kalman Filter: An Algorithm for making sense from the insights of various sensors fused together.

 Towards Data Science

This is a discussion on the algorithm designed by Rudolf Kalman that could help make various sensors talk to each other and derive useful information from it.

Read more at Towards Data Science

Sensor Fusion — Part 1: Kalman Filter basics

 Towards Data Science

In this series, I will try to explain Kalman filter algorithm along with an implementation example of tracking a vehicle with help of multiple sensor inputs, often termed as Sensor Fusion. Kalman…

Read more at Towards Data Science

How Do You Combine Data Engineering with Data Science?

 Python in Plain English

Data merging is a crucial skill for data engineers and analysts. Combining data from different sources allows you to enrich your analysis and gain more powerful insights. In this comprehensive guide, ...

Read more at Python in Plain English

Data Fusion: A Code-Free Pipeline for Your Google Cloud Data Warehouse

 Towards Data Science

Despite the plethora of Cloud-based big data platforms and applications released over the past five to ten years, creating a data warehouse generally remains a difficult undertaking that requires…

Read more at Towards Data Science

The Power of Data

 Towards Data Science

When I stood up to speak last Friday at the Steering Committee meeting between the Ministry of Education of Ivory Coast and TRECC — a partnership for transforming Education in cocoa producing…

Read more at Towards Data Science

Data Integration — Things to Consider

 Towards Data Science

When integrating data from system A to system B, data engineers and other stakeholders should not only focus on the data process, e.g. via ETL/ELT, but also on the source system. What various…

Read more at Towards Data Science

Joining Data

 Kaggle Learn Courses

Introduction You have the tools to obtain data from a single table in whatever format you want it. But what if the data you want is spread across multiple tables? That's where **JOIN** comes in! **JO...

Read more at Kaggle Learn Courses

Introduction to data wrangling

 Analytics Vidhya

When we perform data wrangling, we are taking our input data from its original state to where we can perform meaningful analysis on it.

Read more at Analytics Vidhya

The future of data integration

 Towards Data Science

Cloud computing, big data, machine learning, data lakes, data warehouses — no doubt, if you’ve been following the tech world you’ve heard these buzz words. These trends and the resulting technologies…...

Read more at Towards Data Science

We(Data Engineers) do Data Combining: Guide to Merging Data in Python

 Python in Plain English

Left Join — Bringing Everything from the Left A left join includes all rows from the left dataset and only the matching rows from the right dataset. It’s like keeping everything from the first dataset...

Read more at Python in Plain English

Meet the Data Experts

 Towards Data Science

Displaying the different competencies of data analytics and data science experts via spider charts.

Read more at Towards Data Science

A Checklist for Data Wrangling

 Towards Data Science

It was before the Stack Overflow era, so not much help was available online. Some people would print out cheatsheets of different kinds and hang on the walls around their workstations. Having a…

Read more at Towards Data Science

📌 Join us on Oct 6: Data Aggregation is Unavoidable! (And Other Big Data Lies)*

 TheSequence

Data has outgrown the legacy technologies we’ve developed to collect, manage, and act on it to create value. Complex and time-consuming workarounds cover for these larger infrastructure problems, but ...

Read more at TheSequence

Table Joins Explained in 11 Minutes using SQL

 Towards Data Science

Learn about SQL joins and how to avoid common pitfalls in 11 minutes Continue reading on Towards Data Science

Read more at Towards Data Science