acidplyr.rbind_to_dataframe¶
- acidplyr.rbind_to_dataframe(x: dict) DataFrame¶
Convert a named dictionary of dictionaries to a DataFrame.
- Parameters:
x (dict) – A dictionary whose values are themselves dictionaries (or similar mapping objects). Each inner dictionary becomes a row in the resulting DataFrame.
- Returns:
A DataFrame with one row per key of x.
- Return type:
pd.DataFrame