Course Content
Pandas First Steps
Pandas First Steps
2. Reading Files in Pandas
3. Analyzing the Data
Viewing the DataQuiz: Using HeadQuiz: Head, Tail, and SampleExploring the DatasetColumn Names and Data TypesFinding Null ValuesQuiz: Identifying Null ValuesChallenge: Dropping Null ValuesChallenge: Filling Null ValuesQuiz: Null ValuesDescribing the Datamax() and min()Quiz: Statistical Operationssum() and count()Unique Values
Challenge: Creating a Series
Task
Swipe to show code editor
-
Create a
Series
object using thecolor_names
list. -
Assign the resulting
Series
object to theseries
variable and then print it.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 3
Challenge: Creating a Series
Task
Swipe to show code editor
-
Create a
Series
object using thecolor_names
list. -
Assign the resulting
Series
object to theseries
variable and then print it.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 1. Chapter 3
Switch to desktop for real-world practiceContinue from where you are using one of the options below