Exercise

Combining signals - I

In the previous exercise, you created a dataset test containing information about whether longfilter is equal to 1 AND longthreshold is equal to 1.

Next, you'll want to create a signal when BOTH longfilter and longthreshold are equal to 1. You will learn how to do just this in the next exercise. For now, let's inspect the dataset test which was created in the previous exercise. This data is loaded in your workspace.

Have a look at test on October 8, 2013. Are longfilter and longthreshold both equal to 1 on that date?

Instructions

50 XP

Possible answers