-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Antim Pal edited this page Apr 16, 2025
·
1 revision
To create a wiki for your repository iamAntimPal/LeetCode_30_days_of_pandas
, follow these steps:
-
Navigate to the Wiki Section:
- Go to your repository on GitHub.
- Click on the "Wiki" tab located near the top of the repository's page.
-
Start a New Wiki Page:
- If the Wiki is not enabled yet, you will see a button to "Create the first page." Click it.
- You'll be directed to a page editor where you can add content.
-
Structure Your Wiki:
- Use the following structure for your Panda's challenge wiki:
-
Home Page:
# LeetCode 30 Days of Pandas Challenge Welcome to the Wiki for [LeetCode 30 Days of Pandas Challenge](https://github.com/iamAntimPal/LeetCode_30_days_of_pandas)! ### About This repository provides solutions to LeetCode’s 30-Day Pandas challenge. Each daily problem is solved using Python and pandas, showcasing efficient data manipulation techniques. ### Contents - [Getting Started](Getting-Started) - [Daily Challenges](Daily-Challenges) - [Pandas Techniques](Pandas-Techniques) - [Contributing](Contributing) - [FAQs](FAQs)
-
Getting Started:
# Getting Started To run the solutions, make sure you have Python installed along with the pandas library. ### Prerequisites - Python 3.x - pandas library Install pandas using:
pip install pandas
### Running Solutions Each day's solution can be executed individually. Navigate to the corresponding day's folder and run:
python day_X_solution.py
Replace `X` with the day number.
-
Daily Challenges:
# Daily Challenges This section contains an overview of challenges solved each day. ### Day 1: Problem Name - **Challenge**: Describe the problem. - **Solution**: Link to [Day 1 Solution](https://github.com/iamAntimPal/LeetCode_30_days_of_pandas/blob/main/day_1_solution.py) ### Day 2: Problem Name - **Challenge**: Describe the problem. - **Solution**: Link to [Day 2 Solution](https://github.com/iamAntimPal/LeetCode_30_days_of_pandas/blob/main/day_2_solution.py) ...
-
Pandas Techniques:
# Pandas Techniques This repository demonstrates the use of various pandas functions, such as: - **groupby**: Efficiently aggregate data by grouping. - **merge**: Combine datasets. - **pivot**: Reshape data for better analysis. Each solution includes comments and documentation to help you understand these techniques.
-
Contributing:
# Contributing Contributions are welcome! If you want to add a solution or suggest improvements: 1. Fork this repository. 2. Create a new branch (`git checkout -b feature-branch`). 3. Commit your changes (`git commit -m "Add feature"`). 4. Push to the branch (`git push origin feature-branch`). 5. Open a Pull Request.
-
FAQs:
# FAQs **Q: What is the purpose of this repository?** A: To provide solutions to LeetCode’s 30 Days of Pandas challenge and demonstrate data manipulation techniques. **Q: Can I contribute to this repository?** A: Yes! Contributions are welcome. **Q: How can I run the code?** A: See the [Getting Started](Getting-Started) section.
-
- Use the following structure for your Panda's challenge wiki:
-
Save Your Wiki Page:
- After creating the content for the page, click "Save Page."
-
Add More Pages:
- Use the navigation sidebar to create and link additional pages.
-
Share Your Wiki:
- Share the link to your wiki with others, or reference it in your repository's README file.
Let me know if you'd like help drafting specific sections or automating the process further!