├── slides └── 2024_wes_mckinney_data_systems.pdf └── README.md /slides/2024_wes_mckinney_data_systems.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlops-discord/talks/HEAD/slides/2024_wes_mckinney_data_systems.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # talks 2 | Slides and recordings of talks hosted by our community 3 | 4 | ## Future of DataFrames and Data Systems with Wes McKinney (Jun 20, 2024) 5 | [Recording](https://www.youtube.com/watch?v=vY3QfLCK7ms) | [Slides](https://github.com/mlops-discord/talks/blob/main/slides/2024_wes_mckinney_data_systems.pdf) | [Event link](https://lu.ma/vkd8h5nu) 6 | 7 | If you do anything with data today, you're likely using something created by Wes McKinney. Wes is the creator of some of the most popular data engineering tools, including [pandas](https://github.com/pandas-dev/pandas), [Apache Arrow](https://github.com/apache/arrow), and [Ibis](https://github.com/ibis-project/ibis). He’s also a core contributor to Apache Parquet. 8 | 9 | ​Wes McKinney’s work is all about making data systems composable. Composability requires everyone to follow the same open standards. He believes that decomposing a data system into modular and reusable components makes it much easier for companies to plug and play these components to build complex data systems. 10 | 11 | In this talk, he will share what composable data systems mean annd what he thinks data systems will look like in the next 10 years. --------------------------------------------------------------------------------