Remove dependency to pandas
mikaelene opened this issue · 1 comments
mikaelene commented
Is your feature request related to a problem? Please describe.
It takes a while to install schemachange
Describe the solution you'd like
Since pandas is not used very much in schemachange, it would be good to remove that dependency. You can probably do that with just plain python
ugmuka commented
Hi! When are you planning to release this PR? Numpy 2.x and Pandas 1.x are incompatible, so this dependency causes errors when using snowflake-python-connector[pandas]
.