Skip to content

Latest commit

 

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: