dwnngnn.hashnode.devData Preprocessing (Tiền xử lý dữ liệu)Bối cảnh Trong thế giới dữ liệu ngày nay, chúng ta không làm việc với những bộ dữ liệu “hoàn hảo”. Thực tế, dữ liệu thực (real-world data) thường bị nhiễu, thiếu, và không nhất quán — hậu quả của: Kích thước dữ liệu khổng lồ (từ vài GB đến hàng TB)....Nov 12, 2025·2 min read
dwnngnn.hashnode.dev242. Valid Anagram[EASY] Link: https://leetcode.com/problems/valid-anagram/description/ Description: Given two strings s and t, return true if t is an anagram of s, and false otherwise. Example 1: Input: s = “listen” , t = “silent” & s = “heart”, t = “earth” … Output...Aug 13, 2025·1 min read
dwnngnn.hashnode.dev217. Contains DuplicateLink bài toán trên Leetcode: https://leetcode.com/problems/contains-duplicate/description/ [EASY] Given an integer array nums, return true if any value appears at least twice in the array, and return false if every element is distinct. Example 1: In...Aug 12, 2025·2 min read
dwnngnn.hashnode.devETL (Extract - Transform - Load) và ELT (Extract - Load - Transform)1. ETL (Extract - Transform - Load) ETL là viết tắt của 3 bước trong quy trình xử lý dữ liệu: Extract: Thu thập dữ liệu từ nhiều nguồn khác nhau (cơ sở dữ liệu, API, file, web,…). Transform: Làm sạch, chuẩn hóa, tính toán, thay đổi định dạng dữ liệ...Jun 27, 2025·2 min read
dwnngnn.hashnode.devApplication Programming Interface (API)API là gì? API (Application Programming Interface) hay còn gọi là giao diện lập trình ứng dụng, giúp các phần mềm hoặc các hệ thống giao tiếp và trao đổi dữ liệu với nhau. Ví dụ: Khi bạn đăng nhập vào một Website qua tài khoản Facebook, trang Web đó...May 30, 2025·4 min read