Koen Vossen

@koenvossen
92 Followers
146 Following
14 Posts
Founder @teamtv. PyDataEindhoven committee member. Founder @pysport. Instructor Korfbalverbond. Views are my own
twitterhttps://twitter.com/mr_le_fox
githubhttps://github.com/koenvo

Exciting news! PySport Playground now upgraded to the latest JupyterLite version, allowing you to share and access notebooks with ease using the deeplink feature. Play and learn from notebooks without installing a local python environment. Try it now at https://playground.pysport.org/lab/index.html?path=mplsoccer_/Radar_Charts/Turbine_Charts.ipynb

#pysport #sportsanalytics #python #jupyterlite #mplsoccer

JupyterLite

Q. Why do mathematicians confuse Halloween and Christmas?

A. Because 31 Oct = 25 Dec.

Happy Christmas.

Not sure what’s harder, writing a good prompt for ChatGPT or writing github actions 🤔

We are very proud to announce kloppy 3.7.0 🥳

This version includes StatsBomb freeze frame support (both event json and 360 json).

Checkout https://kloppy.pysport.org/examples/event_data/#freeze-frame for more details.

#pysport #kloppy #sportsanalytics #socceranalytics

Event data - kloppy 3.7.0

Doing some kloppy development today. Currently working on freeze frames.

1. Load from Statsbomb event data ✅
2. Load from SB 360 data 🏗️

The freeze frame is loaded as a regular Frame object. This means it can also be loaded from e.g. Tracab data. A sync algorithm is required to properly align event and tracking data.

#sportsanalytics #pysport #kloppy #socceranalytics

Okay, if we're all doing an #Introduction, I like to do (mostly) dumb things with soccer data

You can find most of those things here (https://torvaney.github.io/) or on my blog (https://www.statsandsnakeoil.com/)

torvaney.github.io

Personal website for Ben Torvaney

Is there a way to explore people on a Mastrodon server? #mastodon
So I re-ran the constellation <-> shot-map matcher on a larger dataset and it produced this perfect bit of serendipity 🐺

Happy to announce pyodide-http 0.2.0!

pyodide-http provides patches for widely used http libraries to make them work in Pyodide environments like JupyterLite and PyScript.

Example by xangma (https://github.com/xangma)

https://github.com/koenvo/pyodide-http/releases/tag/0.2.0

#pyodide #pyscript #python #jupyterlite

xangma - Overview

xangma has 15 repositories available. Follow their code on GitHub.

GitHub

#Python #polars 0.14.27 is released. https://t.co/5s2HHlcGk7

This release launches the alpha version of our streaming engine.

Need to process 250GB on you laptop? Try:

my_query().collect(allow_streaming=True)

Next release we will be able to pipe the result to different files!

Release Python Polars 0.14.27 · pola-rs/polars

✨ Enhancements additional autocomplete affordances for IPython users (#5477) make streaming work with multiple sinks in a sing… (#5474) add streaming slice operation (#5466) run partial streaming ...

GitHub