/githubdata

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

Primary LanguagePythonMIT LicenseMIT

Install

pip install githubdata

Quick Start

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!