Example: ```python df = pd.read_csv('https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/titanic.csv') df['Name'].nsmallest(n=5) ``` Add another precondition to `SortHead`. It makes sense to solve issue https://github.com/ADAPT-uiuc/dias/issues/3 first.
Example:
Add another precondition to
SortHead. It makes sense to solve issue #3 first.