Bogumił Kamiński
Bogumił Kamiński
@wamalab Maybe the easiest thing for you is to overwrite the default size display function: ``` Base.summary(df::AbstractDataFrame) = @sprintf("%d×%d %s", size(df)..., nameof(typeof(df))) ``` with whatever you find useful for your...
This is unrelated to DataFrames.jl. You should report the issue to JSON.jl package and convince the maintainers to produce `missing` instead of `nothing` when parsing such files. Note that: ```...
Yes - I would keep docstrings and just disable tests. The alternative approach is used in DataFrames.jl with `hide`, see https://github.com/JuliaData/DataFrames.jl/blob/main/docs/make.jl#L42
The key decision is if we omit printing data types. I think it is OK, but let us wait for comments.
We could add graph_check.jl for O^2 graphs. The question is what measures would you like to see in it? @ftheberge - maybe you have some preferences also?