Skip to content

Commit

Permalink
Add pathlib import to readme example (#39)
Browse files Browse the repository at this point in the history
This example code fails without a pathlib import
  • Loading branch information
cbusenbu authored Jul 21, 2023
1 parent cd269e6 commit 2da8d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ rtf_model2 = REaLTabFormer.load_from_dir(
# pip install realtabformer
import os
import pandas as pd
from pathlib import Path
from realtabformer import REaLTabFormer
parent_df = pd.read_csv("foo.csv")
Expand Down

0 comments on commit 2da8d21

Please sign in to comment.