Data Science Standards: Version Control & Git Part 2 of 43 This is the second in a series of questions and answers about core data science topics. See more standards on my Data Science Standards page. 2. Version Control / Git Explain the basic function and purpose of version control. VC allows you to modify code while always … read more
Data Science Standards: Python Part 1 of 43 This is the first in a series of questions and answers about core data science topics. See more standards on my Data Science Standards page. 1. Python Explain the difference between mutable and immutable types and their relationship to dictionaries. Mutable - Refers to a data structure … read more