This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Tags: keras-team/keras-preprocessing
Tags
Remove unused pandas import (#156) ### Summary At the moment there is an unused pandas import. This is also the only import of pandas in the source code which makes the import of the package break if the user hasn't pandas installed. This PR removes the import. ### Related Issues #154 ### PR Overview - [n ] This PR requires new unit tests [y/n] (make sure tests are included) - [ n] This PR requires to update the documentation [y/n] (make sure the docs are up-to-date) - [ y] This PR is backwards compatible [y/n] - [ n] This PR changes the current API [y/n] (all API changes need to be approved by fchollet)
PreviousNext