├── Chapter02 ├── .ipynb_checkpoints │ └── ch2-checkpoint.ipynb ├── WHO_first9cols.csv ├── ch2.ipynb ├── dest.csv ├── purchase.csv └── tips.csv ├── Chapter03 ├── .ipynb_checkpoints │ └── Ch3-checkpoint.ipynb └── Ch3.ipynb ├── Chapter04 ├── .ipynb_checkpoints │ └── ch4-checkpoint.ipynb └── ch4.ipynb ├── Chapter05 ├── .ipynb_checkpoints │ └── Ch5-checkpoint.ipynb ├── Ch5.ipynb └── HR_comma_sep.csv ├── Chapter06 ├── .ipynb_checkpoints │ └── Ch6-checkpoint.ipynb ├── Ch6.ipynb ├── country.html ├── demo.csv ├── demo_obj.pkl ├── demo_sample_df.csv ├── employee.csv ├── employee.h5 ├── employee.json ├── employee.parquet ├── employee.xlsx ├── employee_demo.json ├── employee_performance.xlsx ├── my_first_demo.csv ├── new_employee_details.xlsx ├── product.csv └── sql_connection.html ├── Chapter07 ├── .ipynb_checkpoints │ └── Ch7-checkpoint.ipynb ├── Ch7.ipynb └── employee.csv ├── Chapter08 ├── .ipynb_checkpoints │ ├── Ch8-Copy1-checkpoint.ipynb │ └── Ch8-checkpoint.ipynb ├── Ch8-Copy1.ipynb ├── Ch8.ipynb ├── beer_production.csv └── sales.csv ├── Chapter09 ├── .ipynb_checkpoints │ └── Ch9-checkpoint.ipynb ├── Advertising.csv ├── Ch9.ipynb ├── bloodpress.txt ├── diabetes.csv ├── pima-indians-diabetes.csv └── pima_indians_diabetes.csv ├── Chapter10 ├── .ipynb_checkpoints │ └── Ch-10-checkpoint.ipynb ├── Ch-10.ipynb └── diabetes.csv ├── Chapter11 ├── .ipynb_checkpoints │ └── Ch-11-checkpoint.ipynb ├── Ch-11.ipynb └── diabetes.csv ├── Chapter12 ├── .ipynb_checkpoints │ └── Ch-12-checkpoint.ipynb ├── Ch-12.ipynb └── amazon_alexa.tsv ├── Chapter13 ├── .ipynb_checkpoints │ └── Ch13-checkpoint.ipynb ├── Ch13.ipynb ├── barcelona.jpeg ├── google.jpg ├── haarcascade_frontalface_default.xml ├── image.jpg ├── messi.png ├── nature.jpeg └── tajmahal.jpg ├── Chapter14 ├── .ipynb_checkpoints │ └── Ch14-checkpoint.ipynb ├── 0.txt.gz ├── Ch14.ipynb ├── HR_comma_sep.csv ├── dask-worker-space │ ├── global.lock │ ├── purge.lock │ ├── worker-bxbt2ong.dirlock │ ├── worker-dkc12o18.dirlock │ ├── worker-jdmn3aa5.dirlock │ └── worker-td2oazxu.dirlock ├── mydask.png └── sample.txt ├── LICENSE └── README.md /Chapter02/.ipynb_checkpoints/ch2-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter02/.ipynb_checkpoints/ch2-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter02/WHO_first9cols.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter02/WHO_first9cols.csv -------------------------------------------------------------------------------- /Chapter02/ch2.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter02/ch2.ipynb -------------------------------------------------------------------------------- /Chapter02/dest.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter02/dest.csv -------------------------------------------------------------------------------- /Chapter02/purchase.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter02/purchase.csv -------------------------------------------------------------------------------- /Chapter02/tips.csv: -------------------------------------------------------------------------------- 1 | EmpNr,Amount 2 | 5,10 3 | 9,5 4 | 7,2.5 5 | -------------------------------------------------------------------------------- /Chapter03/.ipynb_checkpoints/Ch3-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter03/.ipynb_checkpoints/Ch3-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter03/Ch3.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter03/Ch3.ipynb -------------------------------------------------------------------------------- /Chapter04/.ipynb_checkpoints/ch4-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter04/.ipynb_checkpoints/ch4-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter04/ch4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter04/ch4.ipynb -------------------------------------------------------------------------------- /Chapter05/.ipynb_checkpoints/Ch5-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter05/.ipynb_checkpoints/Ch5-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter05/Ch5.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter05/Ch5.ipynb -------------------------------------------------------------------------------- /Chapter05/HR_comma_sep.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter05/HR_comma_sep.csv -------------------------------------------------------------------------------- /Chapter06/.ipynb_checkpoints/Ch6-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/.ipynb_checkpoints/Ch6-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter06/Ch6.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/Ch6.ipynb -------------------------------------------------------------------------------- /Chapter06/country.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/country.html -------------------------------------------------------------------------------- /Chapter06/demo.csv: -------------------------------------------------------------------------------- 1 | 14,32,33 2 | 24,45,26 3 | 27,38,39 4 | -------------------------------------------------------------------------------- /Chapter06/demo_obj.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/demo_obj.pkl -------------------------------------------------------------------------------- /Chapter06/demo_sample_df.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/demo_sample_df.csv -------------------------------------------------------------------------------- /Chapter06/employee.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee.csv -------------------------------------------------------------------------------- /Chapter06/employee.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee.h5 -------------------------------------------------------------------------------- /Chapter06/employee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee.json -------------------------------------------------------------------------------- /Chapter06/employee.parquet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee.parquet -------------------------------------------------------------------------------- /Chapter06/employee.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee.xlsx -------------------------------------------------------------------------------- /Chapter06/employee_demo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee_demo.json -------------------------------------------------------------------------------- /Chapter06/employee_performance.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/employee_performance.xlsx -------------------------------------------------------------------------------- /Chapter06/my_first_demo.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/my_first_demo.csv -------------------------------------------------------------------------------- /Chapter06/new_employee_details.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/new_employee_details.xlsx -------------------------------------------------------------------------------- /Chapter06/product.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/product.csv -------------------------------------------------------------------------------- /Chapter06/sql_connection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter06/sql_connection.html -------------------------------------------------------------------------------- /Chapter07/.ipynb_checkpoints/Ch7-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter07/.ipynb_checkpoints/Ch7-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter07/Ch7.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter07/Ch7.ipynb -------------------------------------------------------------------------------- /Chapter07/employee.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter07/employee.csv -------------------------------------------------------------------------------- /Chapter08/.ipynb_checkpoints/Ch8-Copy1-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/.ipynb_checkpoints/Ch8-Copy1-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter08/.ipynb_checkpoints/Ch8-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/.ipynb_checkpoints/Ch8-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter08/Ch8-Copy1.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/Ch8-Copy1.ipynb -------------------------------------------------------------------------------- /Chapter08/Ch8.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/Ch8.ipynb -------------------------------------------------------------------------------- /Chapter08/beer_production.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/beer_production.csv -------------------------------------------------------------------------------- /Chapter08/sales.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter08/sales.csv -------------------------------------------------------------------------------- /Chapter09/.ipynb_checkpoints/Ch9-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/.ipynb_checkpoints/Ch9-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter09/Advertising.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/Advertising.csv -------------------------------------------------------------------------------- /Chapter09/Ch9.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/Ch9.ipynb -------------------------------------------------------------------------------- /Chapter09/bloodpress.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/bloodpress.txt -------------------------------------------------------------------------------- /Chapter09/diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/diabetes.csv -------------------------------------------------------------------------------- /Chapter09/pima-indians-diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/pima-indians-diabetes.csv -------------------------------------------------------------------------------- /Chapter09/pima_indians_diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter09/pima_indians_diabetes.csv -------------------------------------------------------------------------------- /Chapter10/.ipynb_checkpoints/Ch-10-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter10/.ipynb_checkpoints/Ch-10-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter10/Ch-10.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter10/Ch-10.ipynb -------------------------------------------------------------------------------- /Chapter10/diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter10/diabetes.csv -------------------------------------------------------------------------------- /Chapter11/.ipynb_checkpoints/Ch-11-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter11/.ipynb_checkpoints/Ch-11-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter11/Ch-11.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter11/Ch-11.ipynb -------------------------------------------------------------------------------- /Chapter11/diabetes.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter11/diabetes.csv -------------------------------------------------------------------------------- /Chapter12/.ipynb_checkpoints/Ch-12-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter12/.ipynb_checkpoints/Ch-12-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter12/Ch-12.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter12/Ch-12.ipynb -------------------------------------------------------------------------------- /Chapter12/amazon_alexa.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter12/amazon_alexa.tsv -------------------------------------------------------------------------------- /Chapter13/.ipynb_checkpoints/Ch13-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/.ipynb_checkpoints/Ch13-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter13/Ch13.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/Ch13.ipynb -------------------------------------------------------------------------------- /Chapter13/barcelona.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/barcelona.jpeg -------------------------------------------------------------------------------- /Chapter13/google.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/google.jpg -------------------------------------------------------------------------------- /Chapter13/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Chapter13/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/image.jpg -------------------------------------------------------------------------------- /Chapter13/messi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/messi.png -------------------------------------------------------------------------------- /Chapter13/nature.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/nature.jpeg -------------------------------------------------------------------------------- /Chapter13/tajmahal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter13/tajmahal.jpg -------------------------------------------------------------------------------- /Chapter14/.ipynb_checkpoints/Ch14-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter14/.ipynb_checkpoints/Ch14-checkpoint.ipynb -------------------------------------------------------------------------------- /Chapter14/0.txt.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter14/0.txt.gz -------------------------------------------------------------------------------- /Chapter14/Ch14.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter14/Ch14.ipynb -------------------------------------------------------------------------------- /Chapter14/HR_comma_sep.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter14/HR_comma_sep.csv -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/global.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/purge.lock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/worker-bxbt2ong.dirlock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/worker-dkc12o18.dirlock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/worker-jdmn3aa5.dirlock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/dask-worker-space/worker-td2oazxu.dirlock: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chapter14/mydask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/Chapter14/mydask.png -------------------------------------------------------------------------------- /Chapter14/sample.txt: -------------------------------------------------------------------------------- 1 | Hi! how are you? 2 | 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Python-Data-Analysis-Third-Edition/HEAD/README.md --------------------------------------------------------------------------------