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 feat: add replit config (#1) 2020-09-29 14:49:41 -07:00
adult.data.csv init 2020-09-29 12:23:25 -05:00
demographic_data_analyzer.py init 2020-09-29 12:23:25 -05:00
main.py init 2020-09-29 12:23:25 -05:00
poetry.lock init 2020-09-29 12:23:25 -05:00
pyproject.toml init 2020-09-29 12:23:25 -05:00
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