Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion subjects/ai/data-wrangling/audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

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

---

Expand All @@ -25,6 +25,8 @@
| 2 | c | 1 |
| 3 | d | 2 |

###### Check that the index is RangeIndex(start=0, stop=4, step=1) and no manual index assignment

---

---
Expand Down Expand Up @@ -75,6 +77,8 @@

###### 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`?

###### Check that the resulting index is still MultiIndex and no reset_index was used.

---

---
Expand Down
Loading