undertherain / benchmarker

modular framework for [not only] deep learning performance benchmarking
http://blackbird.pw/performance
Mozilla Public License 2.0
9 stars 5 forks source link

Hide pandas importing #149

Closed vatai closed 3 years ago

vatai commented 3 years ago

Hide pandas importing by putting the import inside the function definition which uses it. So, if fapp option is not used, pandas is not imported... and since sometimes it is problematic to build pandas... this can be a lifesaver :grin: