Tired of importing too many libraries while working on python? Here is a solution for it!!
As we all when working on Data Science projects need to import a lot of libraries like pandas, numpy, matplotlib, seaborn, sklearn, train_test_split, plotly....... and list goes on.....
Isn't importing so much tiring, it is... So, here's a solution to this problem😎
Pyforest: This is an open-source lazy import in python for any data science project with which you can use all your favorite Python libraries without importing them before. You don't need to worry about importing all the libraries once you import pyforest.
How to install it?
You need python 3.6 or higher version to run this package.
pip install pyforest
How to import?
import pyforest
https://pypi.org/project/pyforest/
And you are ready to start. So, try this library and share your experience in the comments section😍