Skip to content

Commit

Permalink
[#71] csv content type column properties output formatting in notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdash committed Sep 27, 2024
1 parent b557e56 commit 342c7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/examples/Aggregation_Data_Object_Operations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,8 @@
" print(f\"Column number:{col.column_number}\")\n",
" print(f\"Column title:{col.title}\")\n",
" print(f\"Column description:{col.description}\")\n",
" print(f\"Column data type:{col.datatype}\")"
" print(f\"Column data type:{col.datatype}\")\n",
" print(\"-\"*50) "
],
"outputs": [],
"execution_count": null
Expand Down

0 comments on commit 342c7c0

Please sign in to comment.