Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Rid of Pandas Dependency #31

Open
xcthulhu opened this issue Feb 22, 2016 · 0 comments
Open

Get Rid of Pandas Dependency #31

xcthulhu opened this issue Feb 22, 2016 · 0 comments

Comments

@xcthulhu
Copy link
Member

pandas is a really heavy python library requiring ~10 minutes of compilation

It is only used in one place:
https://github.com/TESScience/FPE/blob/master/tessfpe/data/housekeeping_channels.py#L49

It should be noted that pandas.DataFrame.to_string can easily be replaced with the unix column utility.

Since this is only used in one place, we should consider a slight refactor to avoid using pandas all together.

It should be noted that numpy is also only used in this one place in housekeeping_channels.py, however we presumably will require matplotlib to resolve #15 which requires numpy as a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant