pyjanitor-devs/pyjanitor

Docs upgrade

Open

#656 aberto em 15 de mai. de 2020

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)Python (164 forks)batch import
docfixenhancementgood first issuereference

Métricas do repositório

Stars
 (1.217 stars)
Métricas de merge de PR
 (Mesclagem média 2d 12h) (4 fundiu PRs em 30d)

Description

Leaving this from #653, which is a pretty good thing!

If you're thinking about potential changes to the docs, one thing I've been thinking about is providing an alternate/additional view for users to discover functions. I think a user looking at our API pages can see all the functions janitor has, and what they do, but we could also have a version where someone is browsing the page, or coming from a search engine with the question,

"How do I remove duplicate columns in pandas?"

and can then find the function they want, potentially see what it would take in pure pandas, and how we do it in pyjanitor.

Originally posted by @hectormz in https://github.com/ericmjl/pyjanitor/pull/653#issuecomment-628960074

Guia do colaborador