issues
search
pyjanitor-devs
/
pandas_flavor
The easy way to write your own flavor of Pandas
https://zsailer.github.io/software/pandas-flavor/
MIT License
301
stars
17
forks
source link
refactor: remove lazy-loader dependency and simplify imports
#32
Closed
ericmjl
closed
1 year ago
ericmjl
commented
1 year ago
Removed the lazy-loader dependency from environment.yml and setup.py
Simplified the import statements in pandas_flavor/
init
.py by directly importing the required methods
Updated the
all
variable in pandas_flavor/
init
.py to include the imported methods
Cleaned up setup.py by removing unnecessary comments and adding docstrings to methods