You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- 🐼 Restaurant menu, as data -- https://dev.to/adriens/restaurant-menu-as-data-1gpnSELECT
strftime(max(menu_date), '%Y-%m-%d') as last_on_site_food,
date_diff('day', max(menu_date), current_date) as days_since,
from'https://raw.githubusercontent.com/adriens/auptitcafe-data/main/data/menus_hist.csv';
La partie restaurant est fermée : il n'y a plus que des plats à emporter. D'ici là, il faut supprimer les plats des données.
The text was updated successfully, but these errors were encountered:
❔ A propos
La partie restaurant est fermée : il n'y a plus que des plats à emporter. D'ici là, il faut supprimer les plats des données.
The text was updated successfully, but these errors were encountered: