skip to Main Content

Visual Studio Code – How do I install pandas datareader on windows when hit with this error?

I am trying to install pandas datareader, but I am hit with this error: Collecting pandas-datareader Using cached pandas_datareader-0.10.0-py3-none-any.whl (109 kB) Collecting lxml Using cached lxml-4.9.1.tar.gz (3.4 MB) Preparing metadata (setup.py) ... done Requirement already satisfied: pandas>=0.23 in c:usersmarcuappdatalocalprogramspythonpython311libsite-packages (from…

VIEW QUESTION

Exploding a list of dictionaries in pandas to multiple rows and columns – Shopify

I'm working with Shopify's Order API and I receive the following responses, which currently sit in a dataframe (very simplified). +----------+-----------+-----------------------------------------------------------------------------+ | order_id | name | item_order | +----------+-----------+-----------------------------------------------------------------------------+ | 123 | Jon Doe | [{'id':789,'price':40.0,'sku':'HAT'},{'id':790,'price':41.0,'sku':'SHIRT'}] | +----------+-----------+-----------------------------------------------------------------------------+ | 122…

VIEW QUESTION
Back To Top
Search