Skip to content

Commit 857fcac

Browse files
[SN-142] Notebook how-to guide of dealing with nested JSON (#1652)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9dff1c2 commit 857fcac

File tree

3 files changed

+372
-1
lines changed

3 files changed

+372
-1
lines changed

examples/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@
8585
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/exports/export_data.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
8686
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/exports/export_data.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
8787
</tr>
88+
<tr>
89+
<td>Exporting to CSV</td>
90+
<td><a href="https://github.com/Labelbox/labelbox-python/tree/develop/examples/exports/exporting_to_csv.ipynb" target="_blank"><img src="https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white" alt="Open In Github"></a></td>
91+
<td><a href="https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/exports/exporting_to_csv.ipynb" target="_blank"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a></td>
92+
</tr>
8893
</tbody>
8994
</table>
9095

0 commit comments

Comments
 (0)