sdv-dev / SDV

Synthetic data generation for tabular data
https://docs.sdv.dev/sdv
Other
2.31k stars 304 forks source link

Rename `file_path` to `filepath` parameter in ExcelHandler #2055

Closed srinify closed 3 months ago

srinify commented 3 months ago

In ExcelHandler, the parameter for specifying the location to the XLS file is file_path. To keep things standardized across SDV, let's renamed this to filepath.

Relevant Docs: https://docs.sdv.dev/sdv/multi-table-data/data-preparation/loading-data/excel#read

Reminder: Let's update the docs after release