create_meal_df([n, country])
|
Return a pandas.DataFrame of ingredients and meals. |
create_meal_g([n, country])
|
Return a networkx.DiGraph of ingredients and meals. |
empty(df)
|
Use pandas.DataFrame.empty. |
ewm(df)
|
Uses pandas.DataFrame.ewm(). |
from_arrow(t)
|
Use pyarrow.Table.to_pandas(). |
reindex(df)
|
Use pandas.DataFrame.reindex() and drop the first row of the pandas.DataFrame. |
rename(df)
|
Use pandas.DataFrame.rename() and rename the first column of pandas.DataFrame "YO!". |
to_numeric(s)
|
Use pandas.to_numeric(). |