Using Python to Fetch API Data into CSV

Using Python to Fetch API Data into CSV

Daniel Otto

2 года назад

30,246 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Agoha Samuel
Agoha Samuel - 14.08.2023 00:56

Love this video

Ответить
v.abhinav
v.abhinav - 13.07.2023 14:59

the prices are so different today . i just forget the price back then

Ответить
DOOP ความทรงจําของคนธรรมดา
DOOP ความทรงจําของคนธรรมดา - 25.06.2023 22:02

I love your tutorial! Short & precise & super helpful! This helped a lot! Thanks so much!! 💙

Ответить
Monika K
Monika K - 21.03.2023 07:24

I use ur code for different api,but i use to get error list indices must be integer or slices,not str

Ответить
Naim Abbasi
Naim Abbasi - 02.02.2023 16:51

Hi, thank you for your helpful video.
how can I access to second entry?
e.g there is an order_id with two different rows like below
row #1 order id: i6tp-pucp-dsrx-1gg7-ikef item_no: 2304
row #2 order id: i6tp-pucp-dsrx-1gg7-ikef item_no: 10914

Ответить
Griffin Gillam
Griffin Gillam - 15.11.2022 23:16

thank you so much for the walkthrough. been trying to find a way to do this for a few days now and your video worked perfectly

Ответить
Historique
Historique - 12.10.2022 00:42

Exactly what I needed, thank you so much!!

Ответить
Wheel Good Deals
Wheel Good Deals - 24.09.2022 18:39

Hey boss, so im having the issue

typeError: list indices must be integers or slices, not str

for the for x in function

My "in" is purple
yours is blue.

Ideas? Im new to python!

Ответить
Jason Svoboda
Jason Svoboda - 31.08.2022 08:35

How do you approach this if they do not have a top level organizer like data and instead are just the individual items strings themselves?

Ответить
What Are We Today?
What Are We Today? - 12.08.2022 08:19

...Broooo, I will make you dinner, anything you want. You want to order in courses I got you. This was so helpful

Ответить
zuriat naveed
zuriat naveed - 10.08.2022 11:59

myjson = response.json()
TypeError: 'NoneType' object is not callable

how to solvs this error??

Ответить
Dennis G D
Dennis G D - 15.07.2022 10:21

Very helpful! Thank you!

Ответить
Vanio Pereira Junior
Vanio Pereira Junior - 12.07.2022 03:18

your tutorial is very good, it helped me a lot! thank you so much!

Ответить
YouTube Watch
YouTube Watch - 05.07.2022 22:18

thanks for your video Daniel, i try to use same way to pull options data and format like your style.. but i can't find the "data" and i try to run it. the error :for x in myjson['strikePrice']:
TypeError: string indices must be integers
[Finished in 2.524s]

Ответить
thippeswamy Kv
thippeswamy Kv - 23.06.2022 15:44

What is the method for storing post api into csv

Ответить
Aishwary Mahajan
Aishwary Mahajan - 01.06.2022 14:55

how do we filter if the data has more nested arrays ?

Ответить
AR_Official
AR_Official - 07.05.2022 13:47

Saved my job bro ☺️☺️☺️

Ответить
Terris Thompson
Terris Thompson - 05.05.2022 18:28

Bump

Ответить
مدرسة البنات - Majid Kids
مدرسة البنات - Majid Kids - 04.05.2022 03:04

for x in myjson['data']:
KeyError: 'data'


how i can resolve this problem please ?
i write same your code

Ответить