Skip to content

Commit

Permalink
JNB: More EDA and new output files
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed May 8, 2024
1 parent a8967dc commit c4ce7ab
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion notebooks/explore-depth-columns.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@
"cell_type": "code",
"execution_count": null,
"id": "b6f9ebdb",
"metadata": {},
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"# Load datasets from this directory\n",
"dirname = \"../query-outputs_2022-01-01\"\n",
"dirname = \"../query-outputs_2023-03-07_extras/\"\n",
"dirname = \"../query-outputs_2023-03-30c/\"\n",
"# dirname = \"../query-outputs_2023-03-30c\"\n",
"# Pangaea benthic image dataset file with filtered dataset IDs\n",
"pangaea_file = \"../full-dataset/pangaea_2022-01-24_filtered.csv\"\n",
"pangaea_file = \"../datasetcsvs/pangaea_2023-03-30c_with-tiles4.csv\"\n",
"pangaea_df = pd.read_csv(pangaea_file)\n",
"ds_ids = pangaea_df.dataset.unique()\n",
"print(f\"Total {len(ds_ids)} datasets to process.\")"
Expand Down Expand Up @@ -186,6 +192,78 @@
" print(f\"{c:.<35s} {count:4d}\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "a251b7dd-673b-43c0-b948-bb83019aedb1",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"sal\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "42a79516-2ab2-45ee-b876-daf12758ed00",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"area\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "235276c3-d887-46b6-a453-2873a636533a",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"length\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "897336e0-d260-46d4-a71b-7e882e785ce5",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"classification\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0f159be9-f6dc-4d0f-ae6a-a781a9983cdf",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"content\"]"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "8d804d2f-6adb-42f3-b164-68fe42a08b92",
"metadata": {
"tags": []
},
"outputs": [],
"source": [
"column_examples[\"ground vis\"]"
]
},
{
"cell_type": "markdown",
"id": "a07b478a-bd3d-417f-8e88-f49ea585c812",
Expand Down

0 comments on commit c4ce7ab

Please sign in to comment.