Metadata-Version: 2.1
Name: osdata
Version: 1.0.0
Summary: A Universal SDK for discovering and analyzing research datasets
Author: Osyris Technologies, Inc.
Author-email: dev@osyris.io
Keywords: osyris,data,dataset,ai
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: segment-analytics-python ~=2.3.2

# OS Data

OS Data is a Python package by  Osyris designed to simplify and accelerate the data analysis process. Simply provide the Osyris path to a dataset and it will be available as a dataframe.

## Installation

You can install OS Data using pip:

```bash
pip install osdata
