pyjanitor-devs/pyjanitor

Huge Requirements.txt for pyjanitor

Open

#793 geöffnet am 27. Jan. 2021

Auf GitHub ansehen
 (4 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Python (164 Forks)batch import
available for hackinggood first issuehelp wantedhigh priorityinfrastructure

Repository-Metriken

Stars
 (1.217 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 12h) (4 gemergte PRs in 30 T)

Beschreibung

Hi ,

I am using some basic functions from pyjanitor such as - clean_names() , collapse_levels() in one of my code which I want to productionise. And there are limitations on the size of the production code base. Currently ,if I just look at the requirements.txt for just "pyjanitor" , its huge . I don't think I require all the dependencies in my code. How can I remove the unnecessary ones ? Or Whats the best approach to productionize the code which uses the above basic pyjanitor functions.

To get requirement.txt file, I did -- python -m venv test_env pip install pyjanitor pip freeze > pyjanitor_req.txt

pyjanitor_req.txt

Contributor Guide