Learning Objectives:
II. Introduction to Numpy
1. Be able to understand the basic data types.
2. Be able to process multidimensional arrays i.e. indexing, slicing and iterating.
3. Be able to reshape numpy arrays.
III. Introduction to Pandas:
1. Be able to process, analyse and manipulate using Pandas.
2. Be able to create pandas series and Dataframe.
3. Be able to subset data frames using pandas functions.
4. Be able to use pandas functions and methods on data frames to understand data and describe it.
5. Be able to implement exploratory data analysis by applying required data preprocessing functions.
6. Be able to read data from different file formats.
7. Be able to differentiate numerical and categorical features and explicit type conversions if necessary.
8. Be able to use and apply functions for duplicates, missing value and extreme value analysis.
9. Be able to implement explicit data manipulation like standardization discretization and dummification which might be necessary for certain ML algorithms.
10. Be able to implement data aggregations and data merging.
11. Be able to handle date manipulations for data analysis.
No reviews yet.