Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 Suppression data historique en temps d'état d'urgence #11

Open
adriens opened this issue May 20, 2024 · 0 comments
Open

🚨 Suppression data historique en temps d'état d'urgence #11

adriens opened this issue May 20, 2024 · 0 comments

Comments

@adriens
Copy link
Owner

adriens commented May 20, 2024

❔ A propos

-- 🐼 Restaurant menu, as data 
-- https://dev.to/adriens/restaurant-menu-as-data-1gpn
SELECT
    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.

image

@adriens adriens pinned this issue May 20, 2024
adriens added a commit that referenced this issue May 20, 2024
@adriens adriens changed the title 🚨 Suppression data en temps d'état d'urgence 🚨 Suppression data historique en temps d'état d'urgence May 20, 2024
adriens added a commit that referenced this issue May 23, 2024
adriens added a commit that referenced this issue May 30, 2024
adriens added a commit that referenced this issue Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant