freeCodeCamp/curriculum/challenges/english/08-data-analysis-with-python/data-analysis-with-python-p.../demographic-data-analyzer.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

---
id: 5e46f7e5ac417301a38fb929
title: Demographic Data Analyzer
challengeType: 10
---
# --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 [the full project description and starter code on Repl.it](https://repl.it/github/freeCodeCamp/boilerplate-demographic-data-analyzer).
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.
# --hints--
It should pass all Python tests.
```js
```
# --seed--
# --solutions--
```py
# Python challenges don't need solutions,
# because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more.
```