From d02ee273f12f74b392c0748117f51265d63adae6 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Fri, 31 May 2024 04:50:16 +0530 Subject: [PATCH] Update index.md --- contrib/pandas/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/pandas/index.md b/contrib/pandas/index.md index 58b21a5..051f3b0 100644 --- a/contrib/pandas/index.md +++ b/contrib/pandas/index.md @@ -5,6 +5,7 @@ - [Pandas Descriptive Statistics](Descriptive_Statistics.md) - [Group By Functions with Pandas](GroupBy_Functions_Pandas.md) - [Excel using Pandas DataFrame](excel_with_pandas.md) -- [Working with datetime using Pandas](datetime_with_pandas.md) +- [Working with datetime in Pandas](datetime.md) - [Importing and Exporting Data in Pandas](import-export.md) -- [Handling Missing Values in Pandas](handling-missing-values.md) \ No newline at end of file +- [Handling Missing Values in Pandas](handling-missing-values.md) +