├── LICENSE ├── README.md ├── bg3.txt ├── pfi.pdf ├── pfi.py └── scores.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/README.md -------------------------------------------------------------------------------- /bg3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/bg3.txt -------------------------------------------------------------------------------- /pfi.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/pfi.pdf -------------------------------------------------------------------------------- /pfi.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/pfi.py -------------------------------------------------------------------------------- /scores.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stevesimmons/PyData-PandasFromTheInside/HEAD/scores.csv --------------------------------------------------------------------------------