From e4e9ad812fe87d70862390074deba405c2f9fe13 Mon Sep 17 00:00:00 2001 From: HimakarC <116370824+HimakarC@users.noreply.github.com> Date: Fri, 17 May 2024 18:16:41 +0530 Subject: [PATCH] excel_with_pandas.md --- contrib/pandas/excel_with_pandas.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/pandas/excel_with_pandas.md b/contrib/pandas/excel_with_pandas.md index 137ef45..13218d6 100644 --- a/contrib/pandas/excel_with_pandas.md +++ b/contrib/pandas/excel_with_pandas.md @@ -26,8 +26,6 @@ Output: 0 John 12 ``` -- **Note:** The above program can also be used for loading/retrieving the data. - Example for Inserting Data into Excel File: