-
Reference guide: List TOP NEW
You’ve been learning that lists are important data structures in Python. A list is a data structure that helps store and manipulate an ordered collection of items. These items can be of any data type such as integers, floats, strings, and even other list. Because they are so versatile, data professionals and all Pyt... Read More
-
분산분석(ANOVA) TOP NEW
-
Annotated follow-along guide: Data structures in Python TOP NEW
Annotated follow-along guide: Data structures in Python This notebook contains the code used in the instructional videos from Module 4: Data structures in Python. Introduction This follow-along guide is an annotated Jupyter Notebook organized to match the content from each module. It contains the same code shown ... Read More
-
String formatting and regular expressions TOP NEW
As you’ve learned, strings are a crucial class of data because they represent textual information. Data professionals encounter strings all the time, so it’s important to become familiar with different ways of manipulating and working with them. This reading will review the string formatting techniques you’ve learne... Read More
-
기초 통계 분석 TOP NEW