@@ -36,6 +36,27 @@ Pandas have two core data structure components, and all operations are based on
36
36
[ 001_Python_Pandas_DataFrame] ( https://github.com/milaan9/10_Python_Pandas_Module/blob/main/001_Python_Pandas_DataFrame.ipynb )
37
37
38
38
39
+ - [ 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 )
40
+
41
+ - [ 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 )
42
+
43
+ - [ 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 )
44
+
45
+ - [ 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 )
46
+
47
+ - [ 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 )
48
+
49
+ - [ 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 )
50
+
51
+ - [ 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 )
52
+
53
+ - [ 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 )
54
+
55
+ - [ 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 )
56
+
57
+ - [ 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 )
58
+
59
+
39
60
[ 002_Python_Pandas_Exercise_1] ( https://github.com/milaan9/10_Python_Pandas_Module/blob/main/002_Python_Pandas_Exercise_1.ipynb )
40
61
41
62
@@ -48,28 +69,10 @@ Pandas have two core data structure components, and all operations are based on
48
69
[ pokemon_data.csv] ( https://github.com/milaan9/10_Python_Pandas_Module/blob/main/pokemon_data.csv )
49
70
50
71
51
- [ Python_Pandas_Methods: ] ( https://github.com/milaan9/10_Python_Pandas_Module/tree /main/001_Python_Pandas_Methods )
72
+ [ Pandas Cheat Sheet Data Wrangling in Python.pdf ] ( https://github.com/milaan9/10_Python_Pandas_Module/blob /main/Pandas%20Cheat%20Sheet%20Data%20Wrangling%20in%20Python.pdf )
52
73
53
74
54
- - [ 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 )
55
-
56
- - [ 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 )
57
-
58
- [ 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 )
59
-
60
- [ 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 )
61
-
62
- [ 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 )
63
-
64
- [ 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 )
65
-
66
- [ 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 )
67
-
68
- [ 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 )
69
-
70
- [ 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 )
71
-
72
- [ 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 )
75
+ [ Pandas Cheat Sheet for Data Science in Python.pdf] ( https://github.com/milaan9/10_Python_Pandas_Module/blob/main/Pandas%20Cheat%20Sheet%20for%20Data%20Science%20in%20Python.pdf )
73
76
74
77
75
78
These are online read-only versions.
0 commit comments