Demographic Data Analyzer
Go to file
Krzysztof G 95d5584ef1
fix: use correct method for list comparing (#4)
`assertAlmostEqual` is able to determine if lists are equal, but it cannot
determine if corresponding elements are almost equal. `assertCountEqual`
checks if lists have the same elements, regardless of the order.
2022-09-26 10:34:44 -06:00
.replit
adult.data.csv
demographic_data_analyzer.py
main.py
poetry.lock
pyproject.toml
README.md chore: clean up readme (#8) 2022-05-03 18:07:51 -05:00
renovate.json Configure Renovate (#5) 2021-06-04 09:48:27 +02:00
replit.nix fix(config): add replit.nix config (#9) 2022-07-20 15:31:04 +09:00
test_module.py fix: use correct method for list comparing (#4) 2022-09-26 10:34:44 -06:00

Demographic Data Analyzer

This is the boilerplate for the Demographic Data Analyzer project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/data-analysis-with-python/data-analysis-with-python-projects/demographic-data-analyzer