Skip to content

Commit

Permalink
fix typo in pandas example code (huggingface#3099)
Browse files Browse the repository at this point in the history
fix typo in padnas exampel code
  • Loading branch information
lhoestq authored Oct 30, 2024
1 parent b0955cc commit a7f42bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def get_mlcroissant_compatible_library(
PANDAS_CODE_SPLITS = """import pandas as pd
{comment}
splits = {splits}
df = {function}("hf://datasets/{dataset}/" + splits["{first_split}"{args}])"""
df = {function}("hf://datasets/{dataset}/" + splits["{first_split}"]{args})"""


DASK_CODE = """import dask.dataframe as dd
Expand Down

0 comments on commit a7f42bb

Please sign in to comment.