Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,8 @@
"output_type": "stream",
"text": [
"example.parquet\n",
"CPU times: user 215 ms, sys: 159 ms, total: 374 ms\n",
"Wall time: 13.1 s\n"
"CPU times: user 239 ms, sys: 167 ms, total: 406 ms\n",
"Wall time: 13.3 s\n"
]
}
],
Expand Down Expand Up @@ -1595,13 +1595,13 @@
{
"data": {
"text/plain": [
"<pyarrow._parquet.FileMetaData object at 0x151376570>\n",
"<pyarrow._parquet.FileMetaData object at 0x1762a7dd0>\n",
" created_by: parquet-cpp-arrow version 21.0.0\n",
" num_columns: 312\n",
" num_rows: 289\n",
" num_row_groups: 1\n",
" format_version: 2.6\n",
" serialized_size: 87760"
" serialized_size: 87761"
]
},
"execution_count": 9,
Expand All @@ -1624,7 +1624,7 @@
"data": {
"text/plain": [
"{b'data-producer': b'https://github.com/cytomining/CytoTable',\n",
" b'data-producer-version': b'1.1.0.post6.dev0+4ddbbe1'}"
" b'data-producer-version': b'1.1.0.post13.dev0+2f51ec3'}"
]
},
"execution_count": 10,
Expand Down Expand Up @@ -1991,7 +1991,7 @@
"Nuclei_Number_Object_Number: int64\n",
"-- schema metadata --\n",
"data-producer: 'https://github.com/cytomining/CytoTable'\n",
"data-producer-version: '1.1.0.post6.dev0+4ddbbe1'"
"data-producer-version: '1.1.0.post13.dev0+2f51ec3'"
]
},
"execution_count": 12,
Expand Down
Loading