Define tidy data and explain why it is an optimal format for data analysis.
Transform data into the tidy data format using pandas.
Demonstrate fundamental programming concepts such as loops and conditionals.
Understand the key data structures in Python.
Read data into Python data from vanilla (e.g., .csv) and non-standard plain text files, as well as common spreadsheet file types (e.g., .xls).
Construct simple plots using Altair
Manipulate a single data table by:
7.1 Filtering rows based on a criterion or combination of criteria.
7.2 Selecting variables.
7.3 Creating new variables and modifying pre-existing ones.
7.4 Rearranging the observations or variables by sorting.
Manage and manipulate data with dates and times, missing values and categorical variables as well as renaming dataframe columns.
Produce human-readable code that incorporates best practices of programming and coding style.
Let’s learn Programming in Python for Data Science