daneads / pypatent

Search for and retrieve US Patent and Trademark Office Patent Data
GNU General Public License v3.0
71 stars 19 forks source link

Description gets truncated #13

Open tenjindata opened 3 years ago

tenjindata commented 3 years ago

Some patents have very long descriptions and they are being truncated with the typical python ... to indicate that the string has been truncated. I set pandas max_colwidth to None and it had no effect on this behavior. This is causing me to lose a portion of the description. Any thoughts on how to correct this?