Add add_filename to pl.read_csv (and read operations others) #19266
Labels
enhancement
New feature or an improvement of an existing feature
good first issue
Good for newcomers
Description
It is ocasionaly true that the filename of a data file is fairly critical information
Illustratively
When using glob patterns to read this data, the file name itself is lost - which all but forces the user to loop over the files and read them manually.
A parameter to add a column with the specific file name when reading data via a glob pattern would be a nice to have.
The text was updated successfully, but these errors were encountered: