File tree Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Expand file tree Collapse file tree 2 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 33
33
- [ TST] Compat with macos and window, to fix ` FailedHealthCheck ` Issue #1181 @Zeroto521
34
34
- [ INF] Merge two docs CIs (` docs-preview.yml ` and ` docs.yml ` ) to one. And add ` documentation ` pytest mark. PR #1183 @Zeroto521
35
35
- [ INF] Merge ` codecov.yml ` (only works for the dev branch pushing event) into ` tests.yml ` (only works for PR event). PR #1185 @Zeroto521
36
+ - [ BUG] Import ` DataDescription ` to fix: ` AttributeError: 'DataFrame' object has no attribute 'data_description' ` . PR #1191 @Zeroto521
36
37
37
38
## [ v0.23.1] - 2022-05-03
38
39
Original file line number Diff line number Diff line change 1
- """Miscellaneous mathematical operators.
1
+ """Miscellaneous mathematical operators."""
2
2
3
- Lazy loading used here to speed up imports.
4
- """
5
-
6
- import warnings
7
- from typing import Tuple
8
-
9
-
10
- import lazy_loader as lazy
11
-
12
- scipy_special = lazy .load ("scipy.special" )
13
- ss = lazy .load ("scipy.stats" )
14
- pf = lazy .load ("pandas_flavor" )
15
- pd = lazy .load ("pandas" )
16
- np = lazy .load ("numpy" )
17
- pdtypes = lazy .load ("pandas.api.types" )
3
+ from janitor .accessors .data_description import DataDescription # noqa: F401
You can’t perform that action at this time.
0 commit comments