Open in app

Sign in

Write

Sign in

Shaspachayan Bandyopadhyay
Shaspachayan Bandyopadhyay

11 Followers

Home

Lists

About

Published in

Stackademic

·Sep 20

From Chaos to Clarity: Data Normalization Using NumPy with Real Data

A Key Technique for Better Analysis and Modeling — Introduction Data comes in all shapes and sizes, and when dealing with numbers on vastly different scales or with other units, comparing, analyzing, or modelling that data can become challenging. That’s where data normalization steps in — it’s like bringing all your data to a common playing field where apples can…

Python

5 min read

From Chaos to Clarity: Data Normalization Using NumPy with Real Data
From Chaos to Clarity: Data Normalization Using NumPy with Real Data
Python

5 min read


Published in

Stackademic

·Aug 27

SQL Aggregation and Grouping

Unveiling the Power of Data Summarization — In the previous two parts, you’ve learned how to select data from single and multiple tables. You know how to filter rows and join columns from different tables. In this part, you’ll learn how to compute statistics, group rows, and filter such groups. KNOW THE TABLE Naturally, one employee can work for more…

Sql

11 min read

SQL Aggregation and Grouping
SQL Aggregation and Grouping
Sql

11 min read


Published in

Stackademic

·Aug 10

How to Query Multiple Tables in SQL: Report 1.2

Learn how to select data from multiple tables Single tables might seem handy at first, but we always use multiple tables in big databases. This also means that we often want to get data from more than one table at a time. …

Sql

8 min read

Report 1.2: How to Query Multiple Tables in SQL
Report 1.2: How to Query Multiple Tables in SQL
Sql

8 min read


Published in

Stackademic

·Aug 4

Master the art of extracting precise data from a single table : Report 1.1📊🔍

It's time to push yourself and aim for progress once again! — See the whole table 7. Get all data It’s time to run your first SQL query! As you remember, the data in a database are stored in tables. You can see all data in the user table with this query: SELECT * FROM user; SELECT tells your database that you want to select data. …

Database

10 min read

Report 1.1: Master the art of extracting precise data from a single table 📊🔍
Report 1.1: Master the art of extracting precise data from a single table 📊🔍
Database

10 min read


Aug 2

Learn about relational databases and acquaint yourself with SQL, which is a language used to communicate with databases : Report 01🔍💻📊

Contents: What is a database exactly? Tables Columns & Rows Notation SQL Queries 1. What is a database exactly? To put it simply, it’s a computer program which stores various data. There are quite a few database vendors e.g., Oracle, MySQL, PostgreSQL, SQL Server, and many others. …

Sql

3 min read

Report 01: Learn about relational databases and acquaint yourself with SQL, which is a language…
Report 01: Learn about relational databases and acquaint yourself with SQL, which is a language…
Sql

3 min read

Shaspachayan Bandyopadhyay

Shaspachayan Bandyopadhyay

11 Followers
Following
  • Alex Mathers

    Alex Mathers

  • Zohvib

    Zohvib

  • DP6 Team

    DP6 Team

  • Nishchay Agrawal

    Nishchay Agrawal

  • Gunjan Sahu

    Gunjan Sahu

See all (32)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams