From bf4dcff08b1c47b0f15a63634879390156d2f995 Mon Sep 17 00:00:00 2001 From: Krishna Kaushik <131583096+kRiShNa-429407@users.noreply.github.com> Date: Sat, 18 May 2024 22:39:54 +0530 Subject: [PATCH] Update index.md --- contrib/pandas/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pandas/index.md b/contrib/pandas/index.md index f2a3fa7..84871dd 100644 --- a/contrib/pandas/index.md +++ b/contrib/pandas/index.md @@ -2,3 +2,4 @@ - [Pandas Series Vs NumPy ndarray](pandas_series_vs_numpy_ndarray.md) - [Pandas Introduction and Dataframes in Pandas](Introduction_to_Pandas_Library_and_DataFrames.md) +- [Importing and Exportin data in pandas](Importing_and_Exporting_Data_in_Pandas.md)