talk-data.com talk-data.com

Event

PyData Paris 2025

2025-09-01 – 2025-10-02 PyData

Activities tracked

4

Filtering by: Data Science ×

Sessions & talks

Showing 1–4 of 4 · Newest first

Search within this event →

Enterprise Data Science: €50 Billion Wasted -- And How to Get it Back!

2025-10-01
Face To Face

How data science and the next wave of open-source innovation are closing the €50B efficiency gap in Enterprise AI.

How to do real TDD in data science? A journey from pandas to polars with pelage!

How to do real TDD in data science? A journey from pandas to polars with pelage!

2025-10-01 Watch
talk

In the world of data, inconsistencies or inaccuracies often presents a major challenge to extract valuable insights. Yet the number of robust tools and practices to address those issues remain limited. Particularly, the practice of TDD remains quite difficult in data science, while it is a standard among classic software development, also because of poorly adapted tools and frameworks.

To address this issue we released Pelage, an open-source Python package to facilitate data exploration and testing, which relies on Polars intuitive syntax and speed. Pelage empowers data scientists and analysts to facilitate data transformation, enhance data quality and improve code clarity.

We will demonstrate, in a test-first approach, how you can use this library in a meaningful data science workflow to gain greater confidence for your data transformations.

See website: https://alixtc.github.io/pelage/

Building Data Science Tools for Sustainable Transformation

Building Data Science Tools for Sustainable Transformation

2025-10-01 Watch
talk

The current AI hype, driven by generative AI and particularly large language models, is creating excitement, fear, and inflated expectations. In this keynote, we'll explore geographic & mobility data science tools (such as GeoPandas and MovingPandas) to transform this hype into sustainable and positive development that empowers users.

Optimal Transport in Python: A Practical Introduction with POT

Optimal Transport in Python: A Practical Introduction with POT

2025-09-30 Watch
talk

Optimal Transport (OT) is a powerful mathematical framework with applications in machine learning, statistics, and data science. This talk introduces the Python Optimal Transport toolbox (POT), an open-source library designed to efficiently solve OT problems. Attendees will learn the basics of OT, explore real-world use cases, and gain hands-on experience with POT (https://pythonot.github.io/) .