@dwnngnn0324
Nothing here yet.
Nothing here yet.
Nov 12, 2025 · 2 min read · 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)....
Join discussion
Aug 13, 2025 · 1 min read · [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...
Join discussionAug 12, 2025 · 2 min read · Link 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...
Join discussionJun 27, 2025 · 2 min read · 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ệ...
Join discussion