web_programming.get_amazon_product_data ======================================= .. py:module:: web_programming.get_amazon_product_data .. autoapi-nested-parse:: This file provides a function which will take a product name as input from the user, and fetch from Amazon information about products of this name or category. The product information will include title, URL, price, ratings, and the discount available. Attributes ---------- .. autoapisummary:: web_programming.get_amazon_product_data.product Functions --------- .. autoapisummary:: web_programming.get_amazon_product_data.get_amazon_product_data Module Contents --------------- .. py:function:: get_amazon_product_data(product: str = 'laptop') -> pandas.DataFrame Take a product name or category as input and return product information from Amazon including title, URL, price, ratings, and the discount available. .. py:data:: product :value: 'headphones'