MicroStrategy / mstrio-py

Python integration for MicroStrategy
Apache License 2.0
90 stars 60 forks source link

Could pandas be an optional requirement? #72

Closed paulbailey closed 3 years ago

paulbailey commented 3 years ago

Given pandas's size, using mstrio for administrative tasks (particularly in a serverless environment) means a much larger installation than we would like.

Would it be possible to allow mstrio to be installed without these requirements? That would allow us to use your library for such tasks, rather than our current homegrown extension to requests.

urszulajaczewska commented 3 years ago

Hi @paulbailey, unfortunately pandas cannot be optional, it is an integral part of mstrio.

paulbailey commented 2 years ago

And sadly, that's why we can't use this library.