40 lines
1.1 KiB
Markdown
Raw Normal View History

---
2020-04-21 23:37:02 -05:00
id: 5e6a54af58d3af90110a60a1
title: 'Introduction: Hardware Architecture'
challengeType: 11
isRequired: true
2020-04-21 23:37:02 -05:00
videoId: H6qtjRTfSog
---
## Description
<section id='description'>
In this challenge you must analyze demographic data using Pandas. You are given a dataset of demographic data that was extracted from the 1994 Census database.
You can access <a href='https://repl.it/@freeCodeCamp/fcc-demographic-data-analyzer' target='_blank'>the full project description and starter code on repl.it</a>.
After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below.
We are still developing the interactive instructional part of the data analysis with Python curriculum. For now, you will have to use other resources to learn how to pass this challenge.
</section>
## Instructions
<section id='instructions'>
</section>
## Tests
<section id='tests'>
```yml
question:
2020-04-21 23:37:02 -05:00
text: 'Who should learn to program?'
answers:
2020-04-21 23:37:02 -05:00
- 'College students.'
- 'People who want to become software developers.'
- 'Everyone.'
solution: 3
```
</section>