Jeremy Goh

Results 21 issues of Jeremy Goh

**Describe the bug** Behaviour of `black` in adding a single space after the `#`in in-line comments is inconsistent when single or double quotes is used within the comments. Please see...

T: bug
F: comments
S: needs discussion

I have a `Report()` class that generates a report programmatically via IPython's `HTML`, `Markdown`, and `display` classes/functions. A minimal example (run this in a single notebook cell): ```py from IPython.display...

# The current state of affairs 1. The migration of pyjanitor's documentation from `Sphinx` to `mkdocs` happened late last year (#894). And with `mkdocstrings`, we’re [currently using the “restructured-text” docstring-style](https://github.com/pyjanitor-devs/pyjanitor/blob/eabc98858b56474d919e8f089dddb57c4b725ec5/mkdocs.yml#L49)...

infrastructure
discussion-needed

# Brief Description There are a few `adorn_*` functions from R's janitor that are not yet ported over to pyjanitor. Janitor docs [here](https://sfirke.github.io/janitor/articles/tabyls.html#the-adorn-functions). I'm specifically looking at: * `adorn_totals`: adds...

# Brief Description Arose from discussion in PR #997 , proposed by @ericmjl , [comment / review here](https://github.com/pyjanitor-devs/pyjanitor/pull/997/files#r791721066). The proposal is for a more declarative approach for `move` function. At...

Hi all, just wanted to open a discussion on the state of documentation of this package. With the most recently merged pull request (#957) and #906, I'm inferring that a...

This `trim_doctest_flags` option allows the user to remove doctest flags like `# doctest: +FLAG` and ``, present in example snippets within docstrings, from the parsed output. E.g. ```python def f(x:...

help wanted
good first issue
feature
docstrings
sphinx

Currently, cross validation in parfit can be performed by specifying `n_folds`. Is there a possibility for providing a functionality for the user to specify the CV splits manually via index?...

I just came across this wonderful tool today, but it appears the 'translator' to pinyin is not context aware: 淹没 is yān mò, not yān méi as an example. ------...

### Did you check docs and existing issues? - [X] I have read all the lazy docs - [X] I have searched the existing issues of lazy - [X] I...

bug