Configure player

Close

WWDC Index does not host video files

If you have access to video files, you can configure a URL pattern to be used in a video player.

URL pattern

preview

Use any of these variables in your URL pattern, the pattern is stored in your browsers' local storage.

$id
ID of session: tech-talks-10100
$eventId
ID of event: tech-talks
$eventContentId
ID of session without event part: 10100
$eventShortId
Shortened ID of event: tech-talks
$year
Year of session: 2021
$extension
Extension of original filename: mp4
$filenameAlmostEvery
Filename from "(Almost) Every..." gist: [2021] [Tech Talk 10110] Explore...

Tech Talk 10100

Explore and manipulate data in Swift with TabularData

2021 • 23:48

Discover how you can use the TabularData framework to load, explore, and manipulate unstructured data in Swift — whether you need to pre-process data for a machine learning task or digest data on-the-fly in your app. Learn how this framework can help you handle large datasets, join multiple tables of data together, and filter data programmatically. We'll also show you how a DataFrame can be used to drive all the data-centric features of your app.

Speakers: Alejandro Isaza, David Findlay

Open in Apple Developer site