Api-to-dataframe

Latest version: v1.3.11

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

1.2.3

What's Changed
* chore: Update Notebook by IvanildoBarauna in https://github.com/IvanildoBarauna/api-to-dataframe/pull/45
* feat Improves by IvanildoBarauna in https://github.com/IvanildoBarauna/api-to-dataframe/pull/47


**Full Changelog**: https://github.com/IvanildoBarauna/api-to-dataframe/compare/1.2.1...1.2.3

1.2.2

- Rename param delay to intial_delay
- Refact tests

1.2.1

A new version 1.2.1 of api-to-dataframe is LIVE
We are happy to announce another version of the solution you need to be more productive in your developments that involves API consumption to generate DataFrames.

Now Scientists, Data Engineers, Data Analysts and all other professionals who need to obtain API data and create dataframes can use RETRY STRATEGIES.

Retry Strategies is a feature that allows you to define a Retry strategy in case your GET operation fails. We don't want that to happen, but if it does, we're here to try again in a safe way.

There are two ways to do this, you can use a Linear Strategy which by default makes 3 retries, waiting 1 second each time, or use an Exponential Strategy which doubles the waiting time with each new connection attempt, to protect the servers from APIs you consume. It is worth remembering that all parameters have default values, but can be changed according to your needs.

We hope you enjoy this new feature,

In addition, we have evolved the package to version 3. Alpha, we are one step away from evolving into a beta version, so any feedback/questions are welcome here.
For details on how to implement your Retry strategies, access our README and also this notebook which contains examples of how to do this in a simple way.

Kind Regards,
Ivanildo Barauna

1.2.0

A new version 1.2.0 of api-to-dataframe is LIVE

We are happy to announce another version of the solution you need to be more productive in your developments that involves API consumption to generate DataFrames.

Now Scientists, Data Engineers, Data Analysts and all other professionals who need to obtain API data and create dataframes can use **RETRY STRATEGIES.**

Retry Strategies is a feature that allows you to define a Retry strategy in case your GET operation fails. We don't want that to happen, but if it does, we're here to try again in a safe way.

There are two ways to do this, you can use a Linear Strategy which by default makes 3 retries, waiting 1 second each time, or use an Exponential Strategy which doubles the waiting time with each new connection attempt, to protect the servers from APIs you consume. It is worth remembering that all parameters have default values, but can be changed according to your needs.

We hope you enjoy this new feature,

- In addition, we have evolved the package to version 3. Alpha, we are one step away from evolving into a beta version, so any feedback/questions are welcome here.

For details on how to implement your Retry strategies, access our [README](https://github.com/IvanildoBarauna/api-to-dataframe/blob/main/README.md) and also this [notebook](https://github.com/IvanildoBarauna/api-to-dataframe/blob/main/notebooks/example.ipynb) which contains examples of how to do this in a simple way.

Kind Regards,
Ivanildo Barauna

1.1.0

**Whats the new:

- Added timeout parameter
- Added header parameter
- Increase CodeCoverage > 95%
- Update Documentation


**Full Changelog**: https://github.com/IvanildoBarauna/api-to-dataframe/compare/1.0.3...1.1.0

1.0.3

** Whats has changed?
- Remove unecessary packages on import moment for better development experience
- Update your library and enjoy

Thanks
Ivanildo Barauna

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.