Open EmmaOnThursday opened 3 years ago
Adds a method that closely mirrors the SensorList.to_dataframe method but allows users to pass in multiple filters. This is helpful when you're interested in, say, only outside sensors that are also useful.
SensorList.to_dataframe
outside
useful
Looks good so far, but it needs to pass all of the linting and testing steps.
Finally got my linters set up correctly!
Adds a method that closely mirrors the
SensorList.to_dataframe
method but allows users to pass in multiple filters. This is helpful when you're interested in, say, onlyoutside
sensors that are alsouseful
.