diff options
author | Adam Bard <github@adambard.com> | 2016-03-18 11:12:38 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-03-18 11:12:38 -0700 |
commit | 589caa4ac14f04a19ba1ddc2bdd39c1bfbf73b62 (patch) | |
tree | fdc15c356057f3862bd602a052a5f6520d2c35e2 | |
parent | 8d4bb235f1fbdb8d5e28773cc80531bb7a438e3d (diff) | |
parent | 12f0b9442a680e27ec23504e5f43e13143c121b4 (diff) |
Merge pull request #2201 from acidflip/master
Update pythonstatcomp.html.markdown
-rw-r--r-- | pythonstatcomp.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pythonstatcomp.html.markdown b/pythonstatcomp.html.markdown index 0b02dca8..8ee3aa64 100644 --- a/pythonstatcomp.html.markdown +++ b/pythonstatcomp.html.markdown @@ -1,8 +1,8 @@ --- -language: Statistical computing with Python +category: tool +tool: Statistical Computing with Python contributors: - ["e99n09", "https://github.com/e99n09"] -filename: pythonstatcomp.py --- This is a tutorial on how to do some typical statistical programming tasks using Python. It's intended for people basically familiar with Python and experienced at statistical programming in a language like R, Stata, SAS, SPSS, or MATLAB. |