Conteúdo do Curso
Pandas First Steps
Pandas First Steps
2. Reading Files in Pandas
3. Analyzing the Data
Viewing the DataHead QuizHead and Tail QuizInformation on the DataColumn Names and Data TypesFinding Null ValuesIdentifying Null Values QuizDropping Null ValuesFilling Null ValuesNull Values QuizDescribing the DataCalculating Descriptive Statisticsmax() and min()Statistical Operations Quizsum() and count()Unique Values
Dropping Null Values
If our dataset has rows with null values, we should consider removing them. In pandas, this can be achieved using the dropna()
method.
Let's give it a try.
Tarefa
Swipe to show code editor
You need to eliminate rows containing empty cells. To achieve this, use the dropna()
method.
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 8
Dropping Null Values
If our dataset has rows with null values, we should consider removing them. In pandas, this can be achieved using the dropna()
method.
Let's give it a try.
Tarefa
Swipe to show code editor
You need to eliminate rows containing empty cells. To achieve this, use the dropna()
method.
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 3. Capítulo 8
Mude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo