
Talk Python To Me #462: Pandas and Beyond with Wes McKinney
62 snips
May 15, 2024 Wes McKinney, creator of pandas, discusses the power of pandas in data manipulation and analysis, evolution of pandas, Python frameworks for data science advancements, efficiency in data processing libraries like Apache Arrow, and the introduction of SQL Glott for standardizing SQL queries.
AI Snips
Chapters
Transcript
Episode notes
Shiny for Python
- Posit (formerly RStudio) developed Shiny for Python.
- It integrates well with notebooks and simplifies the creation of interactive data applications.
Learning Pandas
- Explore Pandas' comprehensive documentation, books like "Python for Data Analysis" and "Effective Pandas".
- These resources help discover its functionalities and advanced techniques.
Pandas unexpected popularity
- Wes didn't initially foresee Pandas becoming as popular as it is.
- He attributes its success to timing, community effort, and the availability of learning resources like his book.
