-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using numpy array #3
base: master
Are you sure you want to change the base?
Conversation
This adds the project's first 3rd party library, but does not add a |
If you are going to use a 3rd party library you might as well use pandas:
|
You're both right I didn't know pandas library, but the code looks cleary nicer :) |
Don't sweat it, that's why PRs have an associated discussion thread. |
PRs in commercial software can be utterly brutal - this is all very mild. I'm happy to add some output command line parameters, for csv output formatting to import into a spreadsheet for graphing |
Uses numpy v1.17+ random array generator
And python 3.6+ f-strings ...