An open API service indexing awesome lists of open source software.

https://github.com/imahdimir/githubdata

A very simple Python package to easily download from and manage a GitHub "Data Repository"
https://github.com/imahdimir/githubdata

data data-repository python-package

Last synced: 5 months ago
JSON representation

A very simple Python package to easily download from and manage a GitHub "Data Repository"

Awesome Lists containing this project

README

          

# Install

```bash
pip install githubdata
```

# Quick Start

```python
from githubdata import get_data_wo_double_clone

# GitHub "Data Repository" url/path
url = 'imahdimir/d-TSETMC_ID-2-FirmTicker'

# get the data as a pandas DataFrame
df = get_data_wo_double_clone(url)
```

***Easy as that!***