We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
select_columns
1 parent b806e29 commit ea8e006Copy full SHA for ea8e006
CHANGELOG.md
@@ -20,6 +20,7 @@
20
- [ENH] Deprecate `limit` from fill_direction. fill_direction now uses kwargs. @samukweku
21
- [ENH] Added `conditional_join` function that supports joins on non-equi operators. @samukweku
22
- [INF] Speed up pytest via `-n` (pytest-xdist) option. Issue #881. @Zeroto521
23
+- [DOC] Add list mark to keep `select_columns`'s example same style. @Zeroto521
24
25
## [v0.21.0] - 2021-07-16
26
janitor/functions.py
@@ -3326,7 +3326,7 @@ def select_columns(
3326
0 0
3327
1 1
3328
3329
- Select via shell-like glob strings (*) is possible::
+ - Select via shell-like glob strings (*) is possible::
3330
3331
df.select_columns("*type*")
3332
0 commit comments