JuliaData / DataTables.jl

(DEPRECATED) A rewrite of DataFrames.jl based on Nullable
Other
29 stars 11 forks source link

deprecate readtable & writetable for CSV.read & CSV.write #10

Closed cjprybol closed 7 years ago

cjprybol commented 7 years ago

a find & replace of DataFrame -> DataTable project-wide for each was sufficient to get those working.

after those changes we'll deprecate

I've seen this discussed but couldn't find an open issue

nalimilan commented 7 years ago

Cc: @quinnj

deyandyankov commented 7 years ago

I just want to point out that writetable and readtable are still in the online docs but are not defined in the module (or module docs). Perhaps the online documentation needs to be rebuilt?

nalimilan commented 7 years ago

Indeed, there's an error when building the manual: ERROR: LoadError: 'man/io.md' is not an existing page!. That reference should be removed from the files.

nalimilan commented 7 years ago

See https://github.com/JuliaData/DataTables.jl/pull/71.

cjprybol commented 7 years ago

https://github.com/JuliaData/DataTables.jl/pull/26