Skip to content

Simovale90/Exercises_with_APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Exercises_with_APIs - API calls and Data Analysis

Welcome to the "Exercises-with-APIs" repository. Here, you will find exercises that involve making API calls and performing data analysis. If you're interested in practicing, you can explore a list of free and open public APIs with no authentication requirements on this website.

For our first exercise, we will be using the Makeup API. The following methods and attributes are utilized for the API call and transforming the data into a DataFrame:

  • requests.get()
  • response.status_code
  • type()
  • response.json()
  • pd.DataFrame.from_dict()

Data Analysis

We will also perform a basic data analysis on the DataFrame, which includes:

  • df.shape
  • df.info()
  • pd.to_numeric()
  • Creating a scatter plot using df.plot.scatter()
  • Creating a bar graph using df.plot.bar()

Please note that the mentioned attributes and methods belong to various Python libraries. You can find detailed information and code examples in the Jupyter notebook provided in this repository.

Thank you for your attention, and enjoy the exercise!

About

API calls and data analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published