carl colglazier

Results 3 issues of carl colglazier

The function was ported from a PR originally in the LightGraphs.jl repository. This PR changes the docstring to import Graphs.jl, the correct library. Since `rich_club` was added to Graphs.jl, but...

Please correct me if this is possible already. I looked through the source code and the documentation and did not find a clear way to do this: basically, I want...

## Replication Using this test file saved as "test.csv" [test.csv](https://github.com/JuliaData/CSV.jl/files/8941765/test.csv) Run the following to try to read it: ```julia CSV.read("test.csv", DataFrame, ntasks=1) ``` Which gives the following error: ``` ERROR:...