Skip to content

aniass/extracting-data-using-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extracting Data using API

General info

The project concerns extracting data using API. The python script allows to get the data from an API and creating dataset. The project includes two examples of get the data from an API. The data received was saved in json format and they were exported to a csv file.

Project includes:

  • script to get data by API - example_api.py
  • example in Jupyter Notebook file - Create_data_api.ipynb
  • data - makeup_data.json, products_final.csv

Technologies

The project is created with:

  • Python 3.6
  • libraries: requests, json, pandas.

Running the script:

You can run the script in the terminal:

example_api.py

To run Create_data_api.ipynb file use Jupyter Notebook or Google Colab.

About

Extracting data and create dataset using API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published