What will the following code return?
df.head()
df.head()
Anonymous Quiz
80%
First 5 rows
5%
First 15 rows
3%
Last 5 rows
12%
All rows
โค4๐ฅ1
10 Simple Habits to Boost Your Data Science Skills ๐ง ๐
1) Practice data wrangling daily (Pandas, dplyr)
2) Work on small end-to-end projects (ETL, analysis, visualization)
3) Revisit and improve previous notebooks or scripts
4) Share findings in a clear, story-driven way
5) Follow data science blogs, newsletters, and researchers
6) Tackle weekly datasets or Kaggle competitions
7) Maintain a notebooks/journal with experiments and results
8) Version control your work (Git + GitHub)
9) Learn to communicate uncertainty (confidence intervals, p-values)
10) Stay curious about new tools (SQL, Python libs, ML basics)
๐ฌ React "โค๏ธ" for more! ๐
1) Practice data wrangling daily (Pandas, dplyr)
2) Work on small end-to-end projects (ETL, analysis, visualization)
3) Revisit and improve previous notebooks or scripts
4) Share findings in a clear, story-driven way
5) Follow data science blogs, newsletters, and researchers
6) Tackle weekly datasets or Kaggle competitions
7) Maintain a notebooks/journal with experiments and results
8) Version control your work (Git + GitHub)
9) Learn to communicate uncertainty (confidence intervals, p-values)
10) Stay curious about new tools (SQL, Python libs, ML basics)
๐ฌ React "โค๏ธ" for more! ๐
โค32๐1๐ฅฐ1
๐ Python for Data Science โ Complete Beginner Roadmap ๐๐
๐น What is Data Science?
Data Science is about: Collecting data Cleaning it Analyzing it Finding insights Making predictions
๐ Example:
- Predict sales ๐
- Analyze customer behavior ๐
- Detect fraud ๐ณ
๐งญ Step-by-Step Roadmap
๐น 1๏ธโฃ Strengthen Python Basics
Focus on: Lists, dictionaries Loops & conditions Functions Basic file handling
๐ Because data is handled using these structures.
๐น 2๏ธโฃ Learn NumPy (Numerical Computing)
NumPy is used for: Fast calculations Working with arrays
import numpy as np
arr = np.array([1,2,3])
print(arr.mean())
๐ Used in: Machine learning Scientific computing
๐น 3๏ธโฃ Learn Pandas (Most Important ๐ฅ)
Pandas helps you: Read data (CSV, Excel) Clean data Analyze data
import pandas as pd
df = pd.read_csv("data.csv")
print(df.head())
๐ Must learn: head(), info() filtering groupby() merge()
๐น 4๏ธโฃ Data Visualization
Tools: matplotlib seaborn
import matplotlib.pyplot as plt
plt.plot([1,2,3],[10,20,30])
plt.show()
๐ Used to: Present insights Create reports Build dashboards
๐น 5๏ธโฃ Statistics Basics (Very Important)
Learn: Mean, Median, Mode Standard Deviation Probability basics
๐ Data science = math + logic + code
๐น 6๏ธโฃ Data Cleaning (Real-World Skill)
Real data is messy ๐
You should learn:
- Handling missing values
- Removing duplicates
- Fixing data types
df.dropna()
df.fillna(0)
๐น 7๏ธโฃ Intro to Machine Learning
Using scikit-learn:
from sklearn.linear_model import LinearRegression
Learn:
- Regression
- Classification
- Model training
๐น 8๏ธโฃ Real Projects (Most Important ๐)
Start building:
๐ก Project Ideas:
- Sales analysis dashboard
- IPL data analysis
- Netflix dataset insights
- Customer churn prediction
๐ง Double Tap โค๏ธ For More
๐น What is Data Science?
Data Science is about: Collecting data Cleaning it Analyzing it Finding insights Making predictions
๐ Example:
- Predict sales ๐
- Analyze customer behavior ๐
- Detect fraud ๐ณ
๐งญ Step-by-Step Roadmap
๐น 1๏ธโฃ Strengthen Python Basics
Focus on: Lists, dictionaries Loops & conditions Functions Basic file handling
๐ Because data is handled using these structures.
๐น 2๏ธโฃ Learn NumPy (Numerical Computing)
NumPy is used for: Fast calculations Working with arrays
import numpy as np
arr = np.array([1,2,3])
print(arr.mean())
๐ Used in: Machine learning Scientific computing
๐น 3๏ธโฃ Learn Pandas (Most Important ๐ฅ)
Pandas helps you: Read data (CSV, Excel) Clean data Analyze data
import pandas as pd
df = pd.read_csv("data.csv")
print(df.head())
๐ Must learn: head(), info() filtering groupby() merge()
๐น 4๏ธโฃ Data Visualization
Tools: matplotlib seaborn
import matplotlib.pyplot as plt
plt.plot([1,2,3],[10,20,30])
plt.show()
๐ Used to: Present insights Create reports Build dashboards
๐น 5๏ธโฃ Statistics Basics (Very Important)
Learn: Mean, Median, Mode Standard Deviation Probability basics
๐ Data science = math + logic + code
๐น 6๏ธโฃ Data Cleaning (Real-World Skill)
Real data is messy ๐
You should learn:
- Handling missing values
- Removing duplicates
- Fixing data types
df.dropna()
df.fillna(0)
๐น 7๏ธโฃ Intro to Machine Learning
Using scikit-learn:
from sklearn.linear_model import LinearRegression
Learn:
- Regression
- Classification
- Model training
๐น 8๏ธโฃ Real Projects (Most Important ๐)
Start building:
๐ก Project Ideas:
- Sales analysis dashboard
- IPL data analysis
- Netflix dataset insights
- Customer churn prediction
๐ง Double Tap โค๏ธ For More
โค18๐ฅ1๐1
๐ฆ๐ฏ๐ฒ๐ฟ๐ฑ๐ฌ๐ฌ ๐๐ฎ๐๐ฐ๐ต ๐ณ โ ๐๐ฟ๐ฒ๐ฒ ๐๐ฐ๐ฐ๐ฒ๐น๐ฒ๐ฟ๐ฎ๐๐ผ๐ฟ ๐ณ๐ผ๐ฟ ๐๐ & ๐๐ฒ๐ฒ๐ฝ๐ง๐ฒ๐ฐ๐ต ๐ฆ๐๐ฎ๐ฟ๐๐๐ฝ๐ ๐
Ready to scale your startup beyond local market?
Who should apply:
โ Startups with MVP and early traction
โ DeepTech: GenAI, robotics, advanced materials, photonics, quantum computing
โ Applied AI for research, Earth remote sensing, autonomous transport
โ International founders exploring the Russian market
What you'll get:
๐ 12-week online program in English
๐ International mentors (Europe, US, Asia, Middle East)
๐ Access to investors & corporate customers
๐ Demo Day at Moscow Startup Summit (Fall 2026)
Results:
๐ Revenue grows 4x on average, up to 1,000x for some teams
๐ค 10,900+ contracts and pilots with corporations (6 seasons)
Program stages:
1๏ธโฃ Online bootcamp for 150 teams
2๏ธโฃ 25 best teams โ intensive mentorship
3๏ธโฃ Demo Day presentation
Key details:
๐ Deadline: 10 April 2026
๐ฐ Participation: Free of charge
๐ Format: Online
๐ฌ Language: English
๐๐ฝ๐ฝ๐น๐ ๐ก๐ผ๐ ๐
https://sberbank-500.ru/
๐ฅ Don't wait. Scale your startup with Sber500.
React โค๏ธ for more startup opportunities!
#DataScience #MachineLearning #DeepTech #GenAI #Startup #Accelerator #AI
Ready to scale your startup beyond local market?
Who should apply:
โ Startups with MVP and early traction
โ DeepTech: GenAI, robotics, advanced materials, photonics, quantum computing
โ Applied AI for research, Earth remote sensing, autonomous transport
โ International founders exploring the Russian market
What you'll get:
๐ 12-week online program in English
๐ International mentors (Europe, US, Asia, Middle East)
๐ Access to investors & corporate customers
๐ Demo Day at Moscow Startup Summit (Fall 2026)
Results:
๐ Revenue grows 4x on average, up to 1,000x for some teams
๐ค 10,900+ contracts and pilots with corporations (6 seasons)
Program stages:
1๏ธโฃ Online bootcamp for 150 teams
2๏ธโฃ 25 best teams โ intensive mentorship
3๏ธโฃ Demo Day presentation
Key details:
๐ Deadline: 10 April 2026
๐ฐ Participation: Free of charge
๐ Format: Online
๐ฌ Language: English
๐๐ฝ๐ฝ๐น๐ ๐ก๐ผ๐ ๐
https://sberbank-500.ru/
๐ฅ Don't wait. Scale your startup with Sber500.
React โค๏ธ for more startup opportunities!
#DataScience #MachineLearning #DeepTech #GenAI #Startup #Accelerator #AI
โค7๐ฅ1
Useful AI channels on WhatsApp ๐ค
Artificial Intelligence: https://whatsapp.com/channel/0029VbBDFBI9Gv7NCbFdkg36
Python Programming: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L
AI Tricks: https://whatsapp.com/channel/0029Vb6xxJGGk1FnoCYE660N
AI Discovery: https://whatsapp.com/channel/0029VbBHlc7H5JLuv8L9d72T
AI Magic: https://whatsapp.com/channel/0029VbBA1z1JuyAH7BNeT43b
OpenAI: https://whatsapp.com/channel/0029VbAbfqcLtOj7Zen5tt3o
Tech News: https://whatsapp.com/channel/0029VbBo9qY1t90emAy5P62s
ChatGPT for Education: https://whatsapp.com/channel/0029Vb6r21H9hXFFoxvWR32C
ChatGPT Tips: https://whatsapp.com/channel/0029Vb6ZoSzBA1f3paReKB3B
AI for Leaders: https://whatsapp.com/channel/0029VbB9LO872WTwyqNlB63R
AI For Business: https://whatsapp.com/channel/0029VbBn5bn0rGiLOhM3vi1v
AI For Teachers: https://whatsapp.com/channel/0029Vb7LGgLCRs1mp86TH614
How to AI: https://whatsapp.com/channel/0029VbBHQZM7z4khHBTVtI0Q
AI For Students: https://whatsapp.com/channel/0029VbBIV47I7Be9BZMAJq3s
Copilot: https://whatsapp.com/channel/0029VbAW0QBDOQIgYcbwBd1l
Generative AI: https://whatsapp.com/channel/0029VazaRBY2UPBNj1aCrN0U
ChatGPT: https://whatsapp.com/channel/0029Vb6R8PI6WaKwRzLKKI0r
Deepseek: https://whatsapp.com/channel/0029Vb9js9sGpLHJGIvX5g1w
Finance & AI: https://whatsapp.com/channel/0029Vax0HTt7Noa40kNI2B1P
Google Facts: https://whatsapp.com/channel/0029VbBnkGm6LwHriVjB5I04
Perplexity AI: https://whatsapp.com/channel/0029VbAa05yISTkGgBqyC00U
Grok AI: https://whatsapp.com/channel/0029VbAU3pWChq6T5bZxUk1r
Deeplearning AI: https://whatsapp.com/channel/0029VbAKiI1FSAt81kV3lA0t
AI Discovery: https://whatsapp.com/channel/0029VbBHlc7H5JLuv8L9d72T
AI News: https://whatsapp.com/channel/0029VbAWNue1iUxjLo2DFx2U
Machine Learning: https://whatsapp.com/channel/0029VawtYcJ1iUxcMQoEuP0O
Jobs: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
Double Tap โค๏ธ for more
Artificial Intelligence: https://whatsapp.com/channel/0029VbBDFBI9Gv7NCbFdkg36
Python Programming: https://whatsapp.com/channel/0029VaiM08SDuMRaGKd9Wv0L
AI Tricks: https://whatsapp.com/channel/0029Vb6xxJGGk1FnoCYE660N
AI Discovery: https://whatsapp.com/channel/0029VbBHlc7H5JLuv8L9d72T
AI Magic: https://whatsapp.com/channel/0029VbBA1z1JuyAH7BNeT43b
OpenAI: https://whatsapp.com/channel/0029VbAbfqcLtOj7Zen5tt3o
Tech News: https://whatsapp.com/channel/0029VbBo9qY1t90emAy5P62s
ChatGPT for Education: https://whatsapp.com/channel/0029Vb6r21H9hXFFoxvWR32C
ChatGPT Tips: https://whatsapp.com/channel/0029Vb6ZoSzBA1f3paReKB3B
AI for Leaders: https://whatsapp.com/channel/0029VbB9LO872WTwyqNlB63R
AI For Business: https://whatsapp.com/channel/0029VbBn5bn0rGiLOhM3vi1v
AI For Teachers: https://whatsapp.com/channel/0029Vb7LGgLCRs1mp86TH614
How to AI: https://whatsapp.com/channel/0029VbBHQZM7z4khHBTVtI0Q
AI For Students: https://whatsapp.com/channel/0029VbBIV47I7Be9BZMAJq3s
Copilot: https://whatsapp.com/channel/0029VbAW0QBDOQIgYcbwBd1l
Generative AI: https://whatsapp.com/channel/0029VazaRBY2UPBNj1aCrN0U
ChatGPT: https://whatsapp.com/channel/0029Vb6R8PI6WaKwRzLKKI0r
Deepseek: https://whatsapp.com/channel/0029Vb9js9sGpLHJGIvX5g1w
Finance & AI: https://whatsapp.com/channel/0029Vax0HTt7Noa40kNI2B1P
Google Facts: https://whatsapp.com/channel/0029VbBnkGm6LwHriVjB5I04
Perplexity AI: https://whatsapp.com/channel/0029VbAa05yISTkGgBqyC00U
Grok AI: https://whatsapp.com/channel/0029VbAU3pWChq6T5bZxUk1r
Deeplearning AI: https://whatsapp.com/channel/0029VbAKiI1FSAt81kV3lA0t
AI Discovery: https://whatsapp.com/channel/0029VbBHlc7H5JLuv8L9d72T
AI News: https://whatsapp.com/channel/0029VbAWNue1iUxjLo2DFx2U
Machine Learning: https://whatsapp.com/channel/0029VawtYcJ1iUxcMQoEuP0O
Jobs: https://whatsapp.com/channel/0029VaI5CV93AzNUiZ5Tt226
Double Tap โค๏ธ for more
โค10๐ฅ1
โ
Data Cleaning in Pandas ๐๐งน
๐ In real projects, 80% of the work = Data Cleaning
Because raw data is always messy ๐
๐น 1. Why Data Cleaning?
Real-world data may have:
โ Missing values
โ Duplicate records
โ Wrong formats
โ Extra spaces
๐ Cleaning makes data usable for analysis & ML.
๐ฅ 2. Handling Missing Values
โ Check Missing Values
df.isnull()
df.isnull().sum()
โ Remove Missing Values
df.dropna()
โ Fill Missing Values
df.fillna(0)
๐ Replace missing values with 0 or mean.
๐น 3. Remove Duplicates
df.drop_duplicates()
๐น 4. Rename Columns
df.rename(columns={"Name": "Full_Name"}, inplace=True)
๐น 5. Change Data Types
df["Age"] = df["Age"].astype(int)
๐น 6. Remove Extra Spaces
df["Name"] = df["Name"].str.strip()
๐น 7. Replace Values
df["City"] = df["City"].replace("NY", "New York")
๐น 8. Why This is Important?
โ Clean data = better insights
โ Clean data = better ML models
โ Used in every real-world project
๐ฏ Todayโs Goal
โ Handle missing values
โ Remove duplicates
โ Fix data types
โ Clean text data
๐ Double Tap โค๏ธ For More
๐ In real projects, 80% of the work = Data Cleaning
Because raw data is always messy ๐
๐น 1. Why Data Cleaning?
Real-world data may have:
โ Missing values
โ Duplicate records
โ Wrong formats
โ Extra spaces
๐ Cleaning makes data usable for analysis & ML.
๐ฅ 2. Handling Missing Values
โ Check Missing Values
df.isnull()
df.isnull().sum()
โ Remove Missing Values
df.dropna()
โ Fill Missing Values
df.fillna(0)
๐ Replace missing values with 0 or mean.
๐น 3. Remove Duplicates
df.drop_duplicates()
๐น 4. Rename Columns
df.rename(columns={"Name": "Full_Name"}, inplace=True)
๐น 5. Change Data Types
df["Age"] = df["Age"].astype(int)
๐น 6. Remove Extra Spaces
df["Name"] = df["Name"].str.strip()
๐น 7. Replace Values
df["City"] = df["City"].replace("NY", "New York")
๐น 8. Why This is Important?
โ Clean data = better insights
โ Clean data = better ML models
โ Used in every real-world project
๐ฏ Todayโs Goal
โ Handle missing values
โ Remove duplicates
โ Fix data types
โ Clean text data
๐ Double Tap โค๏ธ For More
โค23๐5๐ฅ1
Which library is used for basic plotting in Python?
Anonymous Quiz
8%
A) NumPy
7%
B) Pandas
82%
C) Matplotlib
3%
D) TensorFlow
โค6๐1
Which function is used to display a plot?
Anonymous Quiz
7%
A) showplot()
6%
B) display()
61%
C) plt.show()
25%
D) plot.show()
โค6
What type of chart is best for showing trends over time?
Anonymous Quiz
14%
A) Bar chart
7%
B) Pie chart
61%
C) Line chart
18%
D) Histogram
โค2๐1
Which library is used for advanced and attractive visualizations?
Anonymous Quiz
22%
A) Matplotlib
66%
B) Seaborn
7%
C) NumPy
5%
D) SciPy
โค2
What does a histogram show?
Anonymous Quiz
31%
A) Relationship between two variables
11%
B) Categories
56%
C) Distribution of data
2%
D) Exact values
โค6
โ
Data Science Interview Prep Guide ๐๐ง
Whether you're a fresher or career-switcher, hereโs how to prep step-by-step:
1๏ธโฃ Understand the Role
Data scientists solve problems using data. Core responsibilities:
โข Data cleaning & analysis
โข Building predictive models
โข Communicating insights
โข Working with business/product teams
2๏ธโฃ Core Skills Needed
โ๏ธ Python (NumPy, Pandas, Matplotlib, Scikit-learn)
โ๏ธ SQL
โ๏ธ Statistics & probability
โ๏ธ Machine Learning basics
โ๏ธ Data storytelling & visualization (Power BI / Tableau / Seaborn)
3๏ธโฃ Key Interview Areas
A. Python & Coding
โข Write code to clean and analyze data
โข Solve logic problems (e.g., reverse a list, group data by key)
โข List vs Dict vs DataFrame usage
B. Statistics & Probability
โข Hypothesis testing
โข p-values, confidence intervals
โข Normal distribution, sampling
C. Machine Learning Concepts
โข Supervised vs unsupervised learning
โข Overfitting, regularization, cross-validation
โข Algorithms: Linear Regression, Decision Trees, KNN, SVM
D. SQL
โข Joins, GROUP BY, subqueries
โข Window functions
โข Data aggregation and filtering
E. Business & Communication
โข Explain model results to non-tech stakeholders
โข What metrics would you track for [business case]?
โข Tell me about a time you used data to influence a decision
4๏ธโฃ Build Your Portfolio
โ Do projects like:
โข E-commerce sales analysis
โข Customer churn prediction
โข Movie recommendation system
โ Host on GitHub or Kaggle
โ Add visual dashboards and insights
5๏ธโฃ Practice Platforms
โข LeetCode (SQL, Python)
โข HackerRank
โข StrataScratch (SQL case studies)
โข Kaggle (competitions & notebooks)
๐ฌ Tap โค๏ธ for more!
Whether you're a fresher or career-switcher, hereโs how to prep step-by-step:
1๏ธโฃ Understand the Role
Data scientists solve problems using data. Core responsibilities:
โข Data cleaning & analysis
โข Building predictive models
โข Communicating insights
โข Working with business/product teams
2๏ธโฃ Core Skills Needed
โ๏ธ Python (NumPy, Pandas, Matplotlib, Scikit-learn)
โ๏ธ SQL
โ๏ธ Statistics & probability
โ๏ธ Machine Learning basics
โ๏ธ Data storytelling & visualization (Power BI / Tableau / Seaborn)
3๏ธโฃ Key Interview Areas
A. Python & Coding
โข Write code to clean and analyze data
โข Solve logic problems (e.g., reverse a list, group data by key)
โข List vs Dict vs DataFrame usage
B. Statistics & Probability
โข Hypothesis testing
โข p-values, confidence intervals
โข Normal distribution, sampling
C. Machine Learning Concepts
โข Supervised vs unsupervised learning
โข Overfitting, regularization, cross-validation
โข Algorithms: Linear Regression, Decision Trees, KNN, SVM
D. SQL
โข Joins, GROUP BY, subqueries
โข Window functions
โข Data aggregation and filtering
E. Business & Communication
โข Explain model results to non-tech stakeholders
โข What metrics would you track for [business case]?
โข Tell me about a time you used data to influence a decision
4๏ธโฃ Build Your Portfolio
โ Do projects like:
โข E-commerce sales analysis
โข Customer churn prediction
โข Movie recommendation system
โ Host on GitHub or Kaggle
โ Add visual dashboards and insights
5๏ธโฃ Practice Platforms
โข LeetCode (SQL, Python)
โข HackerRank
โข StrataScratch (SQL case studies)
โข Kaggle (competitions & notebooks)
๐ฌ Tap โค๏ธ for more!
โค16๐2
Which library is used for basic plotting in Python?
Anonymous Quiz
5%
A) NumPy
8%
B) Pandas
83%
C) Matplotlib
4%
D) TensorFlow
โค3๐1
Which function is used to display a plot?
Anonymous Quiz
6%
A) showplot()
5%
B) display()
70%
C) plt.show()
19%
D) plot.show()
โค4
What type of chart is best for showing trends over time?
Anonymous Quiz
13%
A) Bar chart
6%
B) Pie chart
67%
C) Line chart
13%
D) Histogram
โค4
Which library is used for advanced and attractive visualizations?
Anonymous Quiz
20%
A) Matplotlib
69%
B) Seaborn
6%
C) NumPy
4%
D) SciPy
โค4
What does a histogram show?
Anonymous Quiz
31%
A) Relationship between two variables
10%
B) Categories
59%
C) Distribution of data
1%
D) Exact values
โค4๐1
โ
Exploratory Data Analysis (EDA) ๐๐
EDA is where you understand your data before building any model.
๐น 1. What is EDA?
EDA = Exploring and analyzing data to find patterns, trends, and insights
Before ML, always do EDA.
๐ฅ 2. Why EDA is Important?
โ Understand data structure
โ Find missing values
โ Detect outliers
โ Discover patterns relationships
Without EDA = wrong conclusions โ
๐น 3. Basic EDA Steps
Step 1: Load Data
Step 2: View Data
Step 3: Check Data Info
Step 4: Check Missing Values
Step 5: Check Unique Values
Step 6: Correlation (Very Important โญ)
Helps understand relationships between variables.
๐ฅ 4. Visualization in EDA
Histogram
Boxplot (Outlier Detection โญ)
Heatmap (Correlation)
๐น 5. What You Should Find in EDA?
โ Trends
โ Patterns
โ Outliers
โ Relationships
๐ฏ Todayโs Goal
โ Perform basic EDA
โ Understand dataset structure
โ Identify issues in data
โ Visualize key insights
๐ฌ Tap โค๏ธ for more!
EDA is where you understand your data before building any model.
๐น 1. What is EDA?
EDA = Exploring and analyzing data to find patterns, trends, and insights
Before ML, always do EDA.
๐ฅ 2. Why EDA is Important?
โ Understand data structure
โ Find missing values
โ Detect outliers
โ Discover patterns relationships
Without EDA = wrong conclusions โ
๐น 3. Basic EDA Steps
Step 1: Load Data
import pandas as pd
df = pd.read_csv("data.csv")
Step 2: View Data
df.head()
df.tail()
Step 3: Check Data Info
df.info()
df.describe()
Step 4: Check Missing Values
df.isnull().sum()
Step 5: Check Unique Values
df["column_name"].value_counts()
Step 6: Correlation (Very Important โญ)
df.corr()
Helps understand relationships between variables.
๐ฅ 4. Visualization in EDA
Histogram
df["Age"].hist()
Boxplot (Outlier Detection โญ)
import seaborn as sns
sns.boxplot(x=df["Age"])
Heatmap (Correlation)
sns.heatmap(df.corr(), annot=True)
๐น 5. What You Should Find in EDA?
โ Trends
โ Patterns
โ Outliers
โ Relationships
๐ฏ Todayโs Goal
โ Perform basic EDA
โ Understand dataset structure
โ Identify issues in data
โ Visualize key insights
๐ฌ Tap โค๏ธ for more!
โค20๐2
What is the main purpose of EDA?
Anonymous Quiz
9%
A) Build machine learning models
3%
B) Deploy applications
86%
C) Understand and analyze data
3%
D) Write code
โค2
Which function is used to view the first 5 rows of a dataset?
Anonymous Quiz
4%
A) df.start()
82%
B) df.head()
9%
C) df.top()
5%
D) df.first()
โค5