Skip to content

Commit

Permalink
fix _meta setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Mar 21, 2024
1 parent ee7500c commit bb104da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/batch_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,10 @@
"metadata": {},
"outputs": [],
"source": [
"# Overwrite the _meta property\n",
"# Update the metadata\n",
"\n",
"res1_noindex = res1.reset_index()\n",
"res1_noindex._meta = real_meta_from_dataframe\n",
"res1_noindex = res1_noindex.map_partitions(TapeFrame, meta=real_meta_from_dataframe)\n",
"res1_noindex"
]
},
Expand Down Expand Up @@ -584,7 +584,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.11"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit bb104da

Please sign in to comment.