-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pycharm] PY-78813 Tables(Jupyter, DataView): add tests for recarray …
…[without pandas] GitOrigin-RevId: fee47e5ec8402f87da2588d3174e5ac5ea3b28e2
- Loading branch information
1 parent
2aa896e
commit 5993c42
Showing
35 changed files
with
423 additions
and
18 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...bles/test_data/numpy_without_pandas/python_2_7/display_data_csv_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~1.001 | ||
1~2.0~2.2~2.002 | ||
2~3.0~3.3~3.0003 |
4 changes: 4 additions & 0 deletions
4
...ables/test_data/numpy_without_pandas/python_2_7/display_data_csv_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~nan | ||
1~2.0~nan~2.002 | ||
2~3.0~3.3~3.0003 |
30 changes: 30 additions & 0 deletions
30
...les/test_data/numpy_without_pandas/python_2_7/display_data_html_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1</td> | ||
<td>1.1</td> | ||
<td>1.001</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2</td> | ||
<td>2.2</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
30 changes: 30 additions & 0 deletions
30
...bles/test_data/numpy_without_pandas/python_2_7/display_data_html_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1.0</td> | ||
<td>1.1</td> | ||
<td>nan</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2.0</td> | ||
<td>nan</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3.0</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
1 change: 1 addition & 0 deletions
1
...s_tables/test_data/numpy_without_pandas/python_2_7/get_data_recarray_float_values_12f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_2_7/get_data_recarray_float_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_2_7/get_data_recarray_float_values_2f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...sts_tables/test_data/numpy_without_pandas/python_2_7/get_data_recarray_float_values_d.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...es/test_data/numpy_without_pandas/python_2_7/get_data_recarray_float_values_d_garbage.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...sts_tables/test_data/numpy_without_pandas/python_2_7/get_data_recarray_none_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n' |
7 changes: 7 additions & 0 deletions
7
...pydev/pydev_tests_tables/test_data/numpy_without_pandas/python_2_7/recarray_1d_number.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<class 'numpy.recarray'> | ||
__pydev_val__ | ||
(3, 3) | ||
__pydev_val__ | ||
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3 | ||
__pydev_val__ | ||
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1 |
4 changes: 4 additions & 0 deletions
4
...les/test_data/numpy_without_pandas/python_3_12/display_data_csv_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~1.001 | ||
1~2.0~2.2~2.002 | ||
2~3.0~3.3~3.0003 |
4 changes: 4 additions & 0 deletions
4
...bles/test_data/numpy_without_pandas/python_3_12/display_data_csv_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~nan | ||
1~2.0~nan~2.002 | ||
2~3.0~3.3~3.0003 |
30 changes: 30 additions & 0 deletions
30
...es/test_data/numpy_without_pandas/python_3_12/display_data_html_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1</td> | ||
<td>1.1</td> | ||
<td>1.001</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2</td> | ||
<td>2.2</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
30 changes: 30 additions & 0 deletions
30
...les/test_data/numpy_without_pandas/python_3_12/display_data_html_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1.0</td> | ||
<td>1.1</td> | ||
<td>nan</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2.0</td> | ||
<td>nan</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3.0</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
1 change: 1 addition & 0 deletions
1
..._tables/test_data/numpy_without_pandas/python_3_12/get_data_recarray_float_values_12f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...s_tables/test_data/numpy_without_pandas/python_3_12/get_data_recarray_float_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...s_tables/test_data/numpy_without_pandas/python_3_12/get_data_recarray_float_values_2f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_3_12/get_data_recarray_float_values_d.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...s/test_data/numpy_without_pandas/python_3_12/get_data_recarray_float_values_d_garbage.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_3_12/get_data_recarray_none_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n' |
7 changes: 7 additions & 0 deletions
7
...ydev/pydev_tests_tables/test_data/numpy_without_pandas/python_3_12/recarray_1d_number.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<class 'numpy.recarray'> | ||
__pydev_val__ | ||
(3, 3) | ||
__pydev_val__ | ||
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3 | ||
__pydev_val__ | ||
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1 |
4 changes: 4 additions & 0 deletions
4
...bles/test_data/numpy_without_pandas/python_3_8/display_data_csv_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~1.001 | ||
1~2.0~2.2~2.002 | ||
2~3.0~3.3~3.0003 |
4 changes: 4 additions & 0 deletions
4
...ables/test_data/numpy_without_pandas/python_3_8/display_data_csv_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
~col1~col2~col3 | ||
0~1.0~1.1~nan | ||
1~2.0~nan~2.002 | ||
2~3.0~3.3~3.0003 |
30 changes: 30 additions & 0 deletions
30
...les/test_data/numpy_without_pandas/python_3_8/display_data_html_recarray_float_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1</td> | ||
<td>1.1</td> | ||
<td>1.001</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2</td> | ||
<td>2.2</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
30 changes: 30 additions & 0 deletions
30
...bles/test_data/numpy_without_pandas/python_3_8/display_data_html_recarray_none_values.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<table class="dataframe"> | ||
<thead> | ||
<tr style="text-align: right;"> | ||
<th></th> | ||
<th>col1</th> | ||
<th>col2</th> | ||
<th>col3</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>0</th> | ||
<td>1.0</td> | ||
<td>1.1</td> | ||
<td>nan</td> | ||
</tr> | ||
<tr> | ||
<th>1</th> | ||
<td>2.0</td> | ||
<td>nan</td> | ||
<td>2.002</td> | ||
</tr> | ||
<tr> | ||
<th>2</th> | ||
<td>3.0</td> | ||
<td>3.3</td> | ||
<td>3.0003</td> | ||
</tr> | ||
</tbody> | ||
</table> |
1 change: 1 addition & 0 deletions
1
...s_tables/test_data/numpy_without_pandas/python_3_8/get_data_recarray_float_values_12f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.000000000000</td>\n<td>1.100000000000</td>\n<td>1.001000000000</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.000000000000</td>\n<td>2.200000000000</td>\n<td>2.002000000000</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.000000000000</td>\n<td>3.300000000000</td>\n<td>3.000300000000</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.000000000000</td>\n<td>4.400000000000</td>\n<td>4.000040000000</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.000000000000</td>\n<td>5.500000000000</td>\n<td>5.000005000000</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_3_8/get_data_recarray_float_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>1.00e+00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>2.20e+00</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00e+00</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>5.50e+00</td>\n<td>5.00e+00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...ts_tables/test_data/numpy_without_pandas/python_3_8/get_data_recarray_float_values_2f.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00</td>\n<td>1.10</td>\n<td>1.00</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00</td>\n<td>2.20</td>\n<td>2.00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00</td>\n<td>3.30</td>\n<td>3.00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4.00</td>\n<td>4.40</td>\n<td>4.00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00</td>\n<td>5.50</td>\n<td>5.00</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...sts_tables/test_data/numpy_without_pandas/python_3_8/get_data_recarray_float_values_d.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2</td>\n<td>2</td>\n<td>2</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3</td>\n<td>3</td>\n<td>3</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4</td>\n<td>4</td>\n<td>4</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5</td>\n<td>5</td>\n<td>5</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...es/test_data/numpy_without_pandas/python_3_8/get_data_recarray_float_values_d_garbage.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1 garbage</td>\n<td>1 garbage</td>\n<td>1 garbage</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2 garbage</td>\n<td>2 garbage</td>\n<td>2 garbage</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3 garbage</td>\n<td>3 garbage</td>\n<td>3 garbage</td>\n</tr>\n<tr>\n<th>3</th>\n<td>4 garbage</td>\n<td>4 garbage</td>\n<td>4 garbage</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5 garbage</td>\n<td>5 garbage</td>\n<td>5 garbage</td>\n</tr>\n</tbody>\n</table>\n' |
1 change: 1 addition & 0 deletions
1
...sts_tables/test_data/numpy_without_pandas/python_3_8/get_data_recarray_none_values_2e.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
'<table class="dataframe">\n<thead>\n<tr style="text-align: right;">\n<th></th>\n<th>col1</th>\n<th>col2</th>\n<th>col3</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>0</th>\n<td>1.00e+00</td>\n<td>1.10e+00</td>\n<td>nan</td>\n</tr>\n<tr>\n<th>1</th>\n<td>2.00e+00</td>\n<td>nan</td>\n<td>2.00e+00</td>\n</tr>\n<tr>\n<th>2</th>\n<td>3.00e+00</td>\n<td>3.30e+00</td>\n<td>3.00e+00</td>\n</tr>\n<tr>\n<th>3</th>\n<td>nan</td>\n<td>4.40e+00</td>\n<td>4.00e+00</td>\n</tr>\n<tr>\n<th>4</th>\n<td>5.00e+00</td>\n<td>nan</td>\n<td>nan</td>\n</tr>\n</tbody>\n</table>\n' |
7 changes: 7 additions & 0 deletions
7
...pydev/pydev_tests_tables/test_data/numpy_without_pandas/python_3_8/recarray_1d_number.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<class 'numpy.recarray'> | ||
__pydev_val__ | ||
(3, 3) | ||
__pydev_val__ | ||
col1__pydev_table_column_type_val__col2__pydev_table_column_type_val__col3 | ||
__pydev_val__ | ||
int64__pydev_table_column_type_val__int64__pydev_table_column_type_val__float64__pydev_table_column_type_val__<U1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.