https://github.com/shahiakhilesh1304/pandatutorial
Pandas Tutorial
https://github.com/shahiakhilesh1304/pandatutorial
basic-learning pandas pandas-dataframe python python3
Last synced: 11 months ago
JSON representation
Pandas Tutorial
- Host: GitHub
- URL: https://github.com/shahiakhilesh1304/pandatutorial
- Owner: shahiakhilesh1304
- Created: 2023-02-28T10:25:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T10:02:39.000Z (11 months ago)
- Last Synced: 2025-02-25T11:19:49.854Z (11 months ago)
- Topics: basic-learning, pandas, pandas-dataframe, python, python3
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# PandaTutorial
This tutorial is made with the help of DataBricks. So for personal local use, you have to change the path address of the file according to you.
This you need to do while learning
- Download Jupyter Notebook so that you can edit and work with code in that
- Fork [Project](https://github.com/shahiakhilesh1304/PandaTutorial.git) into your repository.
- Clone into your local directory
- click on the code in your repository. and code the path

```
git clone
```
- Create a branch
```
git checkout -b
```
- Now import the code in jupyter notebook and edit the paths accordingly
- If you make any changes push them into your personal repository and create a pull request (Only add the changes that are required)
```
git status
git add
git commit -m "Your message as in what changes you have made"
git push --set-upstream origin
```
- After pushing it to the repository create a pull request
EVERYONE IS WELCOME TO MAKE SUGGESTIONS AND PROVIDE THEIR INPUT.
YOU CAN CONTRIBUTE TO THIS REPOSITORY WITH MORE IDEAS AND CASE STUDIES.
### NOTE:-
**ADD YOU CASE STUDY IN A CASE STUDY FOLDER WITH A NAME OF THE CASE STUDY AS A FOLDER AND KEEP IT REQUIREMENT IN SUBFOLDER NAMEING Requirements IN SUBFODLER OF Requirements CREATE A FOLDER DataSet ADD YOUR DATA SET INTO THAT. Also, Edit the Changes in this file and add your Folder Name to this readme.md file following with the link as below**
```
###YOUR CASE STUDY NAME
- [Requirement](Link to your requirement folder)
- [Data Set](Link to your Data set)
- [Code](Link to your code base)
```