Tired of importing too many libraries while working on python? Here is a solution for it!!

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😍

To view or add a comment, sign in

More articles by Sharvari Avhad

  • Machine learning made easy with 'Lazy Predict'

    As we all know that Machine learning has become an integral part of a Data Scientist’s life. It's a process that takes…

    7 Comments
  • The Magic Of Autoviz

    EDA (Exploratory Data Analysis) is an approach to understanding the data before modeling. Before predicting or…

    6 Comments
  • The power of Data Cleaning

    Massive amounts of data are generated these days which help companies or organizations make business decisions. But…

    2 Comments

Explore content categories