Skip to content

This PR removes the pandas dependency.#11

Closed
psigen wants to merge 1 commit intomasterfrom
feature/nopandas
Closed

This PR removes the pandas dependency.#11
psigen wants to merge 1 commit intomasterfrom
feature/nopandas

Conversation

@psigen
Copy link
Member

@psigen psigen commented May 21, 2016

Instead of pandas, load and save functionality uses numpy.recarray.

While pandas adds a lot of additional functionality, it is also a fairly heavy dependency and can make many simple operations like interpolation very complicated.

If pandas is necessary, the numpy.recarray structure can be converted to a pandas.DataFrame.

Instead of pandas, load and save functionality uses numpy recarrays.
While pandas adds a lot of additional functionality, it is also a
fairly heavy dependency and can make many simple operations like
interpolation very complicated.

If pandas is necessary, the recarray structure can be converted to
a pandas dataframe.
@psigen
Copy link
Member Author

psigen commented May 22, 2016

This PR is superseded by #12, which also fixes the unit tests to match.

@psigen psigen closed this May 22, 2016
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

Successfully merging this pull request may close these issues.

1 participant

Comments