Extend dictionary cell to columns in Pandas dataframe

df = pd.concat([df.drop(['meta'], axis=1), df['meta'].apply(pd.Series)], axis=1)