├── Important Update.zip ├── LICENSE ├── README.md ├── Section1 └── FirstPractice.ipynb ├── Section2 └── IntroToNumpy.ipynb ├── Section3 ├── DataAnalysisWithPandas.ipynb └── img │ ├── amphibian.jpg │ ├── df1.jpg │ ├── df2.jpg │ ├── groupby1.jpg │ ├── groupby2.jpg │ ├── groupby3.jpg │ ├── series1.jpg │ ├── series2.jpg │ ├── series3.jpg │ └── series4.jpg ├── Section4 ├── ExploratoryDataAnalysis.ipynb ├── Matplotlib.ipynb └── img │ ├── bar_example.png │ ├── contour_example.png │ ├── exercise_1-1.png │ ├── exercise_2.1-bar_and_fill_between.png │ ├── exercise_2.2-vmin_vmax_imshow_and_colorbars.png │ ├── exercise_4-1.png │ ├── exercise_4-2.png │ ├── figure_axes_axis_labeled.png │ ├── fill_example.png │ ├── imshow_example.png │ ├── pcolor_example.png │ ├── plot_example.png │ ├── scatter_example.png │ ├── statistical_example.png │ ├── variable_types.png │ └── vector_example.png ├── Section5 └── Scipy-Stats.ipynb ├── Section6 ├── ClassificationExample.ipynb ├── RegressionExample.ipynb └── Scikit-learn.ipynb └── data ├── HR-Employee-Attrition.xlsx ├── house_train.csv └── student ├── student-mat.csv ├── student-merge.R ├── student.csv └── student.txt /Important Update.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Important Update.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/README.md -------------------------------------------------------------------------------- /Section1/FirstPractice.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section1/FirstPractice.ipynb -------------------------------------------------------------------------------- /Section2/IntroToNumpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section2/IntroToNumpy.ipynb -------------------------------------------------------------------------------- /Section3/DataAnalysisWithPandas.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/DataAnalysisWithPandas.ipynb -------------------------------------------------------------------------------- /Section3/img/amphibian.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/amphibian.jpg -------------------------------------------------------------------------------- /Section3/img/df1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/df1.jpg -------------------------------------------------------------------------------- /Section3/img/df2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/df2.jpg -------------------------------------------------------------------------------- /Section3/img/groupby1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/groupby1.jpg -------------------------------------------------------------------------------- /Section3/img/groupby2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/groupby2.jpg -------------------------------------------------------------------------------- /Section3/img/groupby3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/groupby3.jpg -------------------------------------------------------------------------------- /Section3/img/series1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/series1.jpg -------------------------------------------------------------------------------- /Section3/img/series2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/series2.jpg -------------------------------------------------------------------------------- /Section3/img/series3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/series3.jpg -------------------------------------------------------------------------------- /Section3/img/series4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section3/img/series4.jpg -------------------------------------------------------------------------------- /Section4/ExploratoryDataAnalysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/ExploratoryDataAnalysis.ipynb -------------------------------------------------------------------------------- /Section4/Matplotlib.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/Matplotlib.ipynb -------------------------------------------------------------------------------- /Section4/img/bar_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/bar_example.png -------------------------------------------------------------------------------- /Section4/img/contour_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/contour_example.png -------------------------------------------------------------------------------- /Section4/img/exercise_1-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/exercise_1-1.png -------------------------------------------------------------------------------- /Section4/img/exercise_2.1-bar_and_fill_between.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/exercise_2.1-bar_and_fill_between.png -------------------------------------------------------------------------------- /Section4/img/exercise_2.2-vmin_vmax_imshow_and_colorbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/exercise_2.2-vmin_vmax_imshow_and_colorbars.png -------------------------------------------------------------------------------- /Section4/img/exercise_4-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/exercise_4-1.png -------------------------------------------------------------------------------- /Section4/img/exercise_4-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/exercise_4-2.png -------------------------------------------------------------------------------- /Section4/img/figure_axes_axis_labeled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/figure_axes_axis_labeled.png -------------------------------------------------------------------------------- /Section4/img/fill_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/fill_example.png -------------------------------------------------------------------------------- /Section4/img/imshow_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/imshow_example.png -------------------------------------------------------------------------------- /Section4/img/pcolor_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/pcolor_example.png -------------------------------------------------------------------------------- /Section4/img/plot_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/plot_example.png -------------------------------------------------------------------------------- /Section4/img/scatter_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/scatter_example.png -------------------------------------------------------------------------------- /Section4/img/statistical_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/statistical_example.png -------------------------------------------------------------------------------- /Section4/img/variable_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/variable_types.png -------------------------------------------------------------------------------- /Section4/img/vector_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section4/img/vector_example.png -------------------------------------------------------------------------------- /Section5/Scipy-Stats.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section5/Scipy-Stats.ipynb -------------------------------------------------------------------------------- /Section6/ClassificationExample.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section6/ClassificationExample.ipynb -------------------------------------------------------------------------------- /Section6/RegressionExample.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section6/RegressionExample.ipynb -------------------------------------------------------------------------------- /Section6/Scikit-learn.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/Section6/Scikit-learn.ipynb -------------------------------------------------------------------------------- /data/HR-Employee-Attrition.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/HR-Employee-Attrition.xlsx -------------------------------------------------------------------------------- /data/house_train.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/house_train.csv -------------------------------------------------------------------------------- /data/student/student-mat.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/student/student-mat.csv -------------------------------------------------------------------------------- /data/student/student-merge.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/student/student-merge.R -------------------------------------------------------------------------------- /data/student/student.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/student/student.csv -------------------------------------------------------------------------------- /data/student/student.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Become-a-python-data-analyst/HEAD/data/student/student.txt --------------------------------------------------------------------------------