Snowflake-Labs / schemachange

A Database Change Management tool for Snowflake
Apache License 2.0
480 stars 218 forks source link

Remove dependency to pandas #229

Open mikaelene opened 4 months ago

mikaelene commented 4 months ago

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 1 week ago

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].