From 849f5abc6e072a7f96aec848fb8d0c5658518be8 Mon Sep 17 00:00:00 2001 From: Krishna Kaushik <131583096+kRiShNa-429407@users.noreply.github.com> Date: Sat, 18 May 2024 22:40:30 +0530 Subject: [PATCH] Update Importing_and_Exporting_Data_in_Pandas.md --- .../Importing_and_Exporting_Data_in_Pandas.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/contrib/pandas/Importing_and_Exporting_Data_in_Pandas.md b/contrib/pandas/Importing_and_Exporting_Data_in_Pandas.md index a6949d2..4d0ffad 100644 --- a/contrib/pandas/Importing_and_Exporting_Data_in_Pandas.md +++ b/contrib/pandas/Importing_and_Exporting_Data_in_Pandas.md @@ -22,24 +22,6 @@ import pandas as pd titanic_df= pd.read_csv("https://raw.githubusercontent.com/kRiShNa-429407/learn-python/main/contrib/pandas/Titanic.csv") titanic_df ``` - - - - -
-