Skip to content

Commit 96fcec1

Browse files
committed
correct formatting
1 parent 3a811a2 commit 96fcec1

File tree

1 file changed

+11
-130
lines changed

1 file changed

+11
-130
lines changed

Examples/cdata/ranking_pivot_example.md

Lines changed: 11 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -87,19 +87,7 @@ d
8787

8888

8989
<div>
90-
<style scoped>
91-
.dataframe tbody tr th:only-of-type {
92-
vertical-align: middle;
93-
}
94-
95-
.dataframe tbody tr th {
96-
vertical-align: top;
97-
}
98-
99-
.dataframe thead th {
100-
text-align: right;
101-
}
102-
</style>
90+
10391
<table border="1" class="dataframe">
10492
<thead>
10593
<tr style="text-align: right;">
@@ -208,19 +196,7 @@ d2
208196

209197

210198
<div>
211-
<style scoped>
212-
.dataframe tbody tr th:only-of-type {
213-
vertical-align: middle;
214-
}
215-
216-
.dataframe tbody tr th {
217-
vertical-align: top;
218-
}
219-
220-
.dataframe thead th {
221-
text-align: right;
222-
}
223-
</style>
199+
224200
<table border="1" class="dataframe">
225201
<thead>
226202
<tr style="text-align: right;">
@@ -362,19 +338,7 @@ diagram
362338

363339

364340
<div>
365-
<style scoped>
366-
.dataframe tbody tr th:only-of-type {
367-
vertical-align: middle;
368-
}
369-
370-
.dataframe tbody tr th {
371-
vertical-align: top;
372-
}
373-
374-
.dataframe thead th {
375-
text-align: right;
376-
}
377-
</style>
341+
378342
<table border="1" class="dataframe">
379343
<thead>
380344
<tr style="text-align: right;">
@@ -431,19 +395,7 @@ row_record
431395

432396

433397
<div>
434-
<style scoped>
435-
.dataframe tbody tr th:only-of-type {
436-
vertical-align: middle;
437-
}
438-
439-
.dataframe tbody tr th {
440-
vertical-align: top;
441-
}
442-
443-
.dataframe thead th {
444-
text-align: right;
445-
}
446-
</style>
398+
447399
<table border="1" class="dataframe">
448400
<thead>
449401
<tr style="text-align: right;">
@@ -529,19 +481,7 @@ res
529481

530482

531483
<div>
532-
<style scoped>
533-
.dataframe tbody tr th:only-of-type {
534-
vertical-align: middle;
535-
}
536-
537-
.dataframe tbody tr th {
538-
vertical-align: top;
539-
}
540-
541-
.dataframe thead th {
542-
text-align: right;
543-
}
544-
</style>
484+
545485
<table border="1" class="dataframe">
546486
<thead>
547487
<tr style="text-align: right;">
@@ -650,19 +590,7 @@ res
650590

651591

652592
<div>
653-
<style scoped>
654-
.dataframe tbody tr th:only-of-type {
655-
vertical-align: middle;
656-
}
657-
658-
.dataframe tbody tr th {
659-
vertical-align: top;
660-
}
661-
662-
.dataframe thead th {
663-
text-align: right;
664-
}
665-
</style>
593+
666594
<table border="1" class="dataframe">
667595
<thead>
668596
<tr style="text-align: right;">
@@ -789,19 +717,7 @@ res_db
789717

790718

791719
<div>
792-
<style scoped>
793-
.dataframe tbody tr th:only-of-type {
794-
vertical-align: middle;
795-
}
796-
797-
.dataframe tbody tr th {
798-
vertical-align: top;
799-
}
800-
801-
.dataframe thead th {
802-
text-align: right;
803-
}
804-
</style>
720+
805721
<table border="1" class="dataframe">
806722
<thead>
807723
<tr style="text-align: right;">
@@ -893,19 +809,7 @@ res_db[['ID', 'DATE1', 'OP1', 'DATE2', 'OP2', 'DATE3', 'OP3']]
893809

894810

895811
<div>
896-
<style scoped>
897-
.dataframe tbody tr th:only-of-type {
898-
vertical-align: middle;
899-
}
900-
901-
.dataframe tbody tr th {
902-
vertical-align: top;
903-
}
904-
905-
.dataframe thead th {
906-
text-align: right;
907-
}
908-
</style>
812+
909813
<table border="1" class="dataframe">
910814
<thead>
911815
<tr style="text-align: right;">
@@ -1016,19 +920,7 @@ res
1016920

1017921

1018922
<div>
1019-
<style scoped>
1020-
.dataframe tbody tr th:only-of-type {
1021-
vertical-align: middle;
1022-
}
1023-
1024-
.dataframe tbody tr th {
1025-
vertical-align: top;
1026-
}
1027-
1028-
.dataframe thead th {
1029-
text-align: right;
1030-
}
1031-
</style>
923+
1032924
<table border="1" class="dataframe">
1033925
<thead>
1034926
<tr style="text-align: right;">
@@ -1128,19 +1020,7 @@ res_db
11281020

11291021

11301022
<div>
1131-
<style scoped>
1132-
.dataframe tbody tr th:only-of-type {
1133-
vertical-align: middle;
1134-
}
1135-
1136-
.dataframe tbody tr th {
1137-
vertical-align: top;
1138-
}
1139-
1140-
.dataframe thead th {
1141-
text-align: right;
1142-
}
1143-
</style>
1023+
11441024
<table border="1" class="dataframe">
11451025
<thead>
11461026
<tr style="text-align: right;">
@@ -1231,3 +1111,4 @@ con.close()
12311111
```python
12321112

12331113
```
1114+

0 commit comments

Comments
 (0)