Skip to content

Commit

Permalink
add data inspection with pd.read_json
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxVctr committed Jan 24, 2024
1 parent be1171d commit f589249
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notebooks/01-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,24 @@
"! tegracli configure --help"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Inspect Data"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd\n",
"\n",
"pd.read_json('filename.jsonl', lines=True)"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit f589249

Please sign in to comment.