From b3ff07714c259eca0e7707fb4a6655a630753834 Mon Sep 17 00:00:00 2001 From: nprimo Date: Fri, 1 Mar 2024 11:43:26 +0000 Subject: [PATCH] chore(pandas): run prettier --- subjects/ai/pandas/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/pandas/audit/README.md b/subjects/ai/pandas/audit/README.md index e906d631e..8c43921c2 100644 --- a/subjects/ai/pandas/audit/README.md +++ b/subjects/ai/pandas/audit/README.md @@ -42,7 +42,7 @@ ##### The exercise is validated if all questions of the exercise are validated -###### For the solution of question 1 is `drop` used with `axis=1`.`inplace=True`? It may be useful to avoid to affect the result to a variable. A solution that could be accepted too (even if it's not a solution I recommend) is `del`. +###### For the solution of question 1 is `drop` used with `axis=1`.`inplace=True`? It may be useful to avoid to affect the result to a variable. A solution that could be accepted too (even if it's not a solution I recommend) is `del`. ###### For question 2 does the DataFrame return the output below? If the type of the index is not `dtype='datetime64[ns]'` the solution is not accepted. I recommend to use `set_index` with `inplace=True` to do so.