-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
669b366
commit a50b32a
Showing
5 changed files
with
118 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 2, | ||
"id": "4d39d0b5-5fe4-4bb9-8e55-83f5deb7f471", | ||
"metadata": {}, | ||
"outputs": [], | ||
"source": [ | ||
"from vega_datasets import data # Load vega_datasets\n", | ||
"import persist_ext as PR # Load Persist Extension\n", | ||
"\n", | ||
"cars_df = data.cars() # Get the cars dataset as Pandas dataframe\n", | ||
"\n", | ||
"PR.PersistTable(cars_df) # Display cars dataset as a " | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"__persist_keys_record": [ | ||
"__GENERATED_DATAFRAMES__", | ||
"__persist_nb_uuid__", | ||
"trrack_graph" | ||
], | ||
"__persist_nb_uuid__": "71bbd9f0-dd59-46c9-9e0f-7194b6f50588", | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"language": "python", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"codemirror_mode": { | ||
"name": "ipython", | ||
"version": 3 | ||
}, | ||
"file_extension": ".py", | ||
"mimetype": "text/x-python", | ||
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.12.3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters