An open API service indexing awesome lists of open source software.

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

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

![sample](https://github.com/shahiakhilesh1304/PandaTutorial/blob/f05cd84be640600bc9409d85c5295671018cf643/misc/clone.png)
```
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)
```