AeroPython / flight-safety-analysis

Analysis of aircraft accidents data
MIT License
18 stars 16 forks source link

Queries #6

Open AlexS12 opened 6 years ago

AlexS12 commented 6 years ago

Related to https://github.com/AeroPython/flight-safety-analysis/issues/4. Refactored query get functions to a class so the filtering conditions are easier to apply. See https://github.com/AeroPython/flight-safety-analysis/blob/queries/00-Example_of_AvallDB_Class.ipynb in order to understand changes.