Skip to content

Files

Latest commit

Oct 26, 2023
0dd027e · Oct 26, 2023

History

History
26 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 689 Bytes

Extracting Data using API

General info

In the project I have used the API to get the data and create a dataset. I have created 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:

  • 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.