skip to Main Content

Convert JSON into a Pandas Dataframe

I have a below JSON object that is retrieved by a query r = {'metaData': [{'columnAliases': ['ltp', 'mcap', 'wsma30uptrend','15 day contraction'], 'availableLimit': 477, 'maxRows': 1, 'isTrend': True, 'limit': 2, 'groups': ['symbol'], 'tradeTimes': [1692210600000], 'lastUpdateTime': 1692266340000}], 'groups': ['BALRAMCHIN', 'GHCL'], 'time': 138,…

VIEW QUESTION
Back To Top
Search