From 58b48d0c6225f551b4c6bf27fbc91aec375c0794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 24 Nov 2020 00:01:52 +0100 Subject: [PATCH] Index and pandas --- README.md | 2 +- index.html | 2 +- pdf/index_for_pdf.html | 13 ++++++------- pdf/index_for_pdf_print.html | 15 +++++++-------- 4 files changed, 15 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 1b159de..19899fe 100644 --- a/README.md +++ b/README.md @@ -3273,7 +3273,7 @@ b 3 4 ```python = pd.read_json/html('') = pd.read_csv/pickle/excel('') - = pd.read_sql('', ) + = pd.read_sql('', ) = pd.read_clipboard() ``` diff --git a/index.html b/index.html index 0945109..0a71ee1 100644 --- a/index.html +++ b/index.html @@ -2789,7 +2789,7 @@ b 3 4

Encode, Decode:

<DF> = pd.read_json/html('<str/path/url>')
 <DF> = pd.read_csv/pickle/excel('<path/url>')
-<DF> = pd.read_sql('<query>', <connection>)
+<DF> = pd.read_sql('<table_name/query>', <connection>)
 <DF> = pd.read_clipboard()
 
diff --git a/pdf/index_for_pdf.html b/pdf/index_for_pdf.html index 7a947d5..a0adbc0 100644 --- a/pdf/index_for_pdf.html +++ b/pdf/index_for_pdf.html @@ -48,7 +48,7 @@ eval function, 33
exceptions, 20-21, 23, 35

F

-

files, 23
+

files, 22-26, 28, 46
filter function, 11
floats, 4, 6, 7
format, 6-7
@@ -86,16 +86,15 @@ memoryviews, 29
metaclass attribute, 32
metaprograming, 31-32
-mysql library, 26, 46

+mysql library, 27

N

namedtuples, 3
nonlocal keyword, 12
numpy library, 37-38

O

-

open function, 22-23
+

open function, 17, 22-23, 25, 26, 28
operator module, 31
-os commands, 24-25
-os module, 23, 24-25

+os commands, 23-25

P

pandas library, 44-48
partial function, 12, 20
@@ -135,8 +134,8 @@ synthesizer, 41
sys module, 15, 21-22

T

-

table, 34
-template function, 36
+

table, 27, 34, 45-46
+template, 6, 36
threading module, 30
time module, 34, 36
tuples, 3, 4, 11
diff --git a/pdf/index_for_pdf_print.html b/pdf/index_for_pdf_print.html index 21c4553..61fa07c 100644 --- a/pdf/index_for_pdf_print.html +++ b/pdf/index_for_pdf_print.html @@ -48,7 +48,7 @@ eval function, 33
exceptions, 20-21, 23, 35

F

-

files, 23
+

files, 22-26, 28, 46
filter function, 11
floats, 4, 6, 7
format, 6-7
@@ -62,7 +62,7 @@

hashable, 15, 16
hexadecimal representation, 7, 8, 28

I

-

image, 25, 39-40, 42-43
+

image, 35, 39-40, 42-43
inline, 11-12, 15, 20
input function, 22
introspection, 31
@@ -92,10 +92,9 @@ nonlocal keyword, 12
numpy library, 37-38

O

-

open function, 22-23
+

open function, 17, 22-23, 25, 26, 28
operator module, 31
-os commands, 24-25
-os module, 23, 24-25

+os commands, 23-25

P

pandas library, 44-48
partial function, 12, 20
@@ -135,12 +134,12 @@ synthesizer, 41
sys module, 15, 21-22

T

-

table, 34
-template function, 36
+

table, 27, 34, 45-46
+template, 6, 36
threading module, 30
time module, 34, 36
tuples, 3, 4, 11
-type, 4, 31

+type, 4, 31-32

W

wave module, 40-41
web, 36