Skip to content

Commit 18106dd

Browse files
feature
1 parent 164edae commit 18106dd

File tree

3 files changed

+113
-109
lines changed

3 files changed

+113
-109
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# API to DataFrame
2-
Your solution to convert API responses to Pandas DataFrames with retry strategies and detailed reports.
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.
33

44
[![Github](https://img.shields.io/badge/-Go_to_Github_repository-05122A?style=flat&logo=github)](https://github.com/IvanildoBarauna/api-to-dataframe)
55

@@ -26,11 +26,6 @@ Your solution to convert API responses to Pandas DataFrames with retry strategie
2626
![pytest](https://img.shields.io/badge/-pytest-05122A?style=flat&logo=pytest) 
2727

2828

29-
30-
## Library Description
31-
32-
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 and automatic generation of detailed reports on the received data.
33-
3429
## Installation
3530

3631
To install the package using pip, use the following command:

0 commit comments

Comments
 (0)