Speaker
Jes Ford
Material
Note
-
Data Science Workflows
- One-off analysis
- Exploratory
- Well defined problem
-
Data Science Domain Problem
- Working with Pandas DataFrames
- Pandas built-in testing methods
from pandas.util.testing import assert_frame_equal
check_like
check_dtype
- Pandas built-in testing methods
- Working with DB
- mock data that should be get from database and test only behavior
- Generating Dataframe for Testing
hypothesis
- Working with Pandas DataFrames