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"
- Host: GitHub
- URL: https://github.com/imahdimir/githubdata
- Owner: imahdimir
- License: mit
- Created: 2022-08-15T20:15:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-14T13:22:55.000Z (over 2 years ago)
- Last Synced: 2025-10-13T15:27:22.541Z (8 months ago)
- Topics: data, data-repository, python-package
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!***