Open jonesnc opened 10 months ago
I'm a little confused about where I can use this. Does the package author have to incorporate lazy-imports into their code in order to lazily load it? Or, could I import pandas, for example, lazily without having to modify the pandas source code?
lazy-imports
pandas
Hey @jonesnc :-)
Please have a look at this example: https://github.com/telekom/lazy-imports#usage--example-for-lazyimporter
I'm a little confused about where I can use this. Does the package author have to incorporate
lazy-imports
into their code in order to lazily load it? Or, could I importpandas
, for example, lazily without having to modify thepandas
source code?