Metadata-Version: 2.1
Name: sample-data
Version: 0.0.4
Summary: A few sample datasets
Home-page: https://github.com/joelhoro/sample_data
Author: Joel Horowitz
Author-email: joelhoro@gmail.com
License: UNKNOWN
Description: # Sample data
        
        This is a collection of sample data for testing
        
        Example usage:
        
        ```
        from sample_data.dataset import countries
        import pandas as pd
        
        df = pd.DataFrame(countries)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
