File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# API to DataFrame
2
2
Python library that simplifies obtaining data from API endpoints by converting them directly into Pandas DataFrames. This library offers robust features, including retry strategies for failed requests.
3
3
4
- [ ![ Github] ( https://img.shields.io/badge/-Go_to_Github_repository-05122A?style=flat&logo=github )] ( https://github.com/ivdatahub/api-to-dataframe )
4
+ [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/ivanildobarauna-dev/api-to-dataframe )
5
+
5
6
6
7
[ ![ PyPI - Status] ( https://img.shields.io/pypi/status/api-to-dataframe?style=for-the-badge&logo=pypi )] ( https://pypi.org/project/api-to-dataframe/ )
7
8
[ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/api-to-dataframe?style=for-the-badge&logo=pypi )] ( https://pypi.org/project/api-to-dataframe/ )
8
9
[ ![ PyPI - Version] ( https://img.shields.io/pypi/v/api-to-dataframe?style=for-the-badge&logo=pypi )] ( https://pypi.org/project/api-to-dataframe/#history )
9
10
10
11
![ PyPI - Python Version] ( https://img.shields.io/pypi/pyversions/api-to-dataframe?style=for-the-badge&logo=python )
11
12
12
- [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/ivdatahub /api-to-dataframe/CI.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&label=Tests+and+pre+build )] ( https://github.com/ivdatahub /api-to-dataframe/actions/workflows/CI.yaml )
13
- [ ![ CD] ( https://img.shields.io/github/actions/workflow/status/ivdatahub /api-to-dataframe/CD.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&event=release&label=Package_publication )] ( https://github.com/ivdatahub /api-to-dataframe/actions/workflows/CD.yaml )
13
+ [ ![ CI] ( https://img.shields.io/github/actions/workflow/status/ivanildobarauna-dev /api-to-dataframe/CI.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&label=Tests+and+pre+build )] ( https://github.com/ivanildobarauna-dev /api-to-dataframe/actions/workflows/CI.yaml )
14
+ [ ![ CD] ( https://img.shields.io/github/actions/workflow/status/ivanildobarauna-dev /api-to-dataframe/CD.yaml?&style=for-the-badge&logo=githubactions&cacheSeconds=60&event=release&label=Package_publication )] ( https://github.com/ivanildobarauna-dev /api-to-dataframe/actions/workflows/CD.yaml )
14
15
15
- [ ![ Codecov] ( https://img.shields.io/codecov/c/github/ivdatahub /api-to-dataframe?style=for-the-badge&logo=codecov )] ( https://app.codecov.io/gh/ivdatahub /api-to-dataframe )
16
+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/ivanildobarauna-dev /api-to-dataframe?style=for-the-badge&logo=codecov )] ( https://app.codecov.io/gh/ivanildobarauna-dev /api-to-dataframe )
16
17
17
18
## Project Stack
18
19
You can’t perform that action at this time.
0 commit comments