Podcast
Questions and Answers
What should a brand-new user of pandas do first?
What should a brand-new user of pandas do first?
- Read the User Guide
- Read 10 minutes to pandas (correct)
- Read the API reference
- Read Intro to data structures and Essential basic functionality
What does the API reference provide?
What does the API reference provide?
- An introduction to pandas
- Information on specific methods (correct)
- Examples of how to use pandas
- A summary of pandas fundamentals
How do you indicate input code in a Jupyter Notebook?
How do you indicate input code in a Jupyter Notebook?
- By using the symbol #
- By using the symbol >
- By using the symbol *
- By using the symbol (correct)