Metadata-Version: 2.1
Name: nycflights13
Version: 0.0.3
Summary: A data package for nyc flights (the nycflights13 R package)
Home-page: https://github.com/machow/nycflights13
Author: Michael Chow
Author-email: mc_al_github@fastmail.com
License: CC0
Description: # nycflights13-py
        
        Python data package for nyc flight data. This package aim to provide the same
        data as the R package [nycflights13](https://github.com/hadley/nycflights13).
        
        ## Install
        
        ```bash
        pip install nycflights13
        ```
        
        ## Using
        
        ```python
        from nycflights13 import flights
        
        # flights is the combined, tidied data, but can also import individual pieces..
        from nycflights13 import airports
        ```
        
        
Keywords: package
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
