Python

Musings

Python Data structures

Features List Tuple Dictionary Set Series (pandas) Dataframes (pandas) Ideal for Sequential, mutable data Sequential, immutable data Mapping data Removing duplicates, set operations Time series, single variable analysis Multi-variable analysis, data manipulation Main Use case Storing ordered collections Immutable sequences Key-value pairs Unique elements Single column data Tabular data Data […]

Musings

Standard Linear Regression with Python

Regression OLS with Python Data analysis and coding are part of the skill set of a UX researcher – especially when working with quantitative data. There are so many sources of information to learn from – but in my experience, they are not equally useful, or functional. This is the

Scroll to Top