ReagentX / purple_air_api

Python package to get and transform PurpleAir data
https://pypi.org/project/purpleair/
GNU General Public License v3.0
51 stars 19 forks source link

Add mult-filter to_dataframe method #64

Open EmmaOnThursday opened 3 years ago

EmmaOnThursday commented 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.

ReagentX commented 3 years ago

Looks good so far, but it needs to pass all of the linting and testing steps.

EmmaOnThursday commented 3 years ago

Looks good so far, but it needs to pass all of the linting and testing steps.

Finally got my linters set up correctly!