29 lines
527 B
Markdown
Raw Normal View History

---
id: 5e9a093a74c4063ca6f7c14c
title: Introduction to Data Analysis
challengeType: 11
isHidden: true
videoId: VJrP2FUzKP0
---
## Description
<section id='description'>
</section>
## Tests
<section id='tests'>
```yml
question:
text: "Why should you choose R over Python for data analysis?"
answers:
- "It's simple to learn."
- "It's better at dealing with advanced statistical methods."
- "There are many powerful libraries that support R."
- "It's free and open source."
solution: 2
```
</section>