Skip to content

Commit

Permalink
Update README.mkd
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocheque committed Sep 22, 2020
1 parent 15a8e60 commit fae2e3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,15 @@ assert instance.address == 'Street TPA, 632 - BR'
# `P` print instance values for debugging
P(instance)
```

```python
import ddf
ddf.__version__
```

```python
from ddf import ddf_check_models
succeeded, errors = ddf_check_models()
succeeded, errors = ddf_check_models(print_csv=True)
succeeded, errors = ddf_check_models(csv_filename='ddf_compatibility_report.csv')
```

0 comments on commit fae2e3d

Please sign in to comment.