Like why not ReadCsv-WriteCsv or LoadCsv-SaveCsv?
Why no consistency here?
Even the docs say "read" for LoadCsv, but if "read" implies reading from a string, then WriteCsv does not make sense.
(But the current state is already better than Pandas' read_csv-to_csv nonsense.)
Like why not
ReadCsv-WriteCsvorLoadCsv-SaveCsv?Why no consistency here?
Even the docs say "read" for
LoadCsv, but if "read" implies reading from a string, thenWriteCsvdoes not make sense.(But the current state is already better than Pandas'
read_csv-to_csvnonsense.)