Skip to content

Commit 818e666

Browse files
committed
Updated sidebars.ts file as rearranging Pandas inside Python section
1 parent 376687e commit 818e666

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

sidebars.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,17 @@ const sidebars: SidebarsConfig = {
114114
"python/Data_Structures/python-queue",
115115
],
116116
},
117-
],
118-
},
119-
{
120-
type: "category",
121-
label: "Pandas",
122-
className: "custom-sidebar-pandas",
123-
items: [
124-
"Pandas/pd_intro",
125-
"Pandas/pd_dataframes",
126-
"Pandas/pd_input_output",
127-
"Pandas/pd_data_analysis",
117+
{
118+
type: "category",
119+
label: "Pandas",
120+
className: "custom-sidebar-pandas",
121+
items: [
122+
"Pandas/pd_intro",
123+
"Pandas/pd_dataframes",
124+
"Pandas/pd_input_output",
125+
"Pandas/pd_data_analysis",
126+
],
127+
},
128128
],
129129
},
130130
{

0 commit comments

Comments
 (0)