Skip to content

Files

Latest commit

author
Hunter Schafer
Feb 20, 2022
709e043 · Feb 20, 2022

History

History
24 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 463 Bytes

This package contains useful methods for CSE 163: Intermediate Data Programming.

The most commonly used functions for students will be

from cse163_utils import download

download("earthquakes.csv")

and

from cse163_utils import assert_equals

assert_equals(4, my_function("abc"))

Find out more: