Skip to content

Commit d97eb1b

Browse files
samukwekurootericmjl
authored
[DOC] Updated general_functions API page (pyjanitor-devs#682)
* Updated general_functions API page * Updated changelog Co-authored-by: root <root@7ae1d3596240> Co-authored-by: Eric Ma <[email protected]>
1 parent 437c3bc commit d97eb1b

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

CHANGELOG.rst

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,38 @@
11
new version (on deck)
22
=====================
3-
- [ENH]: Upgraded ``update_where`` function to use either the pandas query style,
3+
- [ENH] Upgraded ``update_where`` function to use either the pandas query style,
44
or boolean indexing via the ``loc`` method.
55
Also updated ``find_replace`` function to use the ``loc`` method directly,
66
instead of routing it through the ``update_where`` function. @samukweku
7-
- [INF]: Update ``pandas`` minimum version to 1.0.0. @hectormz
7+
- [INF] Update ``pandas`` minimum version to 1.0.0. @hectormz
8+
- [DOC] Updated the general functions API page to show all available functions @samukweku
89

910
v0.20.7
1011
=======
11-
- [TST]: Add a test for transform_column to check for nonmutation. @VPerrollaz
12-
- [ENH]: Contributed ``expand_grid`` function by @samukweku
12+
- [TST] Add a test for transform_column to check for nonmutation. @VPerrollaz
13+
- [ENH] Contributed ``expand_grid`` function by @samukweku
1314

1415

1516
v0.20.6
1617
=======
17-
- [DOC]: Pep8 all examples. @VPerrollaz
18-
- [TST]: Add docstrings to tests @hectormz
19-
- [INF]: Add ``debug-statements``, ``requirements-txt-fixer``, and ``interrogate`` to ``pre-commit``. @hectormz
20-
- [ENH]: Upgraded transform_column to use df.assign underneath the hood,
18+
- [DOC] Pep8 all examples. @VPerrollaz
19+
- [TST] Add docstrings to tests @hectormz
20+
- [INF] Add ``debug-statements``, ``requirements-txt-fixer``, and ``interrogate`` to ``pre-commit``. @hectormz
21+
- [ENH] Upgraded transform_column to use df.assign underneath the hood,
2122
and also added option to transform column elementwise (via apply)
2223
or columnwise (thus operating on a series). @ericmjl
2324

2425

2526
v0.20.5
2627
=======
27-
- [INF]: Replace ``pycodestyle`` with ``flake8`` in order to add ``pandas-vet`` linter @hectormz
28+
- [INF] Replace ``pycodestyle`` with ``flake8`` in order to add ``pandas-vet`` linter @hectormz
2829
- [ENH] ``select_columns()`` now raises ``NameError`` if column label in
2930
``search_columns_labels`` is missing from ``DataFrame`` columns. @smu095
3031

3132
v0.20.1
3233
=======
33-
- [DOC]: Added an example for groupby_agg in general functions @samukweku
34-
- [ENH]: Contributed ``sort_naturally()`` function. @ericmjl
34+
- [DOC] Added an example for groupby_agg in general functions @samukweku
35+
- [ENH] Contributed ``sort_naturally()`` function. @ericmjl
3536

3637
v0.20.0
3738
=======

docs/reference/general_functions.rst

+4
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,7 @@ Other
8282
count_cumulative_unique
8383
sort_naturally
8484
expand_grid
85+
flag_nulls
86+
move
87+
toset
88+
unionize_dataframe_categories

0 commit comments

Comments
 (0)