├── .github └── ISSUE_TEMPLATE │ └── chapter-review.md ├── Chapter 2 ├── 1a.CreatingASeries.ipynb └── 2a.CreatingDataFrame.ipynb ├── Chapter 3 ├── 0.Introduction.ipynb ├── 1a.WhatIsJSON.ipynb ├── 2a.HTML.ipynb ├── 3a.XML.ipynb ├── 4a.CSV.ipynb ├── 4c.ExceltoDataFrame.ipynb ├── 5. Bytestreams.ipynb └── 6. Conclusion.ipynb ├── README.md └── _config.yml /.github/ISSUE_TEMPLATE/chapter-review.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/.github/ISSUE_TEMPLATE/chapter-review.md -------------------------------------------------------------------------------- /Chapter 2/1a.CreatingASeries.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 2/1a.CreatingASeries.ipynb -------------------------------------------------------------------------------- /Chapter 2/2a.CreatingDataFrame.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 2/2a.CreatingDataFrame.ipynb -------------------------------------------------------------------------------- /Chapter 3/0.Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/0.Introduction.ipynb -------------------------------------------------------------------------------- /Chapter 3/1a.WhatIsJSON.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/1a.WhatIsJSON.ipynb -------------------------------------------------------------------------------- /Chapter 3/2a.HTML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/2a.HTML.ipynb -------------------------------------------------------------------------------- /Chapter 3/3a.XML.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/3a.XML.ipynb -------------------------------------------------------------------------------- /Chapter 3/4a.CSV.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/4a.CSV.ipynb -------------------------------------------------------------------------------- /Chapter 3/4c.ExceltoDataFrame.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/4c.ExceltoDataFrame.ipynb -------------------------------------------------------------------------------- /Chapter 3/5. Bytestreams.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/5. Bytestreams.ipynb -------------------------------------------------------------------------------- /Chapter 3/6. Conclusion.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/Chapter 3/6. Conclusion.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sagepublishing/Hogan-FSStDS-draft-chapters-2019/HEAD/_config.yml --------------------------------------------------------------------------------