lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
9 stars 1 forks source link

Reduce dependency on Pandas #109

Closed jeffkole closed 1 month ago

jeffkole commented 7 months ago

Do the less classy move of separating out the DataFrame step so that users can choose to depend on it and Pandas or not.

The classier move would be to make a sub-library that can be installed, which would depend on Pandas.