practical-data-science / ShopifyScraper

Shopify Scraper package to extract all products from a Shopify site and return them in a Pandas dataframe.
28 stars 5 forks source link

Add Pandas v2 support, improve naming in example, add type hinting, upgrade gitignore #4

Open DeflateAwning opened 11 months ago

DeflateAwning commented 11 months ago

Fixes #2.

Note that it breaks compatibility with the code, as it appears in the tutorial. You may want to update the tutorial to do it all this way. Up to you.

DeflateAwning commented 6 months ago

Can you please merge this PR?