Codigo: Fox_Marc en la tienda de epic games para apoyarme Blog De Fox_Marc Ahora subo princess connect, fortnite y juegos para móvil mientras farmeo. Intentaré hacer un canal variado inicialmente empiezo con vídeos de Castillo furioso pero en el futuro haré otros tipos de juegos: Call duty, Gta, Mgs, Fortnite, etc Me gustaría dar las gracias a todos los que visitéis mi canal y espero ganarme vuestro like y suscripción. Saludos y bienvenido a mi canal. ^_^
martes, 25 de enero de 2022
Show HN: SPyQL – SQL with Python in the middle https://ift.tt/3H67TgS
Show HN: SPyQL – SQL with Python in the middle SPyQL ( https://ift.tt/3rJfzPE ) is SQL with Python in the middle, an open-source project fully written in Python for making command-line data processing more intuitive, readable and powerful. Try mixing in the same pot: a SQL SELECT for providing the structure, Python expressions for defining transformations and conditions, the essence of awk as a data-processing language, and the JSON handling capabilities of jq. How does a SPyQL query looks like? $ spyql “ IMPORT pendulum AS p SELECT (p.now() - p.from_timestamp(purchase_ts)).in_days() AS days_ago, sum_agg(price * quantity) AS total FROM csv WHERE department.upper() == 'IT' and purchase_ts is not Null GROUP BY 1 ORDER BY 1 TO json” < my_purchases.csv In a single statement we are 1) reading a CSV (of purchases) with automatic header detection, dialect detection, type inference and casting, 2) filtering out records that do not belong to the IT department or do not have a purchase timestamp 3) summing the total purchases and grouping by how many days ago they happened, 4) sorting from the most to the least recent day and 5) writing the result in JSON format. All this without loading the full dataset into memory. The Readme is loaded with recipes and there is also a demo video: https://vimeo.com/danielcmoura/spyqldemo Any feedback is welcomed! Thank you. https://github.com/dcmoura/spyql January 25, 2022 at 06:29PM
Suscribirse a:
Enviar comentarios (Atom)
Escribe !emote y tu emote para unirte al juego
Watch video on YouTube here: https://youtu.be/3tGZ-bSpFWE
-
Show HN: Sleekplan – Feedback Board, Roadmap, and Changelog for Websites https://ift.tt/3wdB1O8 March 30, 2021 at 02:23PM
-
Show HN: Firefox extension to obfuscate web page text Sometimes you might want to share a screenshot of the website you're on, without r...
-
Show HN: ProsePaint – interactive text-to-image generation https://twitter.com/_joelsimon/status/1458507647515254785 November 11, 2021 at 03...
No hay comentarios:
Publicar un comentario