Skip to content

Commit 0799158

Browse files
committed
add 2 methods with pandas.DataFrame
1 parent eda9482 commit 0799158

2 files changed

Lines changed: 46 additions & 4 deletions

File tree

docs/PythonAPIReference.files/sheet002.htm

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
8686
</tr>
8787
<tr height=36 style='height:27.0pt'>
88-
<td rowspan=12 height=342 class=xl93 width=127 style='height:256.5pt;
89-
border-top:none;width:95pt'>Container</td>
88+
<td rowspan=13 height=378 class=xl93 width=127 style='border-bottom:.5pt solid black;
89+
height:283.5pt;border-top:none;width:95pt'>Container</td>
9090
<td class=xl69 width=434 style='border-top:none;border-left:none;width:326pt'>void
9191
create_index(string column_name, IndexType index_type=DEFAULT, <font
9292
class="font9">name=None</font><font class="font6">)</font></td>
@@ -193,7 +193,16 @@
193193
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
194194
</tr>
195195
<tr height=36 style='height:27.0pt'>
196-
<td height=36 class=xl83 width=127 style='height:27.0pt;width:95pt'>QueryAnalysisEntry</td>
196+
<td height=36 class=xl112 width=434 style='height:27.0pt;border-top:none;
197+
border-left:none;width:326pt'>void put_rows(pandas.DataFrame input)</td>
198+
<td class=xl113 width=454 style='border-top:none;border-left:none;width:341pt'>Newly
199+
creates an arbitrary number of Row with pandas.DataFrame</td>
200+
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
201+
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
202+
</tr>
203+
<tr height=36 style='height:27.0pt'>
204+
<td height=36 class=xl83 width=127 style='height:27.0pt;border-top:none;
205+
width:95pt'>QueryAnalysisEntry</td>
197206
<td class=xl69 width=434 style='border-top:none;border-left:none;width:326pt'>list
198207
get()</td>
199208
<td class=xl80 width=454 style='border-top:none;border-left:none;width:341pt'>Returns
@@ -358,7 +367,7 @@
358367
&quot;val2&quot;, &quot;val3&quot;]</td>
359368
</tr>
360369
<tr height=18 style='height:13.5pt'>
361-
<td rowspan=7 height=198 class=xl83 width=127 style='height:148.5pt;
370+
<td rowspan=8 height=216 class=xl83 width=127 style='height:162.0pt;
362371
width:95pt'>RowSet</td>
363372
<td class=xl69 width=434 style='border-top:none;border-left:none;width:326pt'>void
364373
remove()</td>
@@ -421,6 +430,14 @@
421430
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'>[&quot;ts&quot;,
422431
&quot;val&quot;]</td>
423432
</tr>
433+
<tr height=18 style='height:13.5pt'>
434+
<td height=18 class=xl112 width=434 style='height:13.5pt;border-top:none;
435+
border-left:none;width:326pt'>pandas.DataFrame RowSet.fetch_rows()</td>
436+
<td class=xl113 width=454 style='border-top:none;border-left:none;width:341pt'>Get
437+
pandas.DataFrame<span style='mso-spacerun:yes'> </span></td>
438+
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
439+
<td class=xl69 width=295 style='border-top:none;border-left:none;width:221pt'> </td>
440+
</tr>
424441
<tr height=36 style='height:27.0pt'>
425442
<td rowspan=9 height=306 class=xl94 width=127 style='height:229.5pt;
426443
width:95pt'>Store</td>
@@ -659,6 +676,13 @@
659676
<td class=xl81 width=295 style='width:221pt'></td>
660677
<td class=xl81 width=295 style='width:221pt'></td>
661678
</tr>
679+
<tr height=18 style='height:13.5pt'>
680+
<td height=18 class=xl114 colspan=2 style='height:13.5pt;mso-ignore:colspan'>Note:
681+
green is added by Python Client 0.8.3</td>
682+
<td class=xl79 width=454 style='width:341pt'></td>
683+
<td class=xl81 width=295 style='width:221pt'></td>
684+
<td class=xl81 width=295 style='width:221pt'></td>
685+
</tr>
662686
<![if supportMisalignedColumns]>
663687
<tr height=0 style='display:none'>
664688
<td width=127 style='width:95pt'></td>

docs/PythonAPIReference.files/stylesheet.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,3 +376,21 @@ td
376376
background:#FCE4D6;
377377
mso-pattern:black none;
378378
white-space:normal;}
379+
.xl112
380+
{mso-style-parent:style0;
381+
color:#00B050;
382+
font-weight:700;
383+
border:.5pt solid windowtext;
384+
white-space:normal;}
385+
.xl113
386+
{mso-style-parent:style0;
387+
color:#00B050;
388+
font-weight:700;
389+
vertical-align:top;
390+
border:.5pt solid windowtext;
391+
white-space:normal;}
392+
.xl114
393+
{mso-style-parent:style0;
394+
color:#00B050;
395+
font-weight:700;
396+
text-align:left;}

0 commit comments

Comments
 (0)