Contribute Media
A thank you to everyone who makes this possible: Read More

Natural Language Processing with Pandas DataFrames

Description

Most areas of Python data science have standardized using Pandas DataFrames for representing and manipulating structured data in memory. Natural Language Processing, not so much. In this presentation, we'll explain why you should be using Pandas for NLP. We'll start by explaining the extension system that the Pandas developers recently added to Pandas. Then we'll Talk about our open source library, Text Extensions for Pandas (https://ibm.biz/text-extensions-for-pandas), which adds special data types and library integrations specifically geared to NLP use cases. We'll explain how these extensions connect to some basic NLP concepts, and then we'll finish with an example of using Pandas to build an NLP application.

Details

Improve this page