Data Wrangling With Shopify's GraphQL API: Python & Pandas QuickStart

preview_player
Показать описание
In this video, I’m going to show you how to query Shopify data in bulk efficiently and load the requested data into Pandas data frames.

▬▬▬▬▬▬ V I D E O C H A P T E R S & T I M E S T A M P S ▬▬▬▬▬▬
0:00 Introduction and overview

0:23 Getting the Shopify token

1:00 The Shopify client

1:25 The first GraphQL queries with Python

3:12 Nesting queries efficiently

4:55 Shopify GraphQL bulk operations

6:12 Extracting data and transforming with Pandas
Рекомендации по теме
Комментарии
Автор

I've been trying to troubleshoot SSL errors while connecting to Shopify's GraphQL...any thoughts on how/why?

cgstrafa
Автор

Hey Man! Excellent tutorials! I recently started putting together an implementation where I am trying to update shopify product inventory and create products from a vendors xlsx file, but my first program did it one by one and was kind of slow. Is there any way you could do a tutorial on how to set something up for using the GraphQL and bulk API so that I can download the shopify data, compare it to the matching names on the xlsx file, and update inventory for the matching products, as well as create any products that don't already have a match? Sorry I know that's a lot, but using GraphQL has been absolutely destroying me...can't even get past error 400 when uploading my json

kylehessling
Автор

hey really helpful, can you please provide the repo for this ?

SwatiJain-pc
Автор

is it possible to setup a gql subscription to a bulk query? then a python web socket would update when the query completes. also gql allows you to create sets of fields and reference them in a single variable correct?

RedCloudServices
Автор

Nice tutorial. Do you have the code in some repo?

anirband
Автор

Hey, do you post a repo anywhere please?

BenMarshall-ox
join shbcf.ru