kristofer a révisé ce gist . Aller à la révision
1 file changed, 1 insertion, 1 deletion
pandasflash.md
@@ -1,7 +1,7 @@ | |||
1 | 1 | You need to memorize each of these pandas functions. | |
2 | 2 | ||
3 | 3 | It's suggested that you write them all donw longhand, add summary of what the function does, in your _own words._ | |
4 | - | Them create a 3by5 flash card for each one. | |
4 | + | Then create a 3by5 flash card for each one. | |
5 | 5 | ||
6 | 6 | - loc() | |
7 | 7 | - iloc() |
kristofer a révisé ce gist . Aller à la révision
1 file changed, 3 insertions
pandasflash.md
@@ -1,5 +1,8 @@ | |||
1 | 1 | You need to memorize each of these pandas functions. | |
2 | 2 | ||
3 | + | It's suggested that you write them all donw longhand, add summary of what the function does, in your _own words._ | |
4 | + | Them create a 3by5 flash card for each one. | |
5 | + | ||
3 | 6 | - loc() | |
4 | 7 | - iloc() | |
5 | 8 | - head(n) |
kristofer a révisé ce gist . Aller à la révision
1 file changed, 1 deletion
Other.md (fichier supprimé)
@@ -1 +0,0 @@ | |||
1 | - | hmm. |
kristofer a révisé ce gist . Aller à la révision
2 files changed, 19 insertions
Other.md(fichier créé)
@@ -0,0 +1 @@ | |||
1 | + | hmm. |
pandasflash.md(fichier créé)
@@ -0,0 +1,18 @@ | |||
1 | + | You need to memorize each of these pandas functions. | |
2 | + | ||
3 | + | - loc() | |
4 | + | - iloc() | |
5 | + | - head(n) | |
6 | + | - tail(n) | |
7 | + | - info() | |
8 | + | - shape | |
9 | + | - columns() | |
10 | + | - rename() | |
11 | + | - isnull() | |
12 | + | - sum() | |
13 | + | - fillna() | |
14 | + | - dropna() | |
15 | + | - describe() | |
16 | + | ||
17 | + | Pandas Cheat Sheet -> https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf | |
18 | + |