sharkutilities / pandas-wizard

Utility Functions, Wrappers (w/o exotic dependencies) for pandas Library
https://pypi.org/project/pandas-wizard/
MIT License
4 stars 0 forks source link

[New Feature/Enhancement]: Fix the current documentation #28

Open ZenithClown opened 3 weeks ago

ZenithClown commented 3 weeks ago

What is the New Feature/Enhancement?

Parent functions are added from separate files under ./docs/*.md and can be moved to a single file for better readability and usage. Proposed structure:

...
docs/
    index.md
    modules.md
        - timeseries.md
        - functions.md
        - others.md
...

Code of Conduct