Skip to content

Commit ba815a0

Browse files
Chore(docs): Update audit
1 parent 9c9243a commit ba815a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

subjects/ai/data-wrangling/audit/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
###### Does it print `Python 3.x`? x >= 9
1010

11-
###### Does `import jupyter`, `import numpy` and `import pandas` run without any error?
11+
###### ###### Does `import jupyter`, `import numpy` and `import pandas`, `matplotlib`, `tabulate` run without any error?
1212

1313
---
1414

@@ -25,6 +25,8 @@
2525
| 2 | c | 1 |
2626
| 3 | d | 2 |
2727

28+
###### Check that the index is RangeIndex(start=0, stop=4, step=1) and no manual index assignment
29+
2830
---
2931

3032
---
@@ -75,6 +77,8 @@
7577

7678
###### For question 2, are the numbers that are missing in the DataFrame equal to 0 and `filled_df.sum().sum() == merged_df.sum().sum()` gives: `True`?
7779

80+
###### Check that the resulting index is still MultiIndex and no reset_index was used.
81+
7882
---
7983

8084
---

0 commit comments

Comments
 (0)