PhilipLund

Results 1 comments of PhilipLund

Hey This code will only return the first and last level. ` from algoliasearch.search_client import SearchClient import pandas as pd cols = [ "objectID", "inStock", "searchHierachy", "targetProductType", ] client =...