Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9fa084

Browse files
Add license and readme
1 parent b3d61f7 commit d9fa084

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

LICENSE.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Copyright © 2015 Brandon Rhodes and available under the MIT license:
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a
4+
copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
10+
11+
The above copyright notice and this permission notice shall be included
12+
in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
15+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
# Welcome to Brandon’s Pandas Tutorial
3+
4+
The first instance of this tutorial was delivered at PyCon 2015 in
5+
Montréal, but I hope that many other people will be able to benefit from
6+
it over the next few years — both on occasions on which I myself get to
7+
deliver it, and also when other instructors are able to do so.
8+
9+
To make it useful to as many people as possible, I hereby release it
10+
under the MIT license (see the accompanying `LICENSE.txt` file) and I
11+
have tried to make sure that this repository contains all of the scripts
12+
needed to download and set up the data set that we used. I will be
13+
adding detailed setup instructions to this `README.md` file within the
14+
next few days.
15+
16+
Remember that `git` it is not necessary to benefit from materials that
17+
you find on GitHub — simply click the “Download ZIP” button over on the
18+
right-hand side of the project’s front page, and all of the contents
19+
will be delivered to you as a ZIP file instead:
20+
21+
https://github.com/brandon-rhodes/pycon-pandas-tutorial
22+
23+
For those who want to follow along with the tutorial at home, here is
24+
the YouTube recording of the 3-hour tutorial at PyCon itself:
25+
26+
https://www.youtube.com/watch?v=5JnMutdy6Fw
27+
28+
I hope that the recording and the exercises in this repository prove
29+
useful if you are interested in learning more about Python and its data
30+
analysis capabilities!
31+
32+
[Brandon Rhodes](http://rhodesmill.org/brandon/)

0 commit comments

Comments
 (0)