Skip to content

Commit 4edee37

Browse files
authored
Update README.md
1 parent b35dd3a commit 4edee37

File tree

1 file changed

+95
-1
lines changed

1 file changed

+95
-1
lines changed

README.md

+95-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,95 @@
1-
# 10_Python_Pandas_Module
1+
# 10_Python_Pandas_Module
2+
3+
4+
## Introduction 👋
5+
6+
Functions
7+
8+
9+
## Table of contents 📋
10+
11+
12+
[001_Python_Pandas_DataFrame](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_DataFrame.ipynb)
13+
14+
15+
[002_Python_Pandas_Exercise_1](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/002_Python_Pandas_Exercise_1.ipynb)
16+
17+
18+
[003_Python_Pandas_Exercise_2](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/003_Python_Pandas_Exercise_2.ipynb)
19+
20+
21+
[automobile_data.csv](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/automobile_data.csv)
22+
23+
24+
[pokemon_data.csv](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/pokemon_data.csv)
25+
26+
27+
[Python_Pandas_Methods](https://github.com/milaan9/10_Python_Pandas_Module/tree/main/001_Python_Pandas_Methods)
28+
29+
30+
[001_Python_Pandas_DataFrame_from_Dictionary](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/001_Python_Pandas_DataFrame_from_Dictionary.ipynb)
31+
32+
[002_Python_Pandas_DataFrame_from_List](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/002_Python_Pandas_DataFrame_from_List.ipynb)
33+
34+
[003_Python_Pandas_DataFrame_head()_and_tail()](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/003_Python_Pandas_DataFrame_head()_and_tail().ipynb)
35+
36+
[004_Python_Pandas_DataFrame_drop_columns](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/004_Python_Pandas_DataFrame_drop_columns.ipynb)
37+
38+
[005_Python_Pandas_DataFrame_drop_duplicates](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/005_Python_Pandas_DataFrame_drop_duplicates.ipynb)
39+
40+
[006_Python_Pandas_DataFrame_drop_columns_with_NA](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/006_Python_Pandas_DataFrame_drop_columns_with_NA.ipynb)
41+
42+
[007_Python_Pandas_DataFrame_rename_columns](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/007_Python_Pandas_DataFrame_rename_columns.ipynb)
43+
44+
[008_Python_Pandas_DataFrame_to_Python_dictionary](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/008_Python_Pandas_DataFrame_to_Python_dictionary.ipynb)
45+
46+
[009_Python_Pandas_DataFrame_set_index](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/009_Python_Pandas_DataFrame_set_index.ipynb)
47+
48+
[010_Python_Pandas_DataFrame_reset_index](https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_Methods/010_Python_Pandas_DataFrame_reset_index.ipynb)
49+
50+
51+
These are online read-only versions.
52+
53+
54+
## Frequently asked questions ❔
55+
56+
### How can I thank you for writing and sharing this tutorial? 🌷
57+
58+
You can ⭐ star this tutorial. Starring is free for you, but it tells me and other people that it was helpful and you like this tutorial.
59+
60+
Go [here](https://github.com/milaan9/10_Python_Pandas_Module) if you aren't here already and click the "⭐ Star" button in the top right corner. You will be asked to create a GitHub account if you don't already have one.
61+
62+
### How can I read this tutorial without an Internet connection? 🤔
63+
64+
1. Go [here](https://github.com/milaan9/10_Python_Pandas_Module) if you aren't here already.
65+
66+
2. Click the big green "Clone or download" button in the top right of the page, then click "[Download ZIP](https://github.com/milaan9/10_Python_Pandas_Module/archive/refs/heads/main.zip)".
67+
68+
![Download ZIP](img/dnld_rep.png)
69+
70+
3. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
71+
72+
4. Launch ipython notebook from the folder which contains the notebooks. Open each one of them
73+
74+
`Cell > All Output > Clear`
75+
76+
This will clear all the outputs and now you can understand each statement and learn interactively.
77+
78+
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
79+
80+
81+
## Authors ✍️
82+
83+
I'm Dr. Milaan Parmar and I have written this tutorial. If you think you can add/correct/edit and enhance this tutorial you are most welcome🙏
84+
85+
See [github's contributors page](https://github.com/milaan9/10_Python_Pandas_Module/graphs/contributors) for details.
86+
87+
If you have trouble with this tutorial please tell me about it by [Create an issue on GitHub](https://github.com/milaan9/10_Python_Pandas_Module/issues/new). and I'll make this tutorial better. This is probably the best choice if you had trouble following the tutorial, and something in it should be explained better. You will be asked to create a GitHub account if you don't already have one.
88+
89+
If you like this tutorial, please [give it a ⭐ star](https://github.com/milaan9/10_Python_Pandas_Module).
90+
91+
92+
## Licence 📜
93+
94+
You may use this tutorial freely at your own risk. See [LICENSE](./LICENSE).
95+

0 commit comments

Comments
 (0)