eakmanrq / sqlframe

Turning PySpark Into a Universal DataFrame API
https://sqlframe.readthedocs.io/en/stable/
MIT License
191 stars 3 forks source link

feat: make pandas optional dependency #30

Closed eakmanrq closed 2 months ago

eakmanrq commented 2 months ago

Makes pandas an optional dependency and if someone tries to use pandas without having it installed then they will get an error.

Resolves: https://github.com/eakmanrq/sqlframe/issues/12