BCHSI / philter-ucsf

Open source clinical text de-identification
BSD 3-Clause "New" or "Revised" License
107 stars 50 forks source link

Remove pandas dependency #8

Open TimOrme opened 4 years ago

TimOrme commented 4 years ago

Removes the dependency on pandas, as it is a heavy library, and wasn't actually being leveraged in the codebase. The locations where it was imported were not actually using the dataframes.

I did notice that this also seems to have the build folder checked in here, which I'm guessing was accidental, but if not let me know. I didn't update the files in there as they seemed to just be auto-generated copies.

I didn't see any contributing guidelines, so if you need anything else let me know!