CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Create datasets package with shortcuts to acquire datasets as DataFrames #199

Open frreiss opened 3 years ago

frreiss commented 3 years ago

Our notebooks and experiment scripts frequently repeat a pattern:

We should wrap these three steps into a single function so that we and our users don't need to write this code over and over again.

Suggested API: