sdv-dev / SDV

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

Rename the `file_name` parameter to `filepath` parameter in ExcelHandler #2065

Closed srinify closed 3 months ago

srinify commented 3 months ago

Problem Description

In the write() method for ExcelHandler, we use file_name instead of filepath.

https://docs.sdv.dev/sdv/multi-table-data/data-preparation/loading-data/excel#write

Reminder: Let's update the docs after release