Tips #
#!python
Position Letter
1 a
2 b
3 c
In [9]: Series(df.Letter.values,index=df.Position).to_dict()
Out[9]: {1: 'a', 2: 'b', 3: 'c', 4: 'd', 5: 'e'}
Tutorials #
- Pandas Pivot Table Explained - Pivot table
- Intro to pandas data structures
- Modern pandas
- http://tomaugspurger.github.io/method-chaining.html
- http://tomaugspurger.github.io/modern-3-indexes.html
- http://tomaugspurger.github.io/modern-4-performance.html
- http://tomaugspurger.github.io/modern-5-tidy.html
- http://tomaugspurger.github.io/modern-6-visualization.html
- http://tomaugspurger.github.io/modern-7-timeseries.html
- Stephen Simmons - Pandas from the Inside / "Big Pandas"
- A Beginner’s Guide to Optimizing Pandas Code for Speed
vs. R #
Incoming Links #
Related Articles (Article 0) #
Suggested Pages #
- 0.552 Python/statsmodels
- 0.025 Python/Test
- 0.024 Vim
- 0.024 CPython
- 0.024 R
- 0.023 David Goodger
- 0.023 Global Interpreter Lock
- 0.021 Information visualization
- 0.021 Python vs. R
- 0.020 Scientific computing
- More suggestions...