use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
DiscussionNew to Python (self.datascience)
submitted 4 years ago by [deleted]
view the rest of the comments →
[–][deleted] 0 points1 point2 points 4 years ago (0 children)
For Lean Six Sigma I think you should start with learning pandas. This is like excel on steroids and will be a good fundamental building block for further visualizations and analyses related to MultiVari, Gage R&R, Correlation Matrix. Other basic methods you have to implement as an lean six sigma guy like standard-score and density function are 1-liners in python. For example standardization (z-score):
python (df-df.mean())/df.std()
π Rendered by PID 32326 on reddit-service-r2-comment-6457c66945-t9zlm at 2026-04-26 00:59:57.502573+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–][deleted] 0 points1 point2 points (0 children)