Skip to content

Commit

Permalink
feat($pandas): integrate matplotlib; filter Sony's game
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Sep 3, 2022
1 parent d67cce1 commit 2a7d993
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 10 deletions.
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ faker = "==14.1.0"
python-stdnum = "==1.17"
# Retrying library for Python. https://pypi.org/project/tenacity/
tenacity = "==8.0.1"
# Python plotting package. https://pypi.org/project/matplotlib/
matplotlib = "==3.5.3"

[dev-packages]
# Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of
Expand Down
207 changes: 205 additions & 2 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2a7d993

Please sign in to comment.