From b234c30bc85de874d79819a64b54bf0877eba356 Mon Sep 17 00:00:00 2001 From: Allen Lee Date: Tue, 29 Aug 2023 14:05:01 -0700 Subject: [PATCH] fix: correct challenge formatting resolves #661 --- episodes/08-data-frames.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/episodes/08-data-frames.md b/episodes/08-data-frames.md index 46c6db31c..b57e4ff6d 100644 --- a/episodes/08-data-frames.md +++ b/episodes/08-data-frames.md @@ -566,10 +566,6 @@ Suggest different ways of doing the following operations on a DataFrame: 6. Access a subset of specific rows and columns 7. Access a subset of row and column ranges -:::::::::::::::::::::::::::::::::::::::::::::::::: - -::::::::::::::::::::::::::::::::::::::: challenge - ::::::::::::::: solution ## Solution