Suyoung Kimswimmingspace.hashnode.dev·Jan 2, 2025ASAC(sk) - EDA personal project : part time job reviewsThis posting is about EDA personal project during ASAC academy class. I analyzed part time job review in Korea. Title : Analysis the part time job review and Visualization The analysis was focused on convenience stores, high price cafe, low price c...eda
Vidit singhaldiwali-sale-analysis.hashnode.dev·Jan 1, 2025Diwali-sale-analysisHello, readers! We are excited to kick off an insightful project focused on analyzing data related to Diwali sales. This initiative aims to delve deep into the dataset and uncover valuable trends and patterns. By conducting thorough analyses, we will...DiwaliSalesAnalysis
Anix Lynchgozeroshot.dev·Dec 6, 2024Python Automation #4: EDA/Automated Reporting w/dataprep, evidently, mito1. Generate a Quick Exploratory Report (dataprep.eda.create_report) import pandas as pd from dataprep.eda import create_report # Sample DataFrame df = pd.DataFrame({"A": [10, 20, 30, 40], "B": [5, 15, 25, 35]}) # Generate EDA report report = create...evidently
Anjola. Aanjolaa.hashnode.dev·Nov 25, 2024A Guided Analytics ProjectWhen starting any project, you first want to understand ‘why’ you’re doing it, the end goal and what questions you want to answer. In data analysis, you can either have questions you need the data to answer or let the data speak for itself. With that...eda
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Nov 21, 2024Practical Data Science: Rectangular Data and Estimation Techniques in SQLHey everyone, welcome back! If you’re new here, I’m Dhyuthidhar Saraswathula. I write blogs focused on computer science, with a special emphasis on data science and analytics. Today, let’s dive into Rectangular Data and the SQL techniques used to ana...5 likesMachine Learning
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Nov 14, 2024Introduction to Exploratory Data Analysis (EDA) in SQLHello everyone! I’m Dhyuthidhar Saraswathula. If you’re new here, I write blogs on Data Science and Computer Science topics. So, buckle up! Today, we’re diving into an essential data science concept: Exploratory Data Analysis (EDA). In SQL, EDA means...5 likesData Science
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Nov 11, 2024Exploratory Data Analysis (EDA): The Essential First Step in Data ScienceIntroduction Hey everyone, welcome back! If you’re new here, I’m Dhyuthidhar Saraswathula. I write blogs focused on computer science, with a special emphasis on data science and analytics. Today’s topic is one of the most essential and exciting parts...5 likes#ExploratoryDataAnalysis
Pratik Vermaeda-using-kafka.hashnode.dev·Nov 10, 2024EDA using kafka in node jsnew to kafka ? click here - Why Kafka? Steps to follow Setup the Kafka Config We need Producer to produce events We need Consumer to consume events in a specific topic Setup Kafka: install kafkajs use npm i kafkajs or bun add kafkajs run zook...kafka
Nischal Baidarnischalbaidar.hashnode.dev·Oct 20, 2024Day 16 - Univariate Exploratory Data Analysis (EDA) in PythonExploratory Data Analysis (EDA) is a critical step in any data analysis or data science project. It helps us understand the underlying patterns, spot anomalies, and check assumptions about the data before we dive deeper into modeling. What is Univari...nischal_baidar