Hacker News new | ask | show | jobs
by guidopallemans 2645 days ago
An example: pandas.read_csv

https://pandas.pydata.org/pandas-docs/stable/reference/api/p...

1 comments

Why not have clearer file, filename or data keyword arguments ? Or just file and call open or stringio if you have the file name or data ? Plenty of more explicit solutions.