Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Theoretical Questions | Pandas
Data Science Interview Challenge
course content

Contenu du cours

Data Science Interview Challenge

Data Science Interview Challenge

1. Python
2. NumPy
3. Pandas
4. Matplotlib
5. Seaborn
6. Statistics
7. Scikit-learn

book
Theoretical Questions

1. How can you filter rows in a DataFrame df where column 'A' values are greater than 10?

2. What does the df.describe() method return?

3. If series is a Pandas Series, what will series.value_counts() do?

4. Which of the following methods is used to concatenate two DataFrames, df1 and df2?

5. Which method is used to check the number of None observations across columns?

6. What does the following code return: df.dtypes?

7. Which method is used to drop duplicates from a DataFrame?

8. How can you transpose a DataFrame?

9. Which Pandas method is used to combine two DataFrames side by side?

10. What does df.head(3) return?

How can you filter rows in a DataFrame `df` where column 'A' values are greater than 10?

How can you filter rows in a DataFrame df where column 'A' values are greater than 10?

Sélectionnez la réponse correcte

What does the `df.describe()` method return?

What does the df.describe() method return?

Sélectionnez la réponse correcte

If `series` is a Pandas Series, what will `series.value_counts()` do?

If series is a Pandas Series, what will series.value_counts() do?

Sélectionnez la réponse correcte

Which of the following methods is used to concatenate two DataFrames, `df1` and `df2`?

Which of the following methods is used to concatenate two DataFrames, df1 and df2?

Sélectionnez la réponse correcte

Which method is used to check the number of `None` observations across columns?

Which method is used to check the number of None observations across columns?

Sélectionnez la réponse correcte

What does the following code return: `df.dtypes`?

What does the following code return: df.dtypes?

Sélectionnez la réponse correcte

Which method is used to drop duplicates from a DataFrame?

Which method is used to drop duplicates from a DataFrame?

Sélectionnez la réponse correcte

How can you transpose a DataFrame?

How can you transpose a DataFrame?

Sélectionnez la réponse correcte

Which Pandas method is used to combine two DataFrames side by side?

Which Pandas method is used to combine two DataFrames side by side?

Sélectionnez la réponse correcte

What does `df.head(3)` return?

What does df.head(3) return?

Sélectionnez la réponse correcte

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 3. Chapitre 6
We're sorry to hear that something went wrong. What happened?
some-alt