Skip to content

Commit 008845b

Browse files
- Add Pandas, NumPy, Sklearn, LangChain, LangGraph modules (500+ total Qs).
- Include production/internals focused 'HARD' sections & code examples.
1 parent 5451ec7 commit 008845b

File tree

7 files changed

+1430
-0
lines changed

7 files changed

+1430
-0
lines changed

docs/Interview-Questions/LangChain.md

Lines changed: 279 additions & 0 deletions
Large diffs are not rendered by default.

docs/Interview-Questions/LangGraph.md

Lines changed: 279 additions & 0 deletions
Large diffs are not rendered by default.

docs/Interview-Questions/NumPy.md

Lines changed: 268 additions & 0 deletions
Large diffs are not rendered by default.

docs/Interview-Questions/Pandas.md

Lines changed: 304 additions & 0 deletions
Large diffs are not rendered by default.

docs/Interview-Questions/Scikit-Learn.md

Lines changed: 280 additions & 0 deletions
Large diffs are not rendered by default.

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ hide:
6060
- [Probability](Interview-Questions/Probability.md)
6161
- [SQL](Interview-Questions/SQL-Interview-Questions.md)
6262
- [ML-Algorithms](Interview-Questions/Machine-Learning.md)
63+
- [Pandas](Interview-Questions/Pandas.md)
64+
- [NumPy](Interview-Questions/NumPy.md)
65+
- [Scikit-Learn](Interview-Questions/Scikit-Learn.md)
66+
- [LangChain](Interview-Questions/LangChain.md)
67+
- [LangGraph](Interview-Questions/LangGraph.md)
6368

6469
- ??? cheat-sheet ":octicons-arrow-right-24: __Cheat Sheets__"
6570

@@ -158,6 +163,11 @@ Not only this, the platform will also serve as one point destination for all you
158163
* [Interview-Questions/Probability](Interview-Questions/Probability.md)
159164
* [Interview-Questions/SQL](Interview-Questions/SQL-Interview-Questions.md)
160165
* [Interview-Questions/ML-Algorithms](Interview-Questions/Machine-Learning.md)
166+
* [Interview-Questions/Pandas](Interview-Questions/Pandas.md)
167+
* [Interview-Questions/NumPy](Interview-Questions/NumPy.md)
168+
* [Interview-Questions/Scikit-Learn](Interview-Questions/Scikit-Learn.md)
169+
* [Interview-Questions/LangChain](Interview-Questions/LangChain.md)
170+
* [Interview-Questions/LangGraph](Interview-Questions/LangGraph.md)
161171
* [Machine-Learning/ARIMA](Machine-Learning/ARIMA.md)
162172
* [Machine-Learning/Activation-Functions](Machine-Learning/Activation%20functions.md)
163173
* [Machine-Learning/Collaborative-Filtering](Machine-Learning/Collaborative%20Filtering.md)

mkdocs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ plugins:
125125
- "Interview-Questions/Natural-Language-Processing.md"
126126
- "Interview-Questions/Probability.md"
127127
- "Interview-Questions/SQL-Interview-Questions.md"
128+
- "Interview-Questions/Pandas.md"
129+
- "Interview-Questions/NumPy.md"
130+
- "Interview-Questions/Scikit-Learn.md"
131+
- "Interview-Questions/LangChain.md"
132+
- "Interview-Questions/LangGraph.md"
128133
# - another_page.md
129134
restart_increment_after:
130135
- Interview-Questions/*"
@@ -193,6 +198,11 @@ nav:
193198
- Natural Language Processing (NLP): Interview-Questions/Natural-Language-Processing.md
194199
- Probability: Interview-Questions/Probability.md
195200
- SQL: Interview-Questions/SQL-Interview-Questions.md
201+
- Pandas: Interview-Questions/Pandas.md
202+
- NumPy: Interview-Questions/NumPy.md
203+
- Scikit-Learn: Interview-Questions/Scikit-Learn.md
204+
- LangChain: Interview-Questions/LangChain.md
205+
- LangGraph: Interview-Questions/LangGraph.md
196206

197207
- 📝 Cheat Sheets:
198208
- Django: Cheat-Sheets/Django.md

0 commit comments

Comments
 (0)