filmov
tv
Extract data from an API Python

Показать описание
Published on January 17, 2019:
In this video, we will learn to get data from an API.
It is a fairly simple process:
1. start by importing the code
2. send a get request, get a response object
3. Get the status code..returns an integer on success
4. get the data
5. get data in a more readable json format
In the previous video, we learnt:
1. Connect to SQL Server database on aws
2. Create a table in SQL Server database
3. Insert data to the created table
Previous Video:
Additional Reading material:
Code
#Step 1 start by importing the code
import requests
#step 2 send a get request, get a response object
#step 3: Get the status code..returns an integer on success
#step 4:get the data
#step 5: get data in a more readable json format
Additional information
#register for api @
#requests documentation
#understanding API'send
SUBSCRIBE to learn more about Power BI,Power Query, Power Pivot, Excel,SQL Server and Python!!
Our Playists:
ABOUT DAGDOO:
Website:
Questions? Comments and SUGESTIONS? You will find me here:
Twitter: @dagdooe
Category: Science & Technology
License: Standard YouTube License
In this video, we will learn to get data from an API.
It is a fairly simple process:
1. start by importing the code
2. send a get request, get a response object
3. Get the status code..returns an integer on success
4. get the data
5. get data in a more readable json format
In the previous video, we learnt:
1. Connect to SQL Server database on aws
2. Create a table in SQL Server database
3. Insert data to the created table
Previous Video:
Additional Reading material:
Code
#Step 1 start by importing the code
import requests
#step 2 send a get request, get a response object
#step 3: Get the status code..returns an integer on success
#step 4:get the data
#step 5: get data in a more readable json format
Additional information
#register for api @
#requests documentation
#understanding API'send
SUBSCRIBE to learn more about Power BI,Power Query, Power Pivot, Excel,SQL Server and Python!!
Our Playists:
ABOUT DAGDOO:
Website:
Questions? Comments and SUGESTIONS? You will find me here:
Twitter: @dagdooe
Category: Science & Technology
License: Standard YouTube License
Комментарии