Skip to content

Commit e7d697e

Browse files
committed
maj doc
1 parent 1c8c8c7 commit e7d697e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ntv_pandas/pandas_ntv_connector.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
It contains :
1818
1919
- functions `read_json` and `to_json` to convert JSON data and pandas entities
20-
- functions `to_analysis` to create data used by the `tab_analysis` module
20+
- function `to_analysis` to create data used by the `tab_analysis` module
21+
- function `check_relation` to identify rows with inconsistent relationships (`tab_dataset` function)
2122
- functions `as_def_type` and `equals`
2223
2324
- the child classes of `NTV.json_ntv.ntv.NtvConnector` abstract class:
@@ -26,8 +27,8 @@
2627
2728
- an utility class with static methods : `PdUtil`
2829
29-
The functions `to_json`, `to_analysis`, `as_def_type` and `equals` are used with
30-
the `npd` accessor.
30+
The functions `to_json`, `to_analysis`, `check_relation`, `as_def_type` and
31+
`equals` are used with the `npd` accessor.
3132
3233
"""
3334
import os

0 commit comments

Comments
 (0)