compatsphinxext.create_meal_df#

compatsphinxext.create_meal_df(n: int = 5, country: str = 'italy') DataFrame#

Return a pandas.DataFrame of ingredients and meals.

Parameters:
nint

Length of the data.

countrystr

Home country of food.

Returns:
pandas.DataFrame

Todo

Fix this and checkout pandas.DataFrame.