Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Extracting Experimental Groups | Data Manipulation for Research
Python for Researchers

bookChallenge: Extracting Experimental Groups

Tarefa

Swipe to start coding

Write a function to filter and sort the DataFrame as described, using pandas methods for filtering and sorting.

  • Filter the input DataFrame to include only rows where the group column is equal to "control".
  • Further filter these rows to include only those where the measurement value is greater than the mean of all measurement values in the DataFrame.
  • Return a new DataFrame containing the filtered rows, sorted by measurement in descending order.

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 3
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Extracting Experimental Groups

Deslize para mostrar o menu

Tarefa

Swipe to start coding

Write a function to filter and sort the DataFrame as described, using pandas methods for filtering and sorting.

  • Filter the input DataFrame to include only rows where the group column is equal to "control".
  • Further filter these rows to include only those where the measurement value is greater than the mean of all measurement values in the DataFrame.
  • Return a new DataFrame containing the filtered rows, sorted by measurement in descending order.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 3
single

single

some-alt